In the CustomEMA parameter in the strategy filters settings of the MoonBot terminal, I specified the formula EMA(5m,1)=>-1, but the strategy does not work, and in the filters on the coin chart it says “CustomEMA: Wrong EMA comparison part EMA(5m,1)=>-1 “=>-1″)”, in what Could it be a case?

: 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(5m,1)=>-1, that is, an invalid sign for comparison is specified, which is not supported in this formula, then the entry in the filters on the chart will be displayed as follows:
EMA Filters: CustomEMA: Wrong EMA comparison part EMA(5m,1)=>-1 “=>-1”)
To correct the error, remove the equal sign in the formula, as it is superfluous and is not supported when comparing in formulas. There are only two acceptable signs – a larger sign or a smaller sign.