This custom study plots the RSI with a trailing moving average.
RSIPeriod is used for calculating the RSI.
MAPeriod is used for calculating the MA.
Formula of curves:
RSI: RSI(@,RSIPeriod)
MA: MA(RSI(@,RSIPeriod),Sim,MAPeriod
Setup parameters:
• Display
• OB/OS