1798 Indicators

SF_Trend_Lines

SF_Trend_Lines It draws a channel with recommendations. Its operations are described inside the code3. External Variables: LineColor=DarkOrange; AllBars=240; BarsForFract=0;

Read More

RelDownTrLen

RelDownTrLen The indicator displays the ratio between the length of the current down-trend (in bars) and the total length of the period barsToProcess (of course, in bars, as well) where the down-trend is searched for. You should manually fix the minimum at 0 and the maximum at 1 when attaching this indicator to a chart….

Read More

RelUpTrLen

RelUpTrLen  The indicator represents the ratio between the length (in bars) of the up-trend found by this indicator and the length of barsToProcess (of course, in bars, as well) of the entire range where the indicator is searching for an up-trend. When attaching it to the chart, you should fix the minimum of 0 and…

Read More

Price and Volume Trend – PVT

Price and Volume Trend – PVT Indicator Price and Volume Trend (PVT), like On Balance Volume (OBV), represents the cumulative sum of trade volumes calculated considering close price changes.   The calculation algorithm is close to that of the indicator OBV. But in OBV we add the whole daily volume to the current indicator value…

Read More

InsTrend

InsTrend The indicator of the instantaneous trend line InsTrend.

Read More

AltrTrend Signal v2 2

AltrTrend Signal v2 2 The indicator that sets the signals of a trend reversal. The green circle is the bullish trend, the red one is the bearish trend.

Read More

iTrend

iTrend The iTrend indicator determines the beginning and the end of the trend.

Read More

Mouteki-Demark trend new

Mouteki-Demark trend new Input Parameters:   extern int  showBars=200;      // if showBars= 0 so the indicator will be shown for all the chart extern int  LevDP=2;           // Demar Pint Levels; 2 = central bar will be higher (lower) then 2 bars on the left side and 2 bars on the right one. extern int  qSteps=1;          // number of steps/ no…

Read More