Indicator over indicator for x candle
-
I all
i need a little help to setup my first Ea, i try to open a buy order only if indicator 1 it's overs indicator 2 for X candle, i try with candle id, but i think i wrong something
Thx all
-
@Stelgar You are not giving us enough info but try reading this:
https://fxdreema.com/forum/topic/4174/tutorial-01-ema-cross-part-1-beginnersand this:
https://fxdreema.com/forum/topic/4200/tutorial-04-ema-cross-part-4-more-buttons-beginners
-
For example
ma5 cross the ma20 above from below , now i don't want open immediatly a buy order, i need to wait x candle (2 for example) and enter only if the ma5 it's remaning above ma20
-
just check cross +2 candles behind ... it makes "shift" for it to align with 5MA
...
5MA[4]<20MA[4]
5MA[3]>20MA[3]
5MA[1]>20MA[1]
Buynote: [4] means CandleID 4