200ema
-
Please help I want to set a condition to be met!! I want my ea to take sell orders or to work only when below 200 ema
-
When you say 'below' you mean crossing below from above or just being below with no crossing involved?
-
Below no crossing
-
MA < candle 1 does this, but if you want to watch out for indecisive crosses you will need a loop to count the candles < or >
-
@jstap Exactly. And also consider that every candle below the MA will open a new trade unless you use a 'no trade' block.