rsi(14) on Ma(Close,5) myRSI = RSIa(MA(C,5),14); Plot (myRSI, "myRSI", colorRed);
Best Regards --- In [email protected], "Hao Chik" <[EMAIL PROTECTED]> wrote: > > If I want to plot the RSI of a moving average, how can I do it? > > Thank! >
rsi(14) on Ma(Close,5) myRSI = RSIa(MA(C,5),14); Plot (myRSI, "myRSI", colorRed);
Best Regards --- In [email protected], "Hao Chik" <[EMAIL PROTECTED]> wrote: > > If I want to plot the RSI of a moving average, how can I do it? > > Thank! >