Make ea enter trade after N minutes, delay trade
-
Hey guys! i want to delay the entry of the buy/sell sell signal by N minutes, if the signal is still valid the ea should execute the trade
i tried doing it by using timer but somehow when testing live the ea didnt wait before entering trades https://fxdreema.com/shared/Ms0Bs3dpb
I would really appreciate if someone has an idea on how to do this -
Your blocks on the 'On Timer' tab are headed by numbers ID 9 and 22 whereas those on the 'On Tick' tab go from 5 to 59. You EA will be executing all heading blocks from the lowest number to the highest no matter in which tab they are. You should renumber all heading blocks in the strict order of execution you need.
-
@l-andorrà thanks a lot for all your help! i look into it now