I would like to run a strategy in the MoonBot terminal in two time intervals, in the morning from 10:00 to 14:00 and in the evening from 19:00 to 21:00. Can I specify both of them in the WorkingTime parameter?

: Strategy settings

In the MoonBot terminal, in the strategy settings on the Filters / Time tab, there is a WorkingTime parameter that sets the strategy’s working interval. The format for entering this parameter is as follows: hours:minutes – hours:minutes (10:30-16:45) or minutes – minutes (05-35). You cannot specify multiple time intervals in this parameter. If you want the strategy to work in two of your intervals, you need to copy the strategy and specify WorkingTime=10:00-14:00 in the first strategy and WorkingTime=19:00-21:00 in the second. In this case, the first strategy will work first, followed by the second with similar detectors and parameters.

To ensure that this parameter is checked by the strategy, set IgnoreFilters = NO on the general Filters tab, and set IgnoreBase = NO on the Filters / Base tab. A green vertical bar should be visible to the left of the Filters / Base tab, indicating that this tab and the parameters in it are not being ignored.