In the CustomEMA parameter in the strategy filters settings of the MoonBot terminal, I specified the formulas EMA(5m,1)>-1 AHD MIN(10m,1)>-1, but the strategy does not work, and in the filters on the coin chart it says “CustomEMA: Wrong EMA comparison value EMA(5m,1)>-1 AHD EMA(10m,1)>-1″-1 AHD MIN(10m,1)>-1″)”, what could be the matter?

: General errors

If there is an error in writing a valid combination of formulas in the MoonBot terminal on the Filters / Base tab of the strategy settings when writing the CustomEMA formula, for example, as in your case, EMA(5m,1)>-1 AHD EMA(5m,1)>-2, that is, when writing AND, AHD is not written correctly, then the entry in the filters on the graph will be displayed as follows:
EMA Filters: CustomEMA: Wrong EMA comparison value EMA(5m,1)>-1 AHD EMA(10m,1)>-1″-1 AHD MIN(10m,1)>-1″)
Only AND OR OR formulas are available for comparison. In your case, to correct the error, rewrite AHD to AND in the English layout.