// Downloaded From https://www.WiseStockTrader.com _SECTION_BEGIN("Price"); SetChartOptions(0,chartShowArrows|chartShowDates); //N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) Vol " +WriteVal( V, 1.0 ) +" {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 )) )); Plot( C, "Close", colorDefault, styleNoTitle | GetPriceStyle() ); _SECTION_END(); _SECTION_BEGIN("K.I.S.S Settings"); Periods = Param("Call Sensitivity", 3, 2, 40, 1 ); accm = Param("StopLoss Sensitivity", 0.16, 0, 1, 0.001 ); _SECTION_END(); _SECTION_BEGIN("Buy Sell Declaration"); VAL=MA( Close, Periods); B = C>Val; S = C1;i--) { if(Buy[i] == 1) { sig = "BUY"; entry = BuyPrice[i]; GfxSelectSolidBrush( colorDarkGreen ); GfxSelectPen( colorLime, 1); // broader color GfxTextOut("K.I.S.S - 15 / 30 Minutes Currency India", 13 , 360); GfxTextOut("Version 1.0 Final - 11th April 2015", 13, 390); GfxTextOut("About Me: nileshnks@yahoo.com/+91 9167446412", 13, 410); GfxTextOut("Big Thanks: My Family Support & Amibroker Software", 13, 440); GfxTextOut("Feel Free to Contact me. English/Hindi/Marathi/Gujrathi", 13, 470); //stoploss calc stoploss=IIf(Call==Buy AND VALSARC,VALSAR,0.0)); slcolor=IIf(VALSARC,VALSAR,0.0)); slcolor=IIf(VALSAR>C,colorLime,colorGrey50); Plot( VALSAR, "stop line", slcolor , styleStaircase| styleDashed | styleNoTitle); //stoploss calc ends bars = i; i = 0; } } GfxRoundRect( 5, 350, 150, 290 , 7, 7 ); GfxSelectFont("Times New Roman", 20, 700, True ); GfxSetBkMode( colorPink ); GfxSetTextColor (colorDarkRed ); GfxTextOut(" K.I.S.S - 15 - 30 Minutes Currency India", 5 , 14); GfxSelectFont("Times New Roman", 13, 700, True ); GfxSetTextColor (colorDarkRed ); GfxTextOut(" 15 or 30 Minutes on USD/INR - GBP/INR - JPY/INR - EUR/INR", 5 , 40); //TXTYESCLO=IIf(TO>YC,colorLime,IIf(TO