Want delay before starting new trade
-
I would like to have a delay of 10min before getting into a new trade after the previous one just closes. I've tried this but it doesn't work. Whenever I remove the 2nd attached line from "for each closed trade" -- i get zero trades in the EA. Any ideas?

-
@markc1974
https://fxdreema.com/shared/yCq0Sk2nc- Create a variable that increases +1 on every new minute bar
- When trade closed, reset that variable back to 0
- When opening new trade, check if variable is > 10
-
@roar Thanks!
-
@roar doesn't the "check age" block do that?
-
@markc1974 I'm not sure, it might work only on live trades...