Perfect Three Shift Indicator For Intraday Trading |
//www.aflcode.com EMAPeriod = Param("Fast EMA",3,1,25,1); DisplacementPeriod = Param("Shift",-3,-25,25,1); //Plot the Lines Plot(Ref(EMA(Close,EMAPeriod),-DisplacementPeriod),"DEMA1",colorWhite,styleLine); Plot(EMA(Close, 5 ), "5 Wk EMA", colorGreen, styleLine); Plot(EMA(Close, 15 ), "15 Wk EMA", colorRed, styleLine); Title = Name() + " " + Date() + EncodeColor(colorIndigo) + " " + C + WriteVal(ROC( Close, 1) ) + "%" + EncodeColor(colorBlue) + " Three Shift Indicator ";
Sign up here with your email
ConversionConversion EmoticonEmoticon