In which parameters are EMA formulas used?

: Strategy settings

EMA formulas are written in the CustomEMA and SellByCustomEMA parameter fields in the line, one or a set of functions are written to compare them in the form: EMA(X,Y) > A AND EMA(p,q) < B AND ... any number of formulas separated by AND or OR (the order of application is algebraic: all ANDs first, then OR Example: A AND B OR C AND D means one of two: (A AND B) or (C AND D)).
If the formula conditions are met in the CustomEMA parameter, then the strategy works.
If the conditions of the formulas are met in the SellByCustomEMA parameter, then the position is sold by Panic Sell.