Try this

A=  RSI(14)-Ref(RSI(14),-9) + MA(RSI(3),3);
PLOT1= MA(A,13);
Plot2= MA(A,33);


Plot(A,"A",colorRed,styleLine);
Plot(Plot1,"Plot1",colorWhite,styleLine);
Plot(Plot2,"Plot2",colorBrightGreen,styleLine);         


Reply via email to