In the CustomEMA parameter in the strategy filters settings of the MoonBot terminal, I specified the formula EMA(1m,1)>-1, but the strategy does not work, and in the filters on the coin chart it says “CustomEMA: Wrong EMA range (1 minutes, must be [2 .. 90])”, what could be the matter?

: General errors

If there is an error in writing the CustomEMA formula in the MoonBot terminal on the Filters / Base tab of the strategy settings, for example, as in your case, EMA(1m,1)>-1, that is, the time value “1m” is specified, which is not supported for comparison in this formula, then the entry in the filters on the chart will be displayed So:
EMA Filters: CustomEMA: Wrong EMA range (1 minutes, must be [2 .. 90])
To correct the error, replace the first comparison value in the formula with “1m”, which should be in the range from 2m to 90m.