In the parameter CustomEMA in settings of filters strategy terminal MoonBot I specified the formula EMA(5m,1)>-1, but the strategy does not work, and in filters on the coin graph it is written “CustomEMA: Not a EMA (EMA(5m,1)>-1)”, what could be?

: Log errors

If there is an error in the MoonBot terminal on the Filters / Base tab of the strategy settings when writing the CustomEMA formula, for example, the first letter is not English but Russian, then the entry in the filters on the chart will be displayed as follows:
EMA Filters: CustomEMA: Not a EMA (EMA(5m,1)>-1)
This is probably your case. To correct this error, carefully rewrite the entire formula in the CustomEMA parameter strictly in English.