Simple Condition Not Working On MT4
-
I built an E.A with condition that when price crosses below a certain value, a pending other is triggered. But I do not know why when the condition is met on MT4 it does not work. Here is the logic https://fxdreema.com/shared/q4BYKoNje .Kindly help @l-andorrà @roar @fxDreema

-
Is probably your turnover distance, test from 0 and see what happens.
-
Ok. Let me try that. But may I ask what the turnover means? @jstap
-
The amount of candles the cross takes
-
Thanks @jstap. Your suggestion worked perfectly. However I have another challenge, I want the EA to trigger a trade just once because it keeps triggering more than one trade . Here is an image of it

-
Because you have a no trade block, you need a no trade/order block.
-
That is great. Thanks a whole bunch. I will try it and give you feedback
-
Ok......