// Downloaded From https://www.WiseStockTrader.com /*RSI 7*/ t=7; Up=IIf(C>Ref(C,-1),abs(C-Ref(C,-1)),0); Dn=IIf(C= 100400 AND TimeNum() <= 153000; Buy = RSIt< 30; Short = RSIt > 70; Sell = Cover = 0; Plot( RSI(7), "RSI", colorRed); PlotShapes(Buy*shapeUpArrow ,colorGreen); PlotShapes(Short*shapeDownArrow ,colorRed); SetChartOptions(0,0,chartGrid30|chartGrid70); Plot(RSI(7), "RSI Cloud", colorBlue, styleLine);