Delay function???
-
I am trying to use the delay function in an mql4 EA, so it will wait X amount of time between when it closes an order and when it opens the next one. I have tried placing it between the "AND" block and the BUY/SELL blocks (this did not work). I have tried placing it on the orange output of the "no trade/order exists" block (this did not work). also this is all on the on Tick page. any ideas on what I'm doing wrong?
-
This works on live only, but not in backtest. At least this is the behaviour of the native MQL4 "Sleep()" function, otherwise .dll function can be used to create real delay, and this can be useful... I will check what I can do about this now.
-
thank you, much appreciated
-
Done... but in web version (local version later)
-
thank you. this helps alot