Help please with Simple Moving Average crossover
-
Please, how do I programme Simple Moving Average with period 9 and -2 shift to crossover Simple Moving Average with period 16 with Shift +2 for buy and vice versa for sell. I tried several times but the programme only responds to sell.
-
@kayzworld I tried adopting this but it was not working when I changed the parameters from smoothed Moving average to simple moving average with the desired periods https://fxdreema.com/shared/ZXCuCOX1d
-
@kayzworld I haven't tested this out but you have to be aware that you have an indicator with a -2 shift. That means you might need to choose candle ID 3 for the crossing as you can see in the settings in the link below. This is due to the fact that at candle ID 0, the period 9 SMA with -2 shift is not drawn and it is lagging behind.
https://fxdreema.com/shared/UtesyDJse -
@q8carpenter Thank you so much