wait 16 minutes
-
hi
what can i do for wait 15 minutes ?
example at the open of candle tf 1h i want to wait the first 16 minutes for have open and close of first 15 minutes .
open candle tf 1h at 15.00 pm ;
i want to wait 15.16 and look the high and low of candle 15 min
15.00-15.15
at 15.16 i put a buy or sell order in max or low then values
pass n times i don't know if is a minutes or more ..... -
I find the easiest way is to constantly add 1 every minute to a variable, variable to 0 on event (like candle opening), check the value and when it reaches 16 commit to do something.
-
@MT4stefano If you are not changing the time period (if it is always the same every day), you can do this too:
-
i try but no work
https://fxdreema.com/shared/iT5D3cnnb -
I try again it no work
https://fxdreema.com/shared/AnQMCDIqe -
I see you are using several TF at the same time, on which one will the EA be working?