1798 Indicators

FFS_CrossTiming

FFS_CrossTiming Indicator FFS CrossTiming. Shows a trend of all cros’ов, connected with the considered pair. Further see in a code of the indicator.

Read More

FX5_SelfAdjustingRSI

FX5_SelfAdjustingRSI Parameters: extern int rsiPeriod =14; extern double diviation =2; extern bool MA_Method =true; extern color rsiColor =Blue; extern color overBoughtColor =Red; extern color overSoldColor =Green;

Read More

OnChart Rsi

OnChart Rsi Parameters: extern int RSIPeriod =14; extern int RSIPriceType = 0; extern int maPeriod =20; extern int maMethod =1; extern int maPrice =0; extern int overBought =70; extern int overSold =30; extern string timeFrame=”Current time frame”;

Read More

Range_v2.2

Range_v2.2 One more version of the indicator Range. Parameters: extern string TimeFrame= “D1″; extern int Shift =0; extern int AjShift=0; extern string TimeFrames=”1,5,15,30;H1(60);H4;D1;W1;MN”;

Read More

Modified Heiken Ashi

Modified Heiken Ashi Added parameters: extern int CountBar=1; // The amount of bars to calculate open price extern int mode=0; // Choosing among alternatives of close price calculation method // (mode==0) haClose=(High[pos]+Low[pos]+Close[pos])/3.0; // (mode==1) haClose=(High[pos]+Low[pos]+Close[pos]+Open[pos])/4.0;

Read More

TZ-Pivot

TZ-Pivot Indicator TZ-Pivot. Gives the recommendation on a time interval. See in a code.

Read More