// Downloaded From https://www.WiseStockTrader.com _SECTION_BEGIN("Cross Stochastic"); uptrend= IIf( StochK(17,9) > StochD(17,9,3), 1, 0 ); downtrend=IIf( StochK(17,9) 50 ; Short=Sell; Cover=Buy; PlotShapes( IIf(Buy, shapeUpArrow,0) , colorGreen ,0,StochD(17,9,3),-10); PlotShapes( IIf(Sell, shapeDownArrow,0) , colorRed ,0, StochD(17,9,3),-10); _SECTION_END();