How to limit 1 trade per hour
-
I was using a bot for a professional company but now they limit me to 1 trade per hour (I have to wait 1 hour after closing a trade before I can open another one).
How can I limit my bot to only open 1 trade after 1 hour has passed since I closed the last trade?
https://fxdreema.com/shared/RjJcyfVNb -
@SMCT You can use these two blocks between your opening condition blocks and the 'buy/sell now' blocks:

-
I tried it but it didn't work, then I did it this way it works but it only limits me to 2 trades maximum https://fxdreema.com/shared/7vCJ0vRhe
-
UPDATE IN CASE SOMEONE ELSE IS GOING THROUGH THE SAME THING I LEAVE THE PROJECT FUNCTIONAL https://fxdreema.com/shared/IufAMe2Yb
-
Thank you for sharing.