Wait for a while?
-
If I make some blocks that is doing something wrong, I would like my script to wait a while.
Is there any block that can make it pause for 1H or 1 candle or whatever I want to count until it should run again? -
There is a block "Delay" that stops the whole EA for a while, but this one should be used for small periods of time.
This is different idea: https://fxdreema.com/shared/PeHT0Leze I wanted to make this as a block, but as you can see there are 2 parts of this: 1-where the delay is set and 2-where we check if the delay has expired.
-
Delay seems fine. Didn't look in the "more" section...