help on time filters
-
i am trying to check if bull candle then wait for some seconds or minutes before it places a buy now or sell now order i tried, after placing the is bull candle i added the seconds filter and set the start to 1 and end to 20, so am expecting it to wait 20 seconds after checking that candle is bull but instead it places buy now directly after checking is bull. help please or suggest another way to do that .. am using MT5
-
https://fxdreema.com/shared/ZCoTSeTDb
The plan is to count seconds in the On Timer tab. You must set the onTimer period to 1 second from the options -> project options.
Now that we have the seconds counting, when bull candle appears, set the count to 0 -> now the variable can increase to 10, and we have our 10 seconds delay -> buy!