How can I limit the MoonBot to stop a strategy from working on coins with a leverage lower than x20?

: Strategy settings

In MoonBot, in the strategy settings on the Filters tab, there is a parameter MinLeverage (minimum leverage) at which to work with coins. If the leverage on the coins is less than this, the strategy will not work with such coins. If IgnoreFilters = YES is ticked, this filter will not work and all coins will be analyzed regardless of the leverage set. The default setting is MinLeverage=1, which means to take coins with leverage x1, which is “all coins”. In your case, you need to set IgnoreFilters = NO and MinLeverage = 20, then coins below leverage x20 will not be considered by the strategy.