MA_Crossover_Signal and MA_Crossover_Signal_VoiceAlert.
Author said the following (comments in the code):
Quote:
Allows you to enter two ema periods and it will then show you at which point they crossed over. It is more usful on the shorter periods that get obscured by the bars/candlesticks and when the zoom level is out. Also allows you then to remove the emas from the chart. (emas are initially set at 5 and 6).
FasterMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
SlowerMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
|