Hi ... can any some one in here how to fix , what kind error on this setting
-
Hi ... can any some one in here how to fix , what kind error on this setting..
https://fxdreema.com/shared/AQ28G0xtb

I run this ea ,, but on some condition , the ea make abundance of trade of 11 feb too much trade
-
it is because during a trade, once a trade is entered you are seeking if the last candle is bull or bear, and then closing the trade. I wouldn't do a candle closing style that way. Perhaps add a minimum time to it. or only allow it to close once per bar?
-
@homemebel The reason is that opening and closing conditions are true at the same time for as many ticks as open trades you got. More restrictive conditions should be added to avoid that.
-
hi @l-andorrà how to avoid the trade if first condition 1 meet , the position got stop out , the EA doesn't trade again on that bar ?
-
@homemebel You can move the 'once per bar' block at the bottom of each tree branch, just immediatly above each 'buy/sell now' blocks.
-
hi @l-andorrà can you give example how to avoid kind of that situation?
-
@homemebel Did you try my suggestion? It should work.