Sunday, 5 February 2017

Fortgeschrittenes Schnell Feuerlustiges Handelssystem V 1 01 Afl

Meine entwickelte Intraday-Handelstechnik mit EarnByNifty AFL auf Amibroker. Meine entwickelte Intraday-Handelstechnik mit EarnByNifty AFL auf Amibroker. Sehr geehrte Fellow Traders, ich hatte mit Advanced Rapid Fire NIFTY Handelssystem für ziemlich lange Zeit. Über einen Zeitraum von seinem regelmäßigen Gebrauch hatte ich beobachtet und entwickelte so meine eigene Methodologie, in der diese AFL mir hilft, über 90 rentable Handel zu erhalten. Ich bin damit in der Lage, 30 bis 40 NIFTY-Punkte auf täglicher Basis konsequent zu generieren. Zum Nutzen aller Kollegen (vor allem, die konsequent verlieren), möchte ich meine entwickelte Methodik mit einem Bild zu teilen, um ihnen helfen zu verstehen, amp starten verdienen aus der schönen Kunst des Intraday-Trading zu teilen. Grundsätzlich funktioniert es wie SAR (Stop amp Reverse Positionen) mit doppelten Mengen halten. Ich mache es und obwohl SL ist Hit, ich am Ende mit Profiten mit Reversed Trades. Seien Sie nicht panisch, auch wenn Paare von SL getroffen werden, seien Sie versichert, dass Sie am Ende mit Profiten. 1. Ich habe den Zeitrahmen von drei RIBBON unterhalb ihrer Charts auf 5min 15min 60min (Top Middle Bottom) geändert. Andernfalls ist der Standardzeitrahmen die Auswahl 30min 60min. 2. Ich halte immer die 5min Charts offen und Handel jedes Trade-Signal wie in der folgenden Übung. 3. Ich zeichne Horizontale Linie auf High Amp Niedrig der Signalkerze (siehe Bild). Diese Linien werden manuell von der TAB in AMIBROKER gezeichnet. 4. Diese HIGH-Leitung oder LOW-Leitung bleibt in Position, bis das New Trade-Signal erzeugt wird. Wie im BUY-Fall nach Profit-Buchung, wenn die LOW-Linie HIT ist, gebe ich Verkauf Handel und Signal wird danach und umgekehrt generiert. 5. Ich habe NIFTY 2 Lots Aufträge als: - BUY (Trigger order) bei HIGH Line Amp SELL (Trigger Order) bei Low Line. Lassen Sie alle diese treffen, wie pro Marktbedingungen. 6. Nach der ersten Position habe ich SL-Reihenfolge von (24) NIFTY Lots, 2 Lots quadratisch off gesetzt, wenn SL getroffen wird und 4 Lots NIFTY Position erstellt wird. Ich habe beobachtet, dass normalerweise 10 bis 12 Punkte SL kommt auf 5min Charts. 7. Auch nach SL geschlagen, so aus der neuen 4 Positionen, verlasse ich mit 2Lots mit Verlust Brokerage. Und halten Sie die anderen zwei Lots. 8. Der Restbetrag zwei Lose gibt es auch nach und nach mit 12 bis 20 Punkte Gewinn. Ich erwarte nicht mehr als dieses auf 5min Diagrammen. 9. Am Ende des Tages auch nach Paare von SL getroffen werden und ich nur mit klaren 20-30-40 Punkte Gewinn auf der Grundlage der Volatilität des Marktes, noch wichtiger konsequent beenden. 10. Ich handele nur auf Linien, die auf Signalkerzen von 5min Zeitrahmen gezeichnet sind. Ich wünsche Besitzer dieses AFL kann meine Trading-Stil mit ihrer AFL mit einigen Wert-Ergänzungen, wenn möglich. Hoffnung amp Wunsch, dass jeder Geld ab Lager Market. AFL für quotAdvanced Rapid Fire NIFTY Handels Systemquot AFL für quotAdvanced Rapid Fire NIFTY Handels Systemquot macht Aber das funktioniert nicht und es sagt quotinitialization requiredquot CAN ANY SENIOR GLEICHR DIESE AFL Wenn die drei Band für diffent Zeitrahmen erstellt werden können, wird es auch gut sein. SECTIONBEGIN (quotAdvanced Rapid Fire NIFTY Handels Systemquot) T20 K ((C-funM1 (C, T, T2)) funM1 (C, T, T2)) 100 Graph0K Graph0Style24 Graph0BarColorIIf (KMAgt0,5,4) Graph0BarColorIIf (Kgt0, colorGreen, FarbeRed) GraphXSpace5 Titel quotSymbol. quot Name () quotnThe Schließen ist ngt quotWriteVal (abs (K), format1.2) quotquotWriteIf (Kgt0, quot abovequot, quot belowquot) quot die 13 Periode EMAquot E30 ((C-funE1 (C, 30,20)) funM1 ( C 30,15)) 100 Titlequotgt quotWriteVal (abs (E30), Format1.2) quotWriteIf (E30gt0, quadratisches quot, unteres quot) 30 Periode EMAquot E50 ((C-funE1 (C, 50,35)) funM1 (C, 50,20)) 100 Titlequotgt quotWriteVal (abs (E50), format1.2) quot quotWriteIf (E50gt0, quot abovequot, quot belowquot) quot 50 Periode EMAquot E200 ((C-funE1 (C, 200114)) funM1 ( C, 200105)) 100 Titlequotgt quotWriteVal (abs (E200), format1.2) quot quotWriteIf (E200gt0, quot abovequot, quot belowquot) quot 200 Periode EMAnquot SECTIONBEGIN (quotPricequot) SetChartOptions (0, chartShowArrowschartShowDates) N (Titel strFormat (quot - Öffnen Sie g, Hi g, Lo g, Schließen g (.1f), O, H, L, C, SelectedValue (ROC (C, 1)))) Plot (C, quotClosequot, ParamColor (quotColorquot, colorLightGrey), styleNoTitle ParamStyle (quotStylequot) GetPriceStyle ()) Funktion GetSecondNum () Aktuelle Zeit (4) Sekunden int (Zeit 100) Minuten int (Time 100 100) Stunden int (Time 10000 100) secondNum int (Stunden 60 60 Minuten 60 Sekunden) return secondNum RequestTimedRefresh (1) Timeframe-Intervall () SecNumber GetSecondNum () Newperiod SecNumber Timeframe 0 SecsLeft SecNumber - int (SecNumber Timeframe) Timeframe SecsToGo Timeframe - SecsLeft if (NewPeriod) Grundstück (1, quotquot, Coloryellow, styleArea styleOwnScale, 0, 1) Zeit quotCurrent Zeit : quot Now (2) quotnquot quotChart Intervall: quot NumToStr (Timeframe, 1.0) quot Secondsnquot quotSecond Nummer: quot NumToStr (SecNumber, 1,0, false) quotnquot quotSeconds links: quot NumToStr (SecsLeft, 1,0, false) quotnquot quotSeconds To Go: quot NumToStr (SecsToGo, 1,0, false) GfxSetTextColor (colorBrown) GfxSelectFont (quotTahomaquot, 12,1200) GfxTextOut (quotSeconds To Go: quot NumToStr (SecsToGo, 1,0, false), 35, 200) priceAxesWidth0 dateAxesHeight0 TitleHeight0 pxwidth-Status (quotpxwidthquot) pxheight-Status (quotpxheightquot) chart pxwidth-priceAxesWidth chartheight pxheight-dateAxesHeight topColorParamColor (quottopColorquot, colorCustom4) centerColorParamColor (quotcenterColorquot, ColorRGB (249236164)) botColorParamColor (quotBottomColorquot, colorCustom4) priceAxesColorParamColor (quotpriceAxesColorquot, Farbeweiß) dateAxesColorParamColor (quotdateAxesColorquot, Farbeweiß) relPosParam (quotcenterPositionquot, 50, 0,100,1) 100 centerHeightchartheightParam (quotcenterHeightquot, 10, 0,100,1) 100 x00 y0Max (TitleHeight, chartheightrelPos-centerHeight2) x1chartwidth y1Min (chartheight, chartheightrelPoscenterHeight2) GfxSetBkMode (1) GfxSetOverlayMode (1) GfxGradientRect (0,0, chart, TitleHeight, Farbeweiß, Farbeweiß) GfxGradientRect (chart, 0, pxwidth, pxheight, priceAxesColor, priceAxesColor) GfxGradientRect (0, chartheight, chart, pxheight, dateAxesColor, dateAxesColor) GfxGradientRect (x0, y0, x1, y1, CenterColor, CenterColor) GfxGradientRect (0, TitleHeight, chart, y0, TopColor, CenterColor) GfxGradientRect (0, y1, chart, chartheight, CenterColor, botColor) SECTIONBEGIN (quotPricequot) SetChartBkGradientFill (ParamColor (quotBgTopquot, colorLightYellow), ParamColor (quotB gBottomquot, colorCustom4), ParamColor (quotTitleblockquot, col orLightYellow)) SetChartOptions (0, chartShowDateschartShowArrowsc hartLogarithmicchartWrapTitle) GraphXSpace 5 SECTIONBEGIN (quotBollinger Bandsquot) P ParamField (quotPrice fieldquot, -1) Perioden Param (quotBollingerquot, 10, 2, 100, 1) Breite Param (quotWidthquot, 0,55, 0, 10, 0,05) Plot (funBBTp (P, Perioden, Breite), quotBBTopquot, colorGreen, styleLinestyleThickstyleDots) Plot (funBBBt (P, Perioden, Breite), quotBBBotquot, colorBrown, styleLinestyleThickstyleDots) SectionEnd () btsParamToggle (quotBTSquot, quotNoYesquot, 1) btstParamToggle (quotDOTquot , quotNoYesquot, 1) btslParamToggle (quotDeep SLquot, quotNoYesquot, 1) periodParam (quotPeriodquot, 7,1,20,1) x153 x247 D2.3 f7 S1.5 rangefunA1 (f, fd) Range1 funA1 (f, fs) d Range2 (FunA1 (f, ds) s)) 4 range3funA1 (10, sf) R ((funH1 (H, Periode, Perioden) - C) -100 E1 funE1 (R, Periode, x1x2) E2 funE1 (E1,5, fs) Differenz E1 - E2 ZeroLagE E1 Differenz value2abs (ZeroLagE) Funktion PercentR (Perioden) return -100 (funH1 (H, Perioden, periodss) - C ) (funH1 (H, Perioden, periodsd) - funL1 (L, Perioden, ds)) mainvalfunMAIN (Range1, Range2, MB3, Wert2, Clo se, H, L, Periode, BarCount, x1, x2) tmfunreturntm () bstopfunreturnbstop ( ) sstopfunreturnsstop () PlotShapes (shapeSmallCircle (BTS und TM1 und Ref (tm, -1) 2), Farbeblau, 0, bStop, -6) PlotShapes (shapeSmallCircle (BTS und tm2 UND Ref (tm, -1) 1), colorCustom12 , 0, sstop, -6) Plot (IIf (BTSL UND tm1, bStop, Null), quotquot, colorDarkGreen, styleLinestyl eThickstyleDots) Plot (IIf (BTSL UND tm2, sstop, Null), quotquot, colorPink, styleLinestyleThic kstyleDots) SectionEnd ( ) XParam (quaDefault1quot, 14,3,50,1) x1funC1 (x, 24) YParam (2DDefault2quot, 7,3,15,1) Y2funD1 (x1, Y, YX) ZParam (4Default3quot, 3,3,9,1 ) Z2funM1 (Y2, Z, ZY) PCS funPC1 (Z2) TCB funTC1 (Z2) Kaufen Cond5B Verkaufen Cond5S Kaufen ExRem (Kaufen, Verkaufen) Verkaufen ExRem (Verkauf, Kauf) Filter kaufen oder zu verkaufen printf (quotnEarnByNifty dieser Kommentar wird automatisch generiert für Information purpose. quot) WriteIf (bgt0, quotnDas letzte erzeugte automatisierte Signal war ein Kaufen quotPquotnon quotDate () quotnLow. quotL, quotquot) WriteIf (sgt0, quotThe letzte automatisierte Signal generiert wird, war ein Sell quotPquotnon quotDate () quotnHigh. quoth, quotquot) x1funC1 (x, 7) Y2funD1 (x1, Y, Y2) Z2funM1 (Y2, Z, ZY) CondHB z2gtRef (z2, -1) CondHS Z2ltRef (Z2,1) PCRH funPC1 (Z2) TCRH funTC1 (Z2) TimeFrameRestore () WriteIf (CondHBgtCondHS, quotnThe Stündlich Trend bULLISH ist, kaufen sie Signale können mehr rentabel, seien Sie bitte vorsichtig auf Sell Signalsquot, WriteIf ((CondHBltCondHS), quotThe Stündlich Trend ist bearish, Verkaufssignale mehr rentabel sein kann Gesetz Behutsam auf Kaufen Signalsquot, quotquot)) WriteIf (CondSR, quotnReversal von Stündlich bearish Trendquot, quotquot) WriteIf (CondBR, quotReversal von Stündlich BULLISH Trendquot, quotquot ) WriteIf (CondSR OR CondBR, quotquot, quotquot) printf (quotquot) x1funC1 (x, x-10) Y2funD1 (x1, Y, Y5) Z2funM1 (Y2, Z, Z2Y) CondHB z2gtRef (z2, -1) CondHS Z2ltRef ( Z2,1) PCR30 funPC1 (Z2) TCR30 funTC1 (Z2) CondSR30 TCR30 CondBR30 PCR30 TimeFrameRestore () printf (quadratische Schreibgeschwindigkeit (RSI (14))) pParamToggle (quotSupport-Resistance. TimeFrameRestore () ----------- Halbe Stunde - SUPPORT amp RESISTANCE ------------- dH1SelectedValue (TimeFrameGetPrice (quotHquot, 2in15Minute, -1) ) dL1SelectedValue (TimeFrameGetPrice (quotLquot, 2in15Minute, -1)) dC1SelectedValue (TimeFrameGetPrice (quotCquot, 2in15Minute, -1)) dp returnp (DH1, DL1, dC1) 3 DS1 returns1r1 (dp, DH1) dr1 returns1r1 (dp, dl1) ds2 returns2s3 (dp, DH1, dl1) ds3 returns2s3 (dS1, DH1, dl1) DR2 returnr2r3 (dp, DH1, dl1) dr3 returnr2r3 (dR1, DH1, dl1) printf (quotnHalf Stündliche Unterstützung amp Widerstand. quot) printf (quotnS1. quotWriteVal (DS1)) printf (quotnS2. quotWriteVal (DS2)) printf (quotnS3. quotWriteVal (ds3)) printf (quotnr1. quotWriteVal (dr1)) printf (quotnr2. quotWriteVal (DR2)) printf (quotnr3. quotWriteVal (dr3)) Grundstück (DS1, quotDaily Unterstützung 1quot, colorBrightGreen, Styleline) Plot (DS2, quotDaily Unterstützung 2quot, colorDarkGreen, Styleline) Plot (ds3, quotDaily Unterstützung 3quot, colorDarkGrey, Styleline) Plot (dr1, quotDaily Widerstand 1quot, Blau und Rot, Styleline) Plot (DR2 , Taille Widerstand 2quot, colorDarkRed, styleLine) Plot (dr3, quotDaily Resistance 3quot, colorBrown, styleLine) ----------- Stündlich - SUPPORT amp RESISTANCE ------------- wH1SelectedValue (TimeFrameGetPrice (quotHquot, inHourly, -1)) wL1SelectedValue (TimeFrameGetPrice (quotLquot, inHourly, -1)) wC1SelectedValue (TimeFrameGetPrice (quotCquot, inHourly, -1)) wp returnp (wH1, wL1, WC1) 3 WS1 returns1r1 (wp , wH1) wr1 returns1r1 (wp, wL1) WS2 returns2s3 (wp, wH1, wL1) ws3 returns2s3 (WS1, wH1, wL1) wr2 returnr2r3 (wp, wH1, wL1) wr3 returnr2r3 (WR1, wH1, wL1) printf (quotnHourly Unterstützung Verstärker Widerstand. quot) printf (quotnS1. quotWriteVal (WS1)) printf (quotnS2. quotWriteVal (WS 2)) printf (quotnS3. quotWriteVal (ws3)) printf (quotnr1. quotWriteVal (wr1)) printf (quotnr2. quotWriteVal (wr2)) printf (quotnr3 (Wr3)) ----------- Zwei Stunden - SUPPORT amp RESISTANCE ------------- mH1SelectedValue (TimeFrameGetPrice (quotHquot, 2inHourly, -1)) mL1SelectedValue ( TimeFrameGetPrice (quotLquot, 2inHourly, -1)) mC1SelectedValue (TimeFrameGetPrice (quotCquot, 2inHourly, -1)) mp returnp (MH1, mL1, mC1) 3 ms1 returns1r1 (mp, MH1) mr1 returns1r1 (mp, mL1) ms2 returns2s3 (mp , MH1, mL1) MS3 returns2s3 (MS1, MH1, mL1) MR2 returnr2r3 (mp, MH1, mL1) mr3 returnr2r3 (MR1, MH1, mL1) printf (quotnTwo Stündliche Unterstützung amp Widerstand. quot) printf (quotnS1. quotWriteVal (MS1) ) printf (quotnS2. quotWriteVal (MS2)) printf (quotnS3. quotWriteVal (MS3)) printf (quotnr1. quotWriteVal (MR1)) printf (quotnr2. quotWriteVal (MR2)) printf (quotnr3. quotWriteVal (MR3)) Grundstück (2, (Flip (CondSR, CondBR), ColorGreen, IIf (Flip (CondBR, CondSR), ColorRed, ColorOrange)), StilOwnScalestyleAreastyleNoLabel. -0,75, 100) Plot (3.5, quot30min Trendquot, IIf (Flip (CondSR30, CondBR30), colorDarkBlue, IIf (Flip (CondBR30, CondSR30), colorTan, colorOrange)), styleOwnScalestyleAreastyleNoLabel. -0,85, 100) Grundstück (5, quotBuySell Ribbonquot, IIf (Flip (Kaufen, Verkaufen), colorBrightGreen, IIf (Flip (Verkauf, Kauf), colorPink, colorOrange)), styleOwnScalestyleAreastyleNoLabel, -0.75, 100) TimeFrameSet (in5Minute) Form Kaufen shapeUpTriangle shapeDownTriangle PlotShapes Verkaufen (Form, IIf ( (, Niedrig, hoch)) TimeFrameRestore () Ursprünglich geschrieben von pranayk Aber das ist nicht funktioniert und es sagt, dass quotinitialization requiredquot KANN JEDE SENIOR RECTIFY DIESEN AFL Wenn die drei Band für diffent Zeitrahmen generiert werden kann , Wird es auch gut sein. SECTIONBEGIN (quotAdvanced Rapid Fire NIFTY Handels Systemquot) T20 K ((C-funM1 (C, T, T2)) funM1 (C, T, T2)) 100 Graph0K Graph0Style24 Graph0BarColorIIf (KMAgt0,5,4) Graph0BarColorIIf (Kgt0, colorGreen, FarbeRed) GraphXSpace5 Titel quotSymbol. quot Name () quotnThe Schließen ist ngt quotWriteVal (abs (K), format1.2) quotquotWriteIf (Kgt0, quot abovequot, quot belowquot) quot die 13 Periode EMAquot E30 ((C-funE1 (C, 30,20)) funM1 ( C 30,15)) 100 Titlequotgt quotWriteVal (abs (E30), Format1.2) quotWriteIf (E30gt0, quadratisches quot, unteres quot) 30 Periode EMAquot E50 ((C-funE1 (C, 50,35)) funM1 (C, 50,20)) 100 Titlequotgt quotWriteVal (abs (E50), format1.2) quot quotWriteIf (E50gt0, quot abovequot, quot belowquot) quot 50 Periode EMAquot E200 ((C-funE1 (C, 200114)) funM1 ( C, 200105)) 100 Titlequotgt quotWriteVal (abs (E200), format1.2) quot quotWriteIf (E200gt0, quot abovequot, quot belowquot) quot 200 Periode EMAnquot SECTIONBEGIN (quotPricequot) SetChartOptions (0, chartShowArrowschartShowDates) N (Titel strFormat (quot - Öffnen Sie g, Hi g, Lo g, Schließen g (.1f), O, H, L, C, SelectedValue (ROC (C, 1)))) Plot (C, quotClosequot, ParamColor (quotColorquot, colorLightGrey), styleNoTitle ParamStyle (quotStylequot) GetPriceStyle ()) Funktion GetSecondNum () Aktuelle Zeit (4) Sekunden int (Zeit 100) Minuten int (Time 100 100) Stunden int (Time 10000 100) secondNum int (Stunden 60 60 Minuten 60 Sekunden) return secondNum RequestTimedRefresh (1) Timeframe-Intervall () SecNumber GetSecondNum () Newperiod SecNumber Timeframe 0 SecsLeft SecNumber - int (SecNumber Timeframe) Timeframe SecsToGo Timeframe - SecsLeft if (NewPeriod) Grundstück (1, quotquot, Coloryellow, styleArea styleOwnScale, 0, 1) Zeit quotCurrent Zeit : quot Now (2) quotnquot quotChart Intervall: quot NumToStr (Timeframe, 1.0) quot Secondsnquot quotSecond Nummer: quot NumToStr (SecNumber, 1,0, false) quotnquot quotSeconds links: quot NumToStr (SecsLeft, 1,0, false) quotnquot quotSeconds To Go: quot NumToStr (SecsToGo, 1,0, false) GfxSetTextColor (colorBrown) GfxSelectFont (quotTahomaquot, 12,1200) GfxTextOut (quotSeconds To Go: quot NumToStr (SecsToGo, 1,0, false), 35, 200) priceAxesWidth0 dateAxesHeight0 TitleHeight0 pxwidth-Status (quotpxwidthquot) pxheight-Status (quotpxheightquot) chart pxwidth-priceAxesWidth chartheight pxheight-dateAxesHeight topColorParamColor (quottopColorquot, colorCustom4) centerColorParamColor (quotcenterColorquot, ColorRGB (249236164)) botColorParamColor (quotBottomColorquot, colorCustom4) priceAxesColorParamColor (quotpriceAxesColorquot, Farbeweiß) dateAxesColorParamColor (quotdateAxesColorquot, Farbeweiß) relPosParam (quotcenterPositionquot, 50, 0,100,1) 100 centerHeightchartheightParam (quotcenterHeightquot, 10, 0,100,1) 100 x00 y0Max (TitleHeight, chartheightrelPos-centerHeight2) x1chartwidth y1Min (chartheight, chartheightrelPoscenterHeight2) GfxSetBkMode (1) GfxSetOverlayMode (1) GfxGradientRect (0,0, chart, TitleHeight, Farbeweiß, Farbeweiß) GfxGradientRect (chart, 0, pxwidth, pxheight, priceAxesColor, priceAxesColor) GfxGradientRect (0, chartheight, chart, pxheight, dateAxesColor, dateAxesColor) GfxGradientRect (x0, y0, x1, y1, CenterColor, CenterColor) GfxGradientRect (0, TitleHeight, chart, y0, TopColor, CenterColor) GfxGradientRect (0, y1, chart, chartheight, CenterColor, botColor) SECTIONBEGIN (quotPricequot) SetChartBkGradientFill (ParamColor (quotBgTopquot, colorLightYellow), ParamColor (quotB gBottomquot, colorCustom4), ParamColor (quotTitleblockquot, col orLightYellow)) SetChartOptions (0, chartShowDateschartShowArrowsc hartLogarithmicchartWrapTitle) GraphXSpace 5 SECTIONBEGIN (quotBollinger Bandsquot) P ParamField (quotPrice fieldquot, -1) Perioden Param (quotBollingerquot, 10, 2, 100, 1) Breite Param (quotWidthquot, 0,55, 0, 10, 0,05) Plot (funBBTp (P, Perioden, Breite), quotBBTopquot, colorGreen, styleLinestyleThickstyleDots) Plot (funBBBt (P, Perioden, Breite), quotBBBotquot, colorBrown, styleLinestyleThickstyleDots) SectionEnd () btsParamToggle (quotBTSquot, quotNoYesquot, 1) btstParamToggle (quotDOTquot , quotNoYesquot, 1) btslParamToggle (quotDeep SLquot, quotNoYesquot, 1) periodParam (quotPeriodquot, 7,1,20,1) x153 x247 D2.3 f7 S1.5 rangefunA1 (f, fd) Range1 funA1 (f, fs) d Range2 (FunA1 (f, ds) s)) 4 range3funA1 (10, sf) R ((funH1 (H, Periode, Perioden) - C) -100 E1 funE1 (R, Periode, x1x2) E2 funE1 (E1,5, fs) Differenz E1 - E2 ZeroLagE E1 Differenz value2abs (ZeroLagE) Funktion PercentR (Perioden) return -100 (funH1 (H, Perioden, periodss) - C ) (funH1 (H, Perioden, periodsd) - funL1 (L, Perioden, ds)) mainvalfunMAIN (Range1, Range2, MB3, Wert2, Clo se, H, L, Periode, BarCount, x1, x2) tmfunreturntm () bstopfunreturnbstop ( ) sstopfunreturnsstop () PlotShapes (shapeSmallCircle (BTS und TM1 und Ref (tm, -1) 2), Farbeblau, 0, bStop, -6) PlotShapes (shapeSmallCircle (BTS und tm2 UND Ref (tm, -1) 1), colorCustom12 , 0, sstop, -6) Plot (IIf (BTSL UND tm1, bStop, Null), quotquot, colorDarkGreen, styleLinestyl eThickstyleDots) Plot (IIf (BTSL UND tm2, sstop, Null), quotquot, colorPink, styleLinestyleThic kstyleDots) SectionEnd ( ) XParam (quaDefault1quot, 14,3,50,1) x1funC1 (x, 24) YParam (2DDefault2quot, 7,3,15,1) Y2funD1 (x1, Y, YX) ZParam (4Default3quot, 3,3,9,1 ) Z2funM1 (Y2, Z, ZY) PCS funPC1 (Z2) TCB funTC1 (Z2) Kaufen Cond5B Verkaufen Cond5S Kaufen ExRem (Kaufen, Verkaufen) Verkaufen ExRem (Verkauf, Kauf) Filter kaufen oder zu verkaufen printf (quotnEarnByNifty dieser Kommentar wird automatisch generiert für Information purpose. quot) WriteIf (bgt0, quotnDas letzte erzeugte automatisierte Signal war ein Kaufen quotPquotnon quotDate () quotnLow. quotL, quotquot) WriteIf (sgt0, quotThe letzte automatisierte Signal generiert wird, war ein Sell quotPquotnon quotDate () quotnHigh. quoth, quotquot) x1funC1 (x, 7) Y2funD1 (x1, Y, Y2) Z2funM1 (Y2, Z, ZY) CondHB z2gtRef (z2, -1) CondHS Z2ltRef (Z2,1) PCRH funPC1 (Z2) TCRH funTC1 (Z2) TimeFrameRestore () WriteIf (CondHBgtCondHS, quotnThe Stündlich Trend bULLISH ist, kaufen sie Signale können mehr rentabel, seien Sie bitte vorsichtig auf Sell Signalsquot, WriteIf ((CondHBltCondHS), quotThe Stündlich Trend ist bearish, Verkaufssignale mehr rentabel sein kann Gesetz Behutsam auf Kaufen Signalsquot, quotquot)) WriteIf (CondSR, quotnReversal von Stündlich bearish Trendquot, quotquot) WriteIf (CondBR, quotReversal von Stündlich BULLISH Trendquot, quotquot ) WriteIf (CondSR OR CondBR, quotquot, quotquot) printf (quotquot) x1funC1 (x, x-10) Y2funD1 (x1, Y, Y5) Z2funM1 (Y2, Z, Z2Y) CondHB z2gtRef (z2, -1) CondHS Z2ltRef ( Z2,1) PCR30 funPC1 (Z2) TCR30 funTC1 (Z2) CondSR30 TCR30 CondBR30 PCR30 TimeFrameRestore () printf (quadratische Schreibgeschwindigkeit (RSI (14))) pParamToggle (quotSupport-Resistance. TimeFrameRestore () ----------- Halbe Stunde - SUPPORT amp RESISTANCE ------------- dH1SelectedValue (TimeFrameGetPrice (quotHquot, 2in15Minute, -1) ) dL1SelectedValue (TimeFrameGetPrice (quotLquot, 2in15Minute, -1)) dC1SelectedValue (TimeFrameGetPrice (quotCquot, 2in15Minute, -1)) dp returnp (DH1, DL1, dC1) 3 DS1 returns1r1 (dp, DH1) dr1 returns1r1 (dp, dl1) ds2 returns2s3 (dp, DH1, dl1) ds3 returns2s3 (dS1, DH1, dl1) DR2 returnr2r3 (dp, DH1, dl1) dr3 returnr2r3 (dR1, DH1, dl1) printf (quotnHalf Stündliche Unterstützung amp Widerstand. quot) printf (quotnS1. quotWriteVal (DS1)) printf (quotnS2. quotWriteVal (DS2)) printf (quotnS3. quotWriteVal (ds3)) printf (quotnr1. quotWriteVal (dr1)) printf (quotnr2. quotWriteVal (DR2)) printf (quotnr3. quotWriteVal (dr3)) Grundstück (DS1, quotDaily Unterstützung 1quot, colorBrightGreen, Styleline) Plot (DS2, quotDaily Unterstützung 2quot, colorDarkGreen, Styleline) Plot (ds3, quotDaily Unterstützung 3quot, colorDarkGrey, Styleline) Plot (dr1, quotDaily Widerstand 1quot, Blau und Rot, Styleline) Plot (DR2 , Taille Widerstand 2quot, colorDarkRed, styleLine) Plot (dr3, quotDaily Resistance 3quot, colorBrown, styleLine) ----------- Stündlich - SUPPORT amp RESISTANCE ------------- wH1SelectedValue (TimeFrameGetPrice (quotHquot, inHourly, -1)) wL1SelectedValue (TimeFrameGetPrice (quotLquot, inHourly, -1)) wC1SelectedValue (TimeFrameGetPrice (quotCquot, inHourly, -1)) wp returnp (wH1, wL1, WC1) 3 WS1 returns1r1 (wp , wH1) wr1 returns1r1 (wp, wL1) WS2 returns2s3 (wp, wH1, wL1) ws3 returns2s3 (WS1, wH1, wL1) wr2 returnr2r3 (wp, wH1, wL1) wr3 returnr2r3 (WR1, wH1, wL1) printf (quotnHourly Unterstützung Verstärker Widerstand. quot) printf (quotnS1. quotWriteVal (WS1)) printf (quotnS2. quotWriteVal (WS 2)) printf (quotnS3. quotWriteVal (ws3)) printf (quotnr1. quotWriteVal (wr1)) printf (quotnr2. quotWriteVal (wr2)) printf (quotnr3 (Wr3)) ----------- Zwei Stunden - SUPPORT amp RESISTANCE ------------- mH1SelectedValue (TimeFrameGetPrice (quotHquot, 2inHourly, -1)) mL1SelectedValue ( TimeFrameGetPrice (quotLquot, 2inHourly, -1)) mC1SelectedValue (TimeFrameGetPrice (quotCquot, 2inHourly, -1)) mp returnp (MH1, mL1, mC1) 3 ms1 returns1r1 (mp, MH1) mr1 returns1r1 (mp, mL1) ms2 returns2s3 (mp , MH1, mL1) MS3 returns2s3 (MS1, MH1, mL1) MR2 returnr2r3 (mp, MH1, mL1) mr3 returnr2r3 (MR1, MH1, mL1) printf (quotnTwo Stündliche Unterstützung amp Widerstand. quot) printf (quotnS1. quotWriteVal (MS1) ) printf (quotnS2. quotWriteVal (MS2)) printf (quotnS3. quotWriteVal (MS3)) printf (quotnr1. quotWriteVal (MR1)) printf (quotnr2. quotWriteVal (MR2)) printf (quotnr3. quotWriteVal (MR3)) Grundstück (2, (Flip (CondSR, CondBR), ColorGreen, IIf (Flip (CondBR, CondSR), ColorRed, ColorOrange)), StilOwnScalestyleAreastyleNoLabel. -0,75, 100) Plot (3.5, quot30min Trendquot, IIf (Flip (CondSR30, CondBR30), colorDarkBlue, IIf (Flip (CondBR30, CondSR30), colorTan, colorOrange)), styleOwnScalestyleAreastyleNoLabel. -0,85, 100) Grundstück (5, quotBuySell Ribbonquot, IIf (Flip (Kaufen, Verkaufen), colorBrightGreen, IIf (Flip (Verkauf, Kauf), colorPink, colorOrange)), styleOwnScalestyleAreastyleNoLabel, -0.75, 100) TimeFrameSet (in5Minute) Form Kaufen shapeUpTriangle shapeDownTriangle PlotShapes Verkaufen (Form, IIf ( kaufen, colorGreen, Blau und Rot), IIf (Kauf, Niedrig, Hoch)) TimeFrameRestore () ich denke, Plug-in ist müssen für die Verwendung dieses aflSECTIONBEGIN (quotAdvanced Rapid Fire NIFTY Handels Systemquot) T20 K ((C-funM1 (C, T, T2)) funM1 (C, T, T2)) 100 Graph0K Graph0Style24 Graph0BarColorIIf (KMAgt0,5,4) Graph0BarColorIIf (Kgt0, colorGreen, Blau und Rot) GraphXSpace5 Titel quotSymbol. quot Name () quotnThe Schließen ist ngt quotWriteVal (abs (K), format1.2) quotquotWriteIf (Kgt0, quot abovequot, quot belowquot) quot die 13 Periode EMAquot E30 ((C-funE1 (C, 30,20)) funM1 ( C 30,15)) 100 Titlequotgt quotWriteVal (abs (E30), Format1.2) quotWriteIf (E30gt0, quadratisches quot, unteres quot) 30 Periode EMAquot E50 ((C-funE1 (C, 50,35)) funM1 (C, 50,20)) 100 Titlequotgt quotWriteVal (abs (E50), format1.2) quot quotWriteIf (E50gt0, quot abovequot, quot belowquot) quot 50 Periode EMAquot E200 ((C-funE1 (C, 200114)) funM1 ( C, 200105)) 100 Titlequotgt quotWriteVal (abs (E200), format1.2) quot quotWriteIf (E200gt0, quot abovequot, quot belowquot) quot 200 Periode EMAnquot SECTIONBEGIN (quotPricequot) SetChartOptions (0, chartShowArrowschartShowDates) N (Titel strFormat (quot - Öffnen Sie g, Hi g, Lo g, Schließen g (.1f), O, H, L, C, SelectedValue (ROC (C, 1)))) Plot (C, quotClosequot, ParamColor (quotColorquot, colorLightGrey), styleNoTitle ParamStyle (quotStylequot) GetPriceStyle ()) Funktion GetSecondNum () Aktuelle Zeit (4) Sekunden int (Zeit 100) Minuten int (Time 100 100) Stunden int (Time 10000 100) secondNum int (Stunden 60 60 Minuten 60 Sekunden) return secondNum RequestTimedRefresh (1) Timeframe-Intervall () SecNumber GetSecondNum () Newperiod SecNumber Timeframe 0 SecsLeft SecNumber - int (SecNumber Timeframe) Timeframe SecsToGo Timeframe - SecsLeft if (NewPeriod) Grundstück (1, quotquot, Coloryellow, styleArea styleOwnScale, 0, 1) Zeit quotCurrent Zeit : quot Now (2) quotnquot quotChart Intervall: quot NumToStr (Timeframe, 1.0) quot Secondsnquot quotSecond Nummer: quot NumToStr (SecNumber, 1,0, false) quotnquot quotSeconds links: quot NumToStr (SecsLeft, 1,0, false) quotnquot quotSeconds To Go: quot NumToStr (SecsToGo, 1,0, false) GfxSetTextColor (colorBrown) GfxSelectFont (quotTahomaquot, 12,1200) GfxTextOut (quotSeconds To Go: quot NumToStr (SecsToGo, 1,0, false), 35, 200) priceAxesWidth0 dateAxesHeight0 TitleHeight0 pxwidth-Status (quotpxwidthquot) pxheight-Status (quotpxheightquot) chart pxwidth-priceAxesWidth chartheight pxheight-dateAxesHeight topColorParamColor (quottopColorquot, colorCustom4) centerColorParamColor (quotcenterColorquot, ColorRGB (249236164)) botColorParamColor (quotBottomColorquot, colorCustom4) priceAxesColorParamColor (quotpriceAxesColorquot, Farbeweiß) dateAxesColorParamColor (quotdateAxesColorquot, Farbeweiß) relPosParam (quotcenterPositionquot, 50, 0,100,1) 100 centerHeightchartheightParam (quotcenterHeightquot, 10, 0,100,1) 100 x00 y0Max (TitleHeight, chartheightrelPos-centerHeight2) x1chartwidth y1Min (chartheight, chartheightrelPoscenterHeight2) GfxSetBkMode (1) GfxSetOverlayMode (1) GfxGradientRect (0,0, chart, TitleHeight, Farbeweiß, Farbeweiß) GfxGradientRect (chart, 0, pxwidth, pxheight, priceAxesColor, priceAxesColor) GfxGradientRect (0, chartheight, chart, pxheight, dateAxesColor, dateAxesColor) GfxGradientRect (x0, y0, x1, y1, CenterColor, CenterColor) GfxGradientRect (0, TitleHeight, chart, y0, TopColor, CenterColor) GfxGradientRect (0, y1, chart, chartheight, CenterColor, botColor) SECTIONBEGIN (quotPricequot) SetChartBkGradientFill (ParamColor (quotBgTopquot, colorLightYellow), ParamColor (quotB gBottomquot, colorCustom4), ParamColor (quotTitleblockquot, col orLightYellow)) SetChartOptions (0, chartShowDateschartShowArrowsc hartLogarithmicchartWrapTitle) GraphXSpace 5 SECTIONBEGIN (quotBollinger Bandsquot) P ParamField (quotPrice fieldquot, -1) Perioden Param (quotBollingerquot, 10, 2, 100, 1) Breite Param (quotWidthquot, 0,55, 0, 10, 0,05) Plot (funBBTp (P, Perioden, Breite), quotBBTopquot, colorGreen, styleLinestyleThickstyleDots) Plot (funBBBt (P, Perioden, Breite), quotBBBotquot, colorBrown, styleLinestyleThickstyleDots) SectionEnd () btsParamToggle (quotBTSquot, quotNoYesquot, 1) btstParamToggle (quotDOTquot , quotNoYesquot, 1) btslParamToggle (quotDeep SLquot, quotNoYesquot, 1) periodParam (quotPeriodquot, 7,1,20,1) x153 x247 D2.3 f7 S1.5 rangefunA1 (f, fd) Range1 funA1 (f, fs) d Range2 (FunA1 (f, ds) s)) 4 range3funA1 (10, sf) R ((funH1 (H, Periode, Perioden) - C) -100 E1 funE1 (R, Periode, x1x2) E2 funE1 (E1,5, fs) Differenz E1 - E2 ZeroLagE E1 Differenz value2abs (ZeroLagE) Funktion PercentR (Perioden) return -100 (funH1 (H, Perioden, periodss) - C ) (funH1 (H, Perioden, periodsd) - funL1 (L, Perioden, ds)) mainvalfunMAIN (Range1, Range2, MB3, Wert2, Clo se, H, L, Periode, BarCount, x1, x2) tmfunreturntm () bstopfunreturnbstop ( ) sstopfunreturnsstop () PlotShapes (shapeSmallCircle (BTS und TM1 und Ref (tm, -1) 2), Farbeblau, 0, bStop, -6) PlotShapes (shapeSmallCircle (BTS und tm2 UND Ref (tm, -1) 1), colorCustom12 , 0, sstop, -6) Plot (IIf (BTSL UND tm1, bStop, Null), quotquot, colorDarkGreen, styleLinestyl eThickstyleDots) Plot (IIf (BTSL UND tm2, sstop, Null), quotquot, colorPink, styleLinestyleThic kstyleDots) SectionEnd ( ) XParam (quaDefault1quot, 14,3,50,1) x1funC1 (x, 24) YParam (2DDefault2quot, 7,3,15,1) Y2funD1 (x1, Y, YX) ZParam (4Default3quot, 3,3,9,1 ) Z2funM1 (Y2, Z, ZY) PCS funPC1 (Z2) TCB funTC1 (Z2) Kaufen Cond5B Verkaufen Cond5S Kaufen ExRem (Kaufen, Verkaufen) Verkaufen ExRem (Verkauf, Kauf) Filter kaufen oder zu verkaufen printf (quotnEarnByNifty dieser Kommentar wird automatisch generiert für Information purpose. quot) WriteIf (bgt0, quotnDas letzte erzeugte automatisierte Signal war ein Kaufen quotPquotnon quotDate () quotnLow. quotL, quotquot) WriteIf (sgt0, quotThe letzte automatisierte Signal generiert wird, war ein Sell quotPquotnon quotDate () quotnHigh. quoth, quotquot) x1funC1 (x, 7) Y2funD1 (x1, Y, Y2) Z2funM1 (Y2, Z, ZY) CondHB z2gtRef (z2, -1) CondHS Z2ltRef (Z2,1) PCRH funPC1 (Z2) TCRH funTC1 (Z2) TimeFrameRestore () WriteIf (CondHBgtCondHS, quotnThe Stündlich Trend bULLISH ist, kaufen sie Signale können mehr rentabel, seien Sie bitte vorsichtig auf Sell Signalsquot, WriteIf ((CondHBltCondHS), quotThe Stündlich Trend ist bearish, Verkaufssignale mehr rentabel sein kann Gesetz Behutsam auf Kaufen Signalsquot, quotquot)) WriteIf (CondSR, quotnReversal von Stündlich bearish Trendquot, quotquot) WriteIf (CondBR, quotReversal von Stündlich BULLISH Trendquot, quotquot ) WriteIf (CondSR OR CondBR, quotquot, quotquot) printf (quotquot) x1funC1 (x, x-10) Y2funD1 (x1, Y, Y5) Z2funM1 (Y2, Z, Z2Y) CondHB z2gtRef (z2, -1) CondHS Z2ltRef ( Z2,1) PCR30 funPC1 (Z2) TCR30 funTC1 (Z2) CondSR30 TCR30 CondBR30 PCR30 TimeFrameRestore () printf (quadratische Schreibgeschwindigkeit (RSI (14))) pParamToggle (quotSupport-Resistance. TimeFrameRestore () ----------- Halbe Stunde - SUPPORT amp RESISTANCE ------------- dH1SelectedValue (TimeFrameGetPrice (quotHquot, 2in15Minute, -1) ) dL1SelectedValue (TimeFrameGetPrice (quotLquot, 2in15Minute, -1)) dC1SelectedValue (TimeFrameGetPrice (quotCquot, 2in15Minute, -1)) dp returnp (DH1, DL1, dC1) 3 DS1 returns1r1 (dp, DH1) dr1 returns1r1 (dp, dl1) ds2 returns2s3 (dp, DH1, dl1) ds3 returns2s3 (dS1, DH1, dl1) DR2 returnr2r3 (dp, DH1, dl1) dr3 returnr2r3 (dR1, DH1, dl1) printf (quotnHalf Stündliche Unterstützung amp Widerstand. quot) printf (quotnS1. quotWriteVal (DS1)) printf (quotnS2. quotWriteVal (DS2)) printf (quotnS3. quotWriteVal (ds3)) printf (quotnr1. quotWriteVal (dr1)) printf (quotnr2. quotWriteVal (DR2)) printf (quotnr3. quotWriteVal (dr3)) Grundstück (DS1, quotDaily Unterstützung 1quot, colorBrightGreen, Styleline) Plot (DS2, quotDaily Unterstützung 2quot, colorDarkGreen, Styleline) Plot (ds3, quotDaily Unterstützung 3quot, colorDarkGrey, Styleline) Plot (dr1, quotDaily Widerstand 1quot, Blau und Rot, Styleline) Plot (DR2 , Taille Widerstand 2quot, colorDarkRed, styleLine) Plot (dr3, quotDaily Resistance 3quot, colorBrown, styleLine) ----------- Stündlich - SUPPORT amp RESISTANCE ------------- wH1SelectedValue (TimeFrameGetPrice (quotHquot, inHourly, -1)) wL1SelectedValue (TimeFrameGetPrice (quotLquot, inHourly, -1)) wC1SelectedValue (TimeFrameGetPrice (quotCquot, inHourly, -1)) wp returnp (wH1, wL1, WC1) 3 WS1 returns1r1 (wp , wH1) wr1 returns1r1 (wp, wL1) WS2 returns2s3 (wp, wH1, wL1) ws3 returns2s3 (WS1, wH1, wL1) wr2 returnr2r3 (wp, wH1, wL1) wr3 returnr2r3 (WR1, wH1, wL1) printf (quotnHourly Unterstützung Verstärker Widerstand. quot) printf (quotnS1. quotWriteVal (WS1)) printf (quotnS2. quotWriteVal (WS 2)) printf (quotnS3. quotWriteVal (ws3)) printf (quotnr1. quotWriteVal (wr1)) printf (quotnr2. quotWriteVal (wr2)) printf (quotnr3 (Wr3)) ----------- Zwei Stunden - SUPPORT amp RESISTANCE ------------- mH1SelectedValue (TimeFrameGetPrice (quotHquot, 2inHourly, -1)) mL1SelectedValue ( TimeFrameGetPrice (quotLquot, 2inHourly, -1)) mC1SelectedValue (TimeFrameGetPrice (quotCquot, 2inHourly, -1)) mp returnp (MH1, mL1, mC1) 3 ms1 returns1r1 (mp, MH1) mr1 returns1r1 (mp, mL1) ms2 returns2s3 (mp , MH1, mL1) MS3 returns2s3 (MS1, MH1, mL1) MR2 returnr2r3 (mp, MH1, mL1) mr3 returnr2r3 (MR1, MH1, mL1) printf (quotnTwo Stündliche Unterstützung amp Widerstand. quot) printf (quotnS1. quotWriteVal (MS1) ) printf (quotnS2. quotWriteVal (MS2)) printf (quotnS3. quotWriteVal (MS3)) printf (quotnr1. quotWriteVal (MR1)) printf (quotnr2. quotWriteVal (MR2)) printf (quotnr3. quotWriteVal (MR3)) Grundstück (2, (Flip (CondSR, CondBR), ColorGreen, IIf (Flip (CondBR, CondSR), ColorRed, ColorOrange)), StilOwnScalestyleAreastyleNoLabel. -0,75, 100) Plot (3.5, quot30min Trendquot, IIf (Flip (CondSR30, CondBR30), colorDarkBlue, IIf (Flip (CondBR30, CondSR30), colorTan, colorOrange)), styleOwnScalestyleAreastyleNoLabel. -0,85, 100) Grundstück (5, quotBuySell Ribbonquot, IIf (Flip (Kaufen, Verkaufen), ColorBrightGreen, IIf (Flip (Verkaufen, Kaufen), ColorPink, ColorOrange)), StyleOwnScalestyleAreastyleNoLabel, -0.75, 100) FormFormTabelle kaufen FormDownTriangle PlotShapes Kaufen, colorGreen, colorRed), IIf (Kaufen, niedrig, hoch)) TimeFrameRestore ()


No comments:

Post a Comment