// Downloaded From https://www.WiseStockTrader.com /* Reference to: BreakThroughs in Technical Analysis Keller, Bloomberg Composite Index, Connie Brown */ A=RSI() - Ref(RSI(),-9)+ MA(RSI(3),3); Plot(A,"Composite Index",colorPlum,styleLine); Plot(MA(A,13),"MA13",colorRed,styleLine); Plot(MA(A,33),"MA33",colorBlue,styleLine); //PlotGrid(100, colorWhite); //PlotGrid(0, colorWhite);