I want to set only one moving average in Boyi Master Futures Software. The online moving average of price is red, and the online moving average of price is green. The moving average should be modifiable.
EMA24:=EMA(C,N);
PARTLINE(C & gt; EMA24,EMA24),COLORRED,LINETHICK2
Part line (C & ltEMA24, EMA24), COLORGREEN, LINETHICK2.
{N is the average number of days; you can set 5,7,10,20,30 at will};