Where in the MoonBot terminal should I set the strategy’s operating permissions so that it works if the minute price deltas for coins are in the range of 1 to 5%?

: Strategy settings

You can set these conditions in the MoonBot terminal on the Filters / Delta tab of the strategy settings using the following parameters:

Delta2_Type=1m (Select additional minute delta)
Delta2_Min=1 (Additional delta value, not less than, in %).
Delta2_Max=5 (Additional delta value, not more than, in %).

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