Connors RSI Chart 0
Posted on 23, January 2014
in Category SID
Description for ConnorsRSI SID 926
Connors RSI Chart.
The logic for this technical analysis chart:
#Connors RSI Chart. #Perform plots PlotSetScale(0,100); PlotColumn(ConnorsRSI(3,2,100),Blue); PlotFixedLine(90,Green,Vline); PlotFixedLine(10,Green,Vline); PlotTellTale(ConnorsRSI(3,2,100),Blue);
0 Comments