Greatings, please, I need help the EA is not opening trade.
-
shared/ir264Pu4
The parameter: if price goes above Slow EMA, and fast EMA crosses above slow EMA low or slow EMA high, then buy.
it works in backtesting but doesn't work in demo.
-
@legitimate Hello ! If we do not see the EA we cannot help you, it is impossible for us to know what you have done or not and with what you comment is like saying nothing.
-
@legitimate said in Greatings, please, I need help the EA is not opening trade.:
shared/ir264Pu4
Is this the whole project? I don't see any issue at a first glance. What's the exact problem?
-
@l-andorrà it doesn't open trade.
-
@legitimate All your condition blocks are active on candle ID 0. Pleaee change all operands on all of them to candle ID 1.
-
@l-andorrà Thanks.
-
@legitimate You're welcome.