How the -period for the¨on Timer¨ event- option works
-
Hello. I don't understand the function (period for the¨on Timer¨ event) in the Project Option description. I want to make a robot for the H1 time frame (ONE HOUR). What should I put there? thanks for your help
-
@Campero Blocs in the 'on timer' tab are executed every time period selected in the 'on timer' event. If you need to execute condition blocks on the 1H timeframe just use the 'on tick' tab with this options selected on the relevant blocks:

-
@l-andorrà Hello, thanks for answering. My question refers to the red box in the image, in the "project options" section.

-
This setting is comparable to the tick in the "on Ticks" program. When the time entered here has expired, the program part restarts under the function "on Timer".
-
Every 60 seconds it runs the blocks within the timer section.
-
@Ipod said in How the -period for the¨on Timer¨ event- option works:
Every 60 seconds it runs the blocks within the timer section.
Thanks for your help
-
what timer can set for trade ? i men when my custom indicator appear Arrow buy/sell only want one trade per arrow .