// Downloaded From https://www.WiseStockTrader.com _SECTION_BEGIN("36 line"); Plot( L, "Price", colorDefault, styleLine ); Btt = Param( "LLL", 15, 1, 5000, 1 ); SS = Btt; s1 =SS + 3.6; S3 = s1 + 3.6; S4 = S3 + 3.6; S5 = S4 + 3.6; S6 = S5 + 3.6; S7 = S6 + 3.6; S8 = S7 + 3.6; S9 = S8 + 3.6; S10 = S9 + 3.6; sL = SS - 3.6; sl1 =sl - 3.6; Sl3 = sl1 - 3.6; Sl4 = Sl3 - 3.6; Sl5 = Sl4 - 3.6; Sl6 = Sl5 - 3.6; Sl7 = Sl6 - 3.6; Sl8 = Sl7 - 3.6; Sl9 = Sl8 - 3.6; Sl10 = Sl9 - 3.6; Plot (SS, "start", colorGreen,styleLine); Plot (S1, "H", colorOrange,styleThick); Plot (S3, "H",colorOrange,styleThick); Plot (S4, "H", colorOrange,styleThick); Plot (S5, "H", colorOrange,styleThick); Plot (S6, "H",colorOrange,styleThick); Plot (S7, "H",colorOrange,styleThick); Plot (S8, "H", colorOrange,styleThick); Plot (S9, "H", colorOrange,styleThick); Plot (S10, "H",colorOrange,styleThick); Plot (SL, "H", colorRed,styleThick); Plot (Sl1, "H", colorOrange,styleThick); Plot (Sl3, "H",colorOrange,styleThick); Plot (Sl4, "H", colorOrange,styleThick); Plot (Sl5, "H", colorOrange,styleThick); Plot (Sl6, "H",colorOrange,styleThick); Plot (Sl7, "H",colorOrange,styleThick); Plot (Sl8, "H", colorOrange,styleThick); Plot (Sl9, "H", colorOrange,styleThick); Plot (Sl10, "H",colorOrange,styleThick); _SECTION_END();