How do I not place the order and wait only to the conditions
-
Every time I put any EA made โโwith Fxdreema in test, MT4 starts with an order. How do I not place the order and wait only to the conditions?
thank you very much
-
If the condition is true at the moment when the EA is started, it will pass. If you have some condition that is clearly false, but it passes with it, show me that project.
I can see the last project in yours, and you use Indicator appear with Candle Close [0] inside. Candle Close is always positive value, so from this project you should get one new Buy trade at the beginning.
By the way "Once per tick" is not needed there. You can read it's description
