@jstap Thanks. I made Indicator in EABUILDER and since Audible alert, push notification and push Email were true so Indicator Buffers were not active in EA made through FXDREEMA. When I selected them False then It started working.
As long as all being true this should work, but it relies on a tick happening on candle open like many things, so I will often set a condition that can happen over a little time.
I’m also struggling to get this captured correctly. Can you post your example. I’m trying to make a delay after a candle opens in seconds and for whatever reason I cannot figure it out.
The problem with that logic is that you will search for a limited number of candles in the past. Is that what you need? If you select Cycle=5, the bot will only search for that range in the previous 5 candles only.
¿Es el mismo simulador que el de la plataforma de operaciones? Si la respuesta es positiva, entonces todo apunta que se debe a una restricción del broker respecto de las órdenes emitidas. Por desgracia, puede pasar. FxDreema funciona en el 90% de las palatformas de operación, pero hay un 10% en las qye el código no es reconocido por la plataforma.
A loop working in the on tick tab will be executed every single tick arriving to the MT4 whereas using it in the 'on trade' tab will execute it just once, when the trade is open/closed/modified and will wait until that happens again.