Two of my favorite indicators for visual trading. Plot both in same inner window with green background. Enjoy!
==============================================
{SwamiCharts RSI}
RSI(C, 5);RSI(C, 10);RSI(C, 15);RSI(C, 20);
{plot Red}
==============================================
{SwamiCharts RSI Fib}
RSI(C,2) ;
RSI(C,3) ;
RSI(C,5) ;
RSI(C,8) ;
RSI(C,13) ;
RSI(C,21);
RSI(C,34);
{plot Yellow}
