Where in the MoonBot terminal should I set a limit on the strategy so that it does not trigger if the five-minute coin price deltas exceed 3%?
You can set these conditions in the MoonBot terminal on the Filters / Delta tab of the strategy settings using the following parameters: Delta2_Type=5m (Select an additional five-minute delta)Delta2_Min=0 (Additional delta value, not less than, in %).Delta2_Max=3 (Additional delta value, not more than, in %). To ensure that this parameter is checked by the strategy, […]