Monday, 23 October 2017

Nifty Intraday Trading System Afl


Heute bin ich Posting ein Amibroker AFL für Intraday Handel kann für Nifty und auch Liquid Stocks verwendet werden. Ich habe es von einem Forum aus dem Internet bekommen. Ich weiß wirklich, wer sein Autor ist. Aber es besteht aus vielen Codierungen. Intraday Trading System für Nifty und Aktien: - Es gibt automatische Kauf und Verkauf von Signalen, Targets und Stoploss sind nicht gegeben. So kann es wie SAR Trading System verwendet werden (Stop und Reverse) bedeutet, dass Sie die Position umkehren müssen, wenn das entgegengesetzte Signal auslöst. Ich habe nicht für viele Tage getestet, aber es gibt gute Signale in Trending und Volatile Märkte, um guten Gewinn zu erzielen. Empfohlenes Zeitintervall: - 5 Min oder 15 Min. Heiken Ashi wird verwendet, NMA auch in ihm verwendet, Marktprofil auch so viele Codes in einem AFL verwendet. Mit diesem System ist einmal das Signal gekommen, wie es bei vielen anderen Systemen verschwindet. Warten Sie immer auf die 5-minütige Kerze und Sie können versuchen, einen niedrigen Preis zu bekommen als der Signalpreis. Du kannst deine eigenen Anpassungen machen. Test vor Gebrauch. Denken Sie daran, es gibt keinen heiligen Gral. Aktualisiert 11-Jan-2012: - Vergrößerter Marktpreis hinzugefügt. Für weitere Lesung, AFLs und Indikatoren, Amibroker, Intraday Trading System, Nifty Trading System, Stocks Trading System 0 Kommentare: Post a Comment Ihre Kommentare und nur wenige Worte hilft mir in BENUTZER ARBEITEN. Sie können auch kostenlose E-Mail-Updates erhalten: Erhalten Sie kostenlose Updates Man Behind TraderAdda SAM. Ein Graduate in Science ist ein Teilzeit-Blogger und Full Time Professional Trader aus Indien. Bei TraderAdda schreibt er über Trading Systems, Amibroker Indicators und AFLs, Trading Ebooks, Trading Resources, Nifty Intraday Levels, Nifty Positional View und viele weitere andere Trading Resources. Sein Interessengebiet sind technische Analyse, Entwicklung von Handelsstrategien, Blogging, Gadgets und Reading. Hoffe, Sie finden TraderAdda nützlich. Ihre KommentareSuggestionsFeedback ist für uns wichtig. Total Pageviews Geschützte Site - Nicht kopieren Trader Adda Ultimate Trading Resources 2011-12 Trader Adda Ultimate Trading Resources. Artikel können nicht ohne Genehmigung des Autors reproduziert werden. Amazing AFL für NIFTY Intraday Trading Amazing AFL für NIFTY Intraday Trading Ich habe von Google-Suche gefunden, aber ich weiß nicht, wie man es benutzt, Seniors Pleasse Guide SECTIONBEGIN (quotMA Diffquot) T26 KMA ((C (C, T)) MA (C, T)) 100 Graph0KMA Graph0Style24 Graph0BarColorIIf (KMAgt0,5,4) GraphXSpace5 SECTIONBEGIN (quotPricequot) SetChartOptions (0, chartShowArrowschartShowDates) Plot (C, quotClosequot, ParamColor (quotColorquot, colorBlack), StyleNoTitle ParamStyle (quotStylequot) GetPriceStyle ()) SECTIONEND () SECTIONBEGIN (quotZIG-ZAGquot) P ParamField (quotPrice fieldquot) ändern Param (changequot, 5.0.1,25,0.1) SECTIONEND () SECTIONBEGIN (quotEMAquot) P ParamField (quotPrice fieldquot , -1) Perioden Param (quotPeriodsquot, 15, 2, 300, 1, 10) SECTIONEND () SECTIONBEGIN (quotMACD Explorationquot) r1 Param (quotFast avgquot, 12, 2, 200, 1) r2 Param (nullSlow avgquot, 26, 2 (C, z) gtRef (Zig (C, z), - 4) Z3 (c, z) gtRef (Zig (C, z), - 4) Kaufen Sie Cond1 und Cond3 Zig (C, z) ltRef (Zig (C, z), - 4) Verkaufen Cond4 UND Cond6 Trigger WriteIf (Kauf, quotBuyquot, quotquot) WriteIf (Sell, quotSellquot, quotquot) BG IIf (Buy, colorPaleGreen , (FD IIf (Kauf, colorDarkGreen, IIf (Verkauf, colorDarkRed, colorDefault)) if (Status (quotactionquot) actionIndicator) Plot (C, quotquot, colorGrey50, styleBar) PlotShapes (IIf (Buy, Formulieren, 0, H, Offset-30) Filtern Kaufen ODER Sell SetOption (quotNoDefaultColumnsquot, True) AddTextColumn (Name ( ) AddColumn (TimeTum, FG, BG, 100) AddColumn (TimeNum (), quotTimequot, 1) AddColumn (C, quotClosequot, 1.3) AddColumn (Date, (V, -1), quotPolumn (V (V, -1), quotP-Volquot) AddColumn (VRef (V, -1) 100, quotErhöhung in Volquot) AddColumn (Buy, quotBuyquot, 1) AddColumn (Sell , Fortsetzung, Form, IIf (Buy, ColorBlue, ColorBlue), 0, IIf (Buy, Low, High)) GraphXSpace 7 SECTIONEND () SECTIONBEGIN (quotEMA3quot) P ParamField (quotPrice fieldquot, - 1) Perioden Param (quotPeriodsquot, 15, 2, 300, 1, 10) SECTIONEND () SECTIONBEGIN (quotBackground textquot) C13Param (quotfontsquot, 20,10,30,1) C14Param (quotleft-rightquot, 2.1,1.0.5.0,0.1 ) C15Param (quotup-downquot, 12,1,20,1) Miny Status (quotaxisminyquot) Maxy Status (quotaxismaxyquot) lvb Status (quotlastvisiblebarquot) fvb Status (quotifirstvisiblebarquot) pxwidth Status (quotpxwidthquot) pxheight Status (quotpxheightquot) GfxSetBkMode (transparent1) GfxSetOverlayMode (X) GfxSetTextColor (ColorRGB (217,217,213)) GfxTextOut (Name (), Status (quotpxwidthquot) C14, Status (quotpxheightquot) C15) GfxSelectFont (quotTahomaquot, Status (quotpxheightquot) C130.5) GfxSetTextColor (ColorRGB (103,103,103)) GfxTextOut (ZWISCHES SINGHQ, Status (quotpxwidthquot) C14, Status (quotpxheightquot) C152.5) ​​GfxSelectFont (quotTahomaquot, Status (quotpxheightquot) C130.5) GfxSetTextColor (ColorRGB (103,103,103)) GfxTextOut (Quatrisch. jpgScheinwerfer) C154) GFxSelectFont (quotMS Sans Serifquot, 10, 500, False, False, 0) Zweite Phase beginnt hier Datei: BHS Chart SECTIONBEGIN (quotTradingquot) SetChartBkColor (ParamColor (quotOuter Panel-Farb-Ziffer, colorLightYellow)) SetChartBkColor (ParamColor (quotBackGround Colorquot, colorBlack)) pShowtradeLines ParamToggle (quotShow Trade Linesquot, quotNoYesquot, 1) pShowMarkers ParamToggle (quotShow Markersquot, quotNoYesquot, 1) synchParamToggle (quotSynchronize buyshort mit ausländischem Indexquot, quotNoYesquot, 1) VolminParam (quotVolume minimumquot, 5000,0,10000000,50) VolmaxParam (quotVolume maximumquot, 1000000,0,10000000,50) priceRLParam (quotPrice Range Minquot, 150,1,20000,1) PreisRHParam (quotPrice Range Maxquot, 3000,1, 20000,1) PercChangeminParam (quotPercentage Change Min setquot, -25, -100, 100, 0.1) PercChangemaxParam (quotPercentage Change Max setquot, 25, -100, 100, 0.1) PerctakeProfitParam (quotTake Profit Percent Setquot, 0.6.0.3,30, 0,1) PercStoplossParam (quotStopLoss Prozent Setquot, 0,25,0,2,5,0,1) PlotOHLC (offen, hoch, niedrig, nah, quadratisch, colorWhite, styleCa ndle) Stäbe 0 xpdh 90 PlotRange (TimeNum () gt 85500 UND TimeNum () lt 153500 ) Und (DateNum () LastValue (DateNum ())) FHH889 (TimeNum () gt 085500 UND TimeNum () lt 093000) UND (DatumNum () LastValue (DateNum ())) FHPrices High FHRange FHMarker BarsSince (FHRangegt0) NumBars 36000 Interval (1) TimeFrameSet (inDaily) TOP Open PDH Ref (High, -1) PDL Ref (Low, -1) PDO Ref (Open, -1) PDC Ref (Schließen, -1) PDM (PDHPDL) 2 TimeFrameRestore () isAll True isRth TimeNum () gt 085400 UND TimeNum () lt 093000 isdRth TimeNum () gt 085400 UND TimeNum () lt 160000 aRthL IIf (isRth, L, 1000000) aRthH IIf (isdRth, H, Null) aRthLd IIf (isdRth, L, 1000000) PDM TimeFrameExpand (PDO, inDaily, expandFirst) PDH TimeFrameExpand (PDH, inDaily, expandFirst) PDM TimeFrameExpand (PDH, inDaily, expandFirst) PDM TimeFrameExpand (PDL, PDA, inDaily, expandFirst) FHH Ref (HHV (HighFHRange, NumBars), - FHMarker) FHL TimeFrameCompress (aRthL, inDaily, compressLow) FHL TimeFrameExpand (FHL, inDaily, expandFirst) DayH TimeFrameCompress (aRthH, inDaily, compressHigh) DayH TimeFrameExpand (DayH (FC4ltFC1PDH0.005), FC1,0) BIIf ((FC4ltFC2PDH0.005 UND FC4gtFC1PDH0.005), FC2,0).FIII (FC4ltFC1PDH0.005), FC1,03), FC2ltFC2PDH0.005 und FC4gtFC1PDH0.005), FC2,0 ) ClIIf ((FC4ltFC3 UND FC4gtFC2PDH0.005), FC3,0) AF (ABCl) ausländisch SECTIONBEGIN (quittiert Index Bar Graphquot) VrParamList (quotIndexquot, ListNNSEI, NSEBANK, CNXIT, NSMIDCP, RELIANCE. NS, SBIN. N Squot, 0 ) HaG Min (H, Max (HaC, HaO)) HaL Min (L, Min (HaC, HaO)) BG3HHV (LLV (HH, 4) ATR (4), 8) BR3LLV (HHV (HaH, 4) - ATR (4), 8) co IIf (HacgtBG3, colorBrightGreen, IIf (Hac lt BR3, colorRed, colorGrey50)) Plot (4, Quadratisch, Co, styleAreastyleOwnScale styleNoLabel, -1, 100) RestorePriceArrays () SECTIONEND () BuyPrice (DayLAF) BuyTP1 (BuyPrice (BuyPrice (PerctakeProfit100))) BuyTP2 (CgtBuyTP1) SellPrice (DayH-AF) SellTP1 (SellPrice - (SellPrice (PerctakeProfit100) ))) SellTP2 (CltpriceRL UND CltpriceRH)) (Stk.) (Stk.) (Stk. SellStop2IIf (SellStop1gtBuyPrice) und SellPriceltBuyPrice, BuyPrice, SellStop1) BuyStopIIf ((Buy AND NOT BuyTP2), BuyStop2, Null) BuyTPIIf (Kaufen und NICHT.) SellStop1 (SellStop1gtBuyPrice) und SellPriceltBuyPrice, BuyPrice, SellStop1) BuyStop, BuyTP2, Null) Bars BarsSince (TimeNum () gt 85400 UND TimeNum () lt 092900) x0 BarCount-LastValue (Bars) x1 BarCount-1 TOPLine LineArray (x0, LastValue (TOP), x1, LastValue (TOP), 0 ) PDLLine LineArray (x0, LastValue (PDH), x1, LastValue (PDH), x1, LastValue (PDH), x1, LastValue (PDH), x1, LastValue (PDH), x1, LastValue (PDH), x1, LastValue (PDH), x1, LastValue (PDH) (X0, LastValue (PDH), 0) FHLLine LineArray (x0, LastValue (PDM), 0) FHLLine LineArray (x0, LastValue (PDM), 0) Letzter Beitrag (x), x1, LastValue (BuyPrice), x1, L astValue (BuyPrice), 0) BuyStoplineLineArray (x0, LastValue (BuyStop2), x1, La stValue (BuyStop2), x1, LastValue (FHL), (X0, LastValue (BuyTP1), x1, LastValue (BuyTP1), 0) SellPricelineLineArray (x0, LastValue (SellPrice), x1, LastValue (SellPrice), 0) SellStoplineLineArray (x0, LastValue (SellStop2), x1 (X0, LastValue (Tag2), 0) DayLlineLineArray (x0, LastValue (SellTP1), x1, LastValue (SellTP1), x1, LastValue (SellTP1), (Tag), x1, LastValue (DayL), 0) Plot (IIf (pShowtradeLines, BuyStopline, Null), quotBuySto pquot, colorBrightGreen, styleDotsstyleNoRescale styleNoLine) Plot (IIf (pShowtradeLines, SellPriceline, Null), quotShor t Hierquot, colorRed, styleDotsstyleNoRescale (IfScheinwerfer) (Title) (TitleWriting) actionIndicator) (Titel EncodeColor (colorWhite) quotTrading Systemquot quot - quot Name () quot - EncodeColor (ColorYellow) Interval (2) EncodeColor (colorYellow) quot Datum () quot EncodeColor (colorYellow) quot-OpenZotWriteVal (O, 1) EncodeColor (colorYellow) - High-Zeichen WriteVal (H, 1) EncodeColor (colorYellow) (C, 1) EncodeColor (colorYellow) - Zeichen WriteVal (V, 1) (quotnquot) WriteIf (Percchange, "Change quot" (Percchange) (Tag, 1), "Heute", "DayTr", "TimeTour", "TimeTay" ("Hallo,"), "TimeHowquotWriteVal" ("Hallo") (GFxSelectSolte (3) GfxSelectSolidBrush (colorLightGold) GfxSelectSolidBrush (ColorLightYellow) GfxSelectSpiegel (ColorLightYellow) GfxSelectSolidBrush (ColorLightGold) GfxTextOut (WriteIf (SellPrice, quotTRP Level: quot (SellPrice), Quittung), 30, 60) GfxTextOut (WriteIf (SellPrice, quotTRP Level: quot (SellPrice), Quittung), 30, 60) GfxTextOut (WriteIf ( GfxTextOut (WriteIf (BuyStop2, quotLong SL: quot (BuyStop2), quotquot), 30, 90) GfxTextOut (WriteIf (BuyTP1. "GfxTextOut (WriteIm" (SellStop2, quotShort SL: quot (SellStop2), 30, 105) GfxTextOut (WriteIf (SellPrice, quotSell Unten: quot (SellPrice), Quittung), 30, , ZitatZurück (V., Zitat), Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, "AddColumn (SellPrice, quotShort atquot, 1.2) AddColumn (SellTP1, quotShort Gewinn atquot, 1.2) SECTIONBEGIN (quotshort signalquot) HaClose (OH) (Ha, NaO), BH2HHV (LLV (Niedrig, 4) ATR (LLV (Niedrig, 4) ATR (4), 8) BR2LLV (HHV (High, 4) - ATR (4), 8) SetBarFillColor (IIf (O ltC, colorSeaGreen, colorOrange)) k Optimieren (quotKquot, Param (quotKquot, 1.75,1,5,0.25 ), 1,5,0,25) Per Optimize (quotatrquot, Param (quotatrquot, 10,3,30,1), 3,30,1) jHaClose nm (HL) rfsctor WMA (nm, PER) revers K rfsctor Trend 1 NW0 0 (ii i iTt BarCount i) if (Trendi-1 1) if (ji lt NWi-1) Trendi -1 NWi ji Reversi sonst Trendi 1 if ((ji - Reversi) gt NWi-1) NWi ji - Reversi Sonst nWi NWi-1 if (Trendi-1 -1) if (ji gt NWi-1) Trendi 1 NWi ji - Reversi sonst Trendi -1 if ((ji Reversi) lt NWi-1) NWi ji Reversi sonst NWi NWi-1 (Nw, j) CoverCross (nw, j) CoverCross (j, nw) BuyExRem (Kaufen, Verkaufen) SellExRem (NW, quotquot, IIf (Trend 1, 6, 4), 4) BuyCross (j, nw) Verkaufen, kaufen) ShortExRem (Short, Cover) CoverExRem (Cover, Short) dist 1.5ATR (15) für (i 0 i lt BarCount i) if (Buyi) PlotText (Binyquot O i, i, L i - Trendi, colorDarkBlue, Colorgh, 0, halbe, -30) PlotShapes (IIf (Verkauf, FormUpArrow, FormNone), colorWhite, 0, halow, -30) PlotShapes (IIf (Selli) (2F), colorWhite, 0, halbe, -15) PlotShapes (IIf (Short, shapeDownArrow, shapeNone), colorWhite, 0, hahigh , -30) ----------- Ende -------------- Re: Amazing AFL für NIFTY Intraday Trading Bitte überprüfen Sie mit diesem, jetzt arbeiten SECTIONBEGIN (quotMA Diffquot) TMA KMA (C-MA (C, T)) 100 Graph0KMA Graph0Style24 Graph0BarColorIIf (KMAgt0,5,4) GraphXSpace5 SECTIONBEGIN (quotPricequot) SetChartOptions (0, chartShowArrowschartShowDates) Plot (C, quotClosequot, ParamColor ( (NZZ-ZAGNot) P ParamField (quotPrice fieldquot) ändern Param (changequot, 5.0.1,25,0.1) SECTIONEND () SECTIONBEGIN (quotEMAquot) P ParamField (quotPrice fieldquot, -1) Perioden Param (quotPeriodsquot, 15, 2, 300, 1, 10) SECTIONEND () SECTIONBEGIN (quotMACD Explorationsquot) r1 Param (quotFast avgquot, 12, 2, 200, 1) r2 Param (quotSlow Avgquot, 26, 2, 200, 1) r3 Param (Ziffern (C, z.) ZP (Z, (Z, ), - 4) Kaufen Cond1 UND Cond3 Cond6 Zig (C, z) ltRef (Zig (C, z), - 4) Verkaufen Cond4 UND Cond6 Trigger WriteIf (Kauf, quotBuyquot, quotquot) WriteIf (Verkaufen, quotSellquot, quotquot) BG FK IIf (Kauf, colorDarkGreen, IIf (Sell, colorDarkRed, colorDefault)) Wenn (Status (quotactionquot) actionIndicator) Plot (C, quotquot, colorGrey50, styleBar) PlotShapes (IIf (Buy, shapeCircle, shapeNone), colorBlue, 0, L, Offset-60) PlotShapes (IIf (Sell, shapeCircle, shapeNone), colorBlue, 0, H, Offset-30) Filter Kaufen ODER Selling SetOption (quotNoDefaultColumnsquot, True ) AddTextColumn (Name (), quotSymbolquot, 77, FG, BG, 120) AddColumn (DateTime (), quotDatequot, formatDateTime, FG, BG, 100) AddColumn (TimeNum (), quotTimequot, 1) AddColumn (C, quotClosequot, 1.3 AddColumn (V, -1), quotP-Volquot) AddColumn (VRef (V, -1) 100, quotErhöhung in Volquot) AddColumn (Buy, quotBuyquot, 1) AddColumn (Sell, quotSellquot, 1) Form Kaufen shapeHollowUpTriangle Sell shapeHollowDownTriangle PlotShapes (Form, IIf (Buy, colorBlue, colorBlue), 0, IIf (Buy, Low, High)) GraphXSpace 7 SECTIONEND () SECTIONBEGIN (quotEMA3quot) P ParamField (QuotPrice fieldquot, -1) Perioden Param (quotPeriodsquot, 15, 2, 300, 1, 10) SECTIONEND () SECTIONBEGIN (quotBackground textquot) C13Param (quotfontsquot, 20,10,30,1) C14Param (quotleft-rightquot, 2.1, 1.0.5.0,0.1) C15Param (quotup-downquot, 12,1,20,1) Miny Status (quotaxisminyquot) Maxy Status (quotaxismaxyquot) lvb Status (quotlastvisiblebarquot) fvb Status (quotifirstvisiblebarquot) pxwidth Status (quotpxwidthquot) pxheight Status (quotpxheightquot) GfxSetTextColor (ColorRGB (217,217,213)) GfxTextOut (Name (), Status (quotpxwidthquot) C14, Status (quotpxheightquot) C15) GfxSelectFont (quotTahomaquot, Status (quotpxheightquot) C13) GfxSetTextColor (ColorRGB (217,217,213) , GFxSetTextColor (ColorRGB (103,103,103)) GfxTextCut (Quinthema SINGHquot, Status (quotpxwidthquot) C14, Status (quotpxheightquot) C152.5) ​​GfxSelectFont (quotTahomaquot, Status (quotpxheightquot) C130.5) GfxSetTextColor (ColorRGB (103,103,103)) GfxTextOut (quatrisch. ajeetsinghyahooquot, Status (quotpxwidthquot) C14, Status (quotpxheightquot) C154) GfxSelectFont (quotMS Sans Serifquot, 10, 500, False, False, 0) Zweite Phase beginnt hier Datei: BHS Chart SECTIONBEGIN (quotTradingquot) SetChartBkColor (ParamColor (quotOuter Panel Farbe, ColorLightYellow)) SetChartBkColor (ParamColor (quotBackGround Colorquot, colorBlack)) pShowtradeLines ParamToggle (quotShow Trade Linesquot, quotNoYesquot, 1) pShowMarkers ParamToggle (quotShow Markersquot, quotNoYesquot, 1) synchParamToggle (quotSynchronize buyshort mit ausländischen indexquot , "Nennwert, 1) VolminParam (minimaler Betrag, 5000,0,10000000,50) VolmaxParam (maxVolume maximumquot, 1000000,0,10000000,50) priceRLParam (quotPrice Range Minquot, 150,1.20000,1) PreisRHParam (quotPrice Range Maxquot , 3000,1.20000,1) PercChangeminParam (quotPercentage Change Min setquot, -25, -100, 100, 0.1) PercChangemaxParam (quotPercentage Change Max setquot, 25, -100, 100, 0.1) PerctakeProfitParam (quotTake Profit Percent Setquot, 0.6 , 0,3,30,0,1) PercStoplossParam (quotStopLoss Percent Setquot, 0,25,0,2,5,0,1) PlotOHLC (offen, hoch, niedrig, nah, quadratisch, colorWhite, styleCa ndle) Stäbe 0 xpdh 90 PlotRange (TimeNum () gt 85500 UND TimeNum () lt 153500) AND (DateNum () LastValue (DateNum ())) FHRange (TimeNum () gt 085500 UND TimeNum () lt 093000) UND (DatumNum () LastValue (DateNum ())) FHPrices High FHRange FHMarker BarsSince ( FHRangegt0) NumBars 36000 Intervall (1) TimeFrameSet (inDaily) TOP Offen PDH Ref (High, -1) PDL Ref (Low, -1) PDO Ref (Open, -1) PDC Ref (Schließen, -1) PDM (PDHPDL) 2 TimeFrameRestore () isAll True isRth TimeNum () gt 085400 UND TimeNum () lt 093000 isdRth TimeNum () gt 085400 UND TimeNum () lt 160000 aRthL IIf (isRth, L, 1000000) aRthH IIf (isdRth, H, Null) aRthLd IIf (PDL, inDaily, expandFirst) PDL TimeFrameExpand (PDL, inDaily, expandFirst) PDL TimeFrameExpand (PDO, inDaily, expandFirst) PDP TimeFrameExpand (PDO, inDaily, expandFirst) PDP TimeFrameExpand (PDC, inDaily, ExpandFirst) PDM TimeFrameExpand (PDM, inDaily, expandFirst) FHH Ref (HHV (HighFHRange, NumBars), - FHMarker) FHL TimeFrameCompress (aRthL, inDaily, compressLow) FHL TimeFrameExpand (FHL, inDaily, expandFirst) DayH TimeFrameCompress (aRthH, inDaily, compressHigh ) DayL TimeFrameExpand (DayH, inDaily, expandFirst) DayL TimeFrameCompress (aRthLd, inDaily, compressLow) DayL TimeFrameExpand (DayL, inDaily, expandFirst) AIIf ((FC4ltFC1PDH0.005), FC1,0) BIIf ((FC4ltFC2PDH0.005 UND FC4gtFC1PDH0.005) ), FC2,0) ClIIf ((FC4ltFC3 UND FC4gtFC2PDH0.005), FC3,0) AF (ABCl) ausländische SECTIONBEGIN (quotale Index Bar Graphquot) VrParamList (quotIndexquot, List quotNSEI, NSEBANK, CNXIT, NSMIDCP, RELIANCE. NS, SB INH, Max (Ha, Max) (Ha, HaO) HaL Min (L, Min (HaC, HO) HaO)) BG3HHV (LLV (HaL, 4) ATR (4), 8) BR3LLV (HHV (HaH, 4) - ATR (4), 8) co IIf (HacgtBG3, colorBrightGreen, IIf (Hac lt BR3, colorRed, colorGrey50) ))) (),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, SellPrice - (SellPrice (PerctakeProfit100))) SellTP2 (CltPellice1) Percchange ((C-TOP) TOP) 100) Vol (VgtVolmin UND VltVolmax) Prozentsatz (percchangegtPercChangemin UND percchangeltPercChangemax) prc (CgtpriceRL UND CltpriceRH) BuyStop1 (BuyPrice - SellStop2IIf ((SellStop1gtBuyPrice) UND SellStop1gtBuyPrice, BuyPrice, SellStop1) BuyStopIIf ((BuyI NICHT BuyTP2), BuyStop2, Null. () SellStop2IIf (SellStop1ltBuyPrice) und SellPriceltBuyPrice, SellPriceltBuyPrice, SellPrice, (X0, LastValue (TOP), x1, Last-Minute-Länge (x0, LastValue (TOP), x1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, (X0, LastValue (PDH), x1, LastValue (PDH), 0) PDLLine LineArray (x0, LastValue (PDL), x1, LastValue (PDL), 0) PDCLine LineArray (x0, (PDC), x1, LastValue (PDM), x1, LastValue (PDM), x1, LastValue (PDM), x1, LastValue (PDH), x1, LastValue (PDC), x1, LastValue (PDC), 0) FHLLine LineArray (x0, LastValue (FHL), x1, LastValue (FHL), 0) BuyPricelineLineArray (x0, LastValue (BuyPrice), x1, L astValue (BuyPrice), 0) BuyStoplineLineArray (x0, LastValue (BuyStop2), x1 (X0, LastValue (BuyTP1), 0) SellPricelineLineArray (x0, LastValue (SellPrice), x1, LastValue (SellPrice), 0) SellStoplineLineArray (x0, LastValue (BuyTP1), x1, LastValue (BuyTP1), LastValue (SellStop2), x1, LastValue (Tag2), 0) SellTPlineLineArray (x0, LastValue (SellTP1), x1, Last Value (SellTP1), 0) DayHlineLineArray (x0, LastValue (DayH), x1, LastValue (DayH), 0 (*) (*) (')' Into English: Plot (IIF (pShowtradeLines, SellPriceline, Null), quotShor. (1) (1) (1) (1) (1) (1) (0) (0) (0) (0) (0) (0) (0) (0) (0) (0) (0) (0) (0) (0) (0) (0) (0) (0) (0) T) Hiervon, ColorRed, styleDotsstyleNoRescale) PlotShapes (IIF (pShowMarkers AND Buy, shapeHollowUpArrow, Null), colorDarkGreen, 0, L, Offset-30) if (Status (quotactionquot) actionIndicator) (Titel EncodeColor (colorWhite) quotTrading Systemquot quot - name Name (0) EncodeColor (colorYellow) Interval (2) EncodeColor (colorYellow) quot Datum () quot EncodeColor (colorYellow) quot-OpenquotWriteVal (O, 1) EncodeColor (colorYellow) - High quot WriteVal (H, 1) EncodeColor (colorYellow) "Low" WriteVal (L, 1) EncodeColor (colorYellow) Klicken Sie auf die Schaltfläche WriteVal (C, 1) EncodeColor (colorYellow) quellen WriteVal (V, 1) (quotnquot) WriteIf (Percchange , "Change" (Percchange) quot, quotquot) "Next DayHighquotWriteVal (PDH, 1)", "TimeTowquotWriteVal" (PDL, 1), Heute, HighquotWriteVal (DayH, 1), Heutiges LowquotWriteVal (DayL, 1) WriteIf (HacgtBG3 , EncodeColor (colorBrightGreen) quotUp quot, WriteIf (HacltBR3, EncodeColor (colorRed) quot-Downquot, EncodeColor (colorLightYellow) declt Flat gtquot))) GfxSetOverlayMode (Modus 0) GfxSelectPen (colorLightBlue, 3) GfxSelectSolidBrush (colorLightYellow) GfxRoundRect (20, 55 GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode (1) GfxSetBkMode ( 60) GfxTextOut (WriteIf (BuyPrice, quotBuy Oben: quot (BuyPrice), Quittung), 30, 75) GfxTextOut (WriteIf (BuyStop2, quotLong SL: quot (BuyStop2), quotquot), 30, 90) GfxTextOut (WriteIf (BuyTP1. "GfxTextOut (WriteIm" (SellStop2, quotShort SL: quot (SellStop2), 30, 105) GfxTextOut (WriteIf (SellPrice, quotSell Unten: quot (SellPrice), Quittung), 30, , ZitatZurück (V., Zitat), Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, Spalte, "AddColumn (SellPrice, quotShort atquot, 1.2) AddColumn (SellTP1, quotShort Gewinn atquot, 1.2) SECTIONBEGIN (quotshort signalquot) HaClose (OH) (Ha, NaO), BH2HHV (LLV (Niedrig, 4) ATR (LLV (Niedrig, 4) ATR (4), 8) BR2LLV (HHV (High, 4) - ATR (4), 8) SetBarFillColor (IIf (O ltC, colorSeaGreen, colorOrange)) k Optimieren (quotKquot, Param (quotKquot, 1.75,1,5,0.25 ), 1,5,0,25) Per Optimize (quotatrquot, Param (quotatrquot, 10,3,30,1), 3,30,1) jHaClose nm (HL) rfsctor WMA (nm, PER) revers K rfsctor Trend 1 NW0 0 (ii i iTt BarCount i) if (Trendi-1 1) if (ji lt NWi-1) Trendi -1 NWi ji Reversi sonst Trendi 1 if ((ji - Reversi) gt NWi-1) NWi ji - Reversi Sonst nWi NWi-1 if (Trendi-1 -1) if (ji gt NWi-1) Trendi 1 NWi ji - Reversi sonst Trendi -1 if ((ji Reversi) lt NWi-1) NWi ji Reversi sonst NWi NWi-1 (Nw, j) CoverCross (nw, j) CoverCross (j, nw) BuyExRem (Kaufen, Verkaufen) SellExRem (NW, quotquot, IIf (Trend 1, 6, 4), 4) BuyCross (j, nw) Verkaufen, kaufen) ShortExRem (Short, Cover) CoverExRem (Cover, Short) dist 1.5ATR (15) für (i 0 i lt BarCount i) if (Buyi) PlotText (Binyquot O i, i, L i - Trendi, colorDarkBlue, Colorgh, 0, halbe, -30) PlotShapes (IIf (Verkauf, FormUpArrow, FormNone), colorWhite, 0, halow, -30) PlotShapes (IIf (Selli) (2F), colorWhite, 0, halbe, -15) PlotShapes (IIf (Short, shapeDownArrow, shapeNone), colorWhite, 0, hahigh , -30) ----------- Ende -------------- Intraday afl Für 5 Minuten Diagramm mit 80 Genauigkeit getestet Form kaufen shapeUpArrow Selling shapeDownArrow PlotShapes (Form, IIf (Buy, colorGreen, colorRed), 0, IIf (Buy, Low, High)) PlotShapes (IIf (Buy, FormSquare, FormNone), colorGreen, 0, L, Offset-10) PlotShapes (IIf (Buy, FormSquare, FormNone) , ColorLime, 0, L, Offset-20) PlotShapes (IIf (Buy, shapeUpArrow, shapeNone), colorWhite, 0, L, Offset-15) PlotShapes (IIf (Sell, shapeSquare, shapeNone), colorRed, 0, H, Offset20 ) PlotShapes (IIf (Sell, shapeSquare, shapeNone), colorOrange, 0, H, Offset30) PlotShapes (IIf (Sell, shapeDownArrow, shapeNone), colorWhite, 0, H, Offset-25) WriteIf (s, EXIT alle Short Positionen beim Trading Langzeitpositionen, geben Sie lang jetzt-nOR zum Marktpreis auf morgen Öffnen Sie mit stopEncodeColor (4) WriteVal (L.75ATR (5), 1.4) ,,) WriteIf (ss, beenden Sie alle Longpositionen heute mit einem Market On Close (MOC ) OrdernOR zum Marktpreis auf morgen Öffnen mit stopEncodeColor (4) WriteVal (Ref (H.75ATR (5), -1), 1.4) ,,) WriteIf (sss, keine Trading Signale heute.,) Für (i 0 i Lt BarCount i) PlotText (nBuy: L i nT (Li1.005) nSL (Li0.9975), i, L i - disti, colorGreen, colorWhite) PlotText (Verkauf: H i nT (Hi0.995) nSL (Hi1. 0025), i, H i dist1i, colorRed, colorWhite) Filter s OR sss ODER sss AddColumn (IIf (s, 66,1), kaufen, formatChar, 1, bkcolor IIf (s, colorYellow, colorPink)) AddColumn (IIf ( Ss, 83,1), verkaufen, formatChar, 1, bkcolor IIf (ss, colorPink, colorWhite)) AddColumn (IIf (sss, 87,1), warte, formatChar, 1, bkcolor IIf (sss, colorYellow, colorRed) Haftungsausschluss NiftyPundit haftet nicht für direkte oder indirekte, Folgeschäden oder zufällige Schäden oder Verluste, die sich aus der Nutzung von Informationen ergeben, die irgendwo auf dieser Website erwähnt werden. Diese Website und die hierin enthaltenen Informationen dienen lediglich der allgemeinen Information und stellen weder ein Angebot zum Verkauf oder zur Aufforderung eines Angebots zum Erwerb eines Wertpapiers oder eines hier beschriebenen Beratungs - oder Handelsmanagements dar. Die Schriftsteller können oder dürfen nicht in den genannten Wertpapieren handeln. Kopiere NIFTYPUNDIT 2017. ALLE RECHTE VORBEHALTEN

No comments:

Post a Comment