how ceck gap up o gap down
-
i no want the ea open position if price have a gap up or a gp down from previous candle.
i try to do "if open candle 0 > high candle 1" for buy
and "if open candle 0 < low candle 1" for sell do nothing, if open is <high or > low 1 so ea start.
but ea open positions the same, when gap exist . why? -
There is no block in fxDreema doing that directly so you will need to build a structure to do that. Firstly you will need to check if both previous candles are buillish, bearish or one each. Then you will have to check each open and close price accordingly. Finally you will need to specify if the distance between those proce levels is wider than the maximum distance gap you are ready to accept.