Woodies Cci Trading System Afl


-------------------------------------------------- ---------------------------- Formelname: Woodies CCI Intraday Panel AuthorUploader: Dennis Skoblar E-Mail: DennisAndLisasbcglobal. net DateTime Hinzugefügt: 2006 -07-26 02:17:25 Herkunft: woodiescciclub Schlüsselwörter: Woodies CCI, CCI Level: mittel Flaggen: system, exploration, indicator Formula URL: amibrokerlibraryformula. phpid650 Details URL: amibrokerlibrarydetail. phpid650 ---------- -------------------------------------------------- ------------------ Hier ist Woodies CCI Intraday Panel, das ursprünglich von CrasherFL und Wring codiert wurde. Es ist ein modifiziertes Daily CCI Panel mit CCI 14 und CCI 6. Es ist komplett mit Mustererkennung, Backtesting, Scanning und Exploration Optionen. Die Pattern Recognition hilft dabei, die ZLR, HFE, GB100 (mit einer 34ema - 15 Grad Nuance), VT, FAMIR, MR und Choppy zu finden (Chop Modus wird als CCI Balken zwischen den 100s für 10 oder mehr Balken definiert Chop ist, wenn die CCI von extremen an den 200s Haken). Die Mustererkennung befindet sich oben links neben Signal:. 1zlr 2-famir 3vt 4gb100 5momentum Umkehr Diese Version hat die Mplay Exit Indicator drin. Die MPLAY-Ausfahrt ist ein CCI-Haken nach der Oposite-Richtung, gefolgt von einem anderen mit dem Preisschluss in der Opositionsrichtung des Handels. Ich habe den MPLAY-Indikator mit dem CCI-Panel codiert. Es ist eine Reihe von grünen und roten Kreisen knapp unterhalb der 200-Linie. Der nächste grüne Kreis, der nach einem Muster erscheint (jedes Muster, nicht nur die codierten), ist der Ausgang für eine lange Position. Der nächste rote Kreis ist der Ausgang nach einem kurzen Muster. Ignorieren Sie alle dazwischen. Die Kreise erscheinen nach jedem Auftreten eines MPLAY Exits, unabhängig davon, ob ein Muster aufgetreten ist oder nicht. Verwenden Sie einfach den nächsten zutreffenden Kreis, um ein eingegebenes Pattern zu verlassen. Ich habe auch die EMA-Winkel-Farben auf die 100s. Turquoise Aufwärtstrend, Reddowntrend, Yellownot Trending. Dieser Code war ursprünglich in der cci-Panel codiert von Crasher, ich habe nur tweeked es in visuelles Format angezeigt werden. Es ist identisch mit Woody Modifikation der cci Tafel, die er als Chop Inicator als gut verwendet. Wenn es eine konstante Farbe gibt, ist der Trend in diese Richtung. Wenn die Farben gemischt werden, gibt es einen Hieb. Setzen Sie Hintergrundvorliebe für Dark Olive Green Trade auf Ihr eigenes Risiko, verwenden Sie bitte Ihre eigene Entscheidung, nur für pädagogische Zwecke. - Dennis ------------------------------------------------- ------------------------------ CCI Woodies Style - Gestartet von Wring CoddedAdded von Kris Hinzugefügt von Dennis and Greg Version: 1.027 Letztes Update : 11242005 Zugänge: Timer, EMA Winkel, LSMA Winkel, Trending Indikator, Mustererkennung (Choppy, HFE, ZLR, Famir, VT, GB100) Amibroker 4.70 Version (4,70) MarketHours TimeNum () gt63000 UND TimeNum () lt125959 MArketClose TimeNum () Gt125959 UND TimeNum () lt130000 z CCI (14) z6 CCI (6) CCI50var CCI (50) LSMA25 LinearReg (C, 25) EMA34 EMA (C, 34) PI atan (1,00) 4 Perioden 30 HighHigh HHV LowLow LLV (L, Perioden) reichen 25 (Highhigh - LowLow) LowLow TTMperiod 6 Lowma EMA (L, TTMperiod) Highma EMA (H, TTMperiod) Lowthird (Highma - Lowma) 3 Lowma Highthird 2 (Highma - Lowma) 3 Lowma tempnum Jetzt (4) - TimeNum () TimeRem Interval () - ((int (tempnumBarCount - 1 100) 60) (tempnumBarCount - 1 - int (tempnumBarCount - 1 100), 100)) if (TimeRemBarCount - 1 lt 0) TimeRem 0 TitleTimeRem EncodeColor (colorLightGrey) Verbleibende Zeit: MinuteVar int (TimeRem 60) SecondsVar int (frac (TimeRem 60) 60) if (TimeRemBarCount - 1 gt 60) TitleTimeRem TitleTimeRem EncodeColor (Farbeweiß) MinuteVar: WriteIf (SecondsVar gt 9, 0) SecondsVar else if (TimeRemBarCount - 1 gt 20) TitleTimeRem TitleTimeRem EncodeColor (Coloryellow) MinuteVar: WriteIf (SecondsVar gt 9, 0) SecondsVar sonst TitleTimeRem TitleTimeRem EncodeColor (colorLime) MinuteVar: WriteIf (SecondsVar gt 9, 0) SecondsVar if (SelectedValue (CCI50var) lt 0) CCI50Title EncodeColor (Blau und Rot) sonst CCI50Title EncodeColor (colorLime) CCI50Title CCI50Title CCI 50 Runde (CCI50var), stoprange IIf (O lt; C, IIf ((H - O) lt (C - L), C - L, H - O), IIf ((O - L) lt (H - C), H - C, O - L)) StopTitle EncodeColor (Farbeweiß) Stopp EncodeColor (Coloryellow) StopTitle StopTitle StrToNum (NumToStr (stoprange, 4.4)) x1EMA34 0 x2EMA34 1 y1EMA34 0 y2EMA34 (Ref (EMA34, -1) - EMA34) Durchschn Bereich cEMA34 sqrt ((x2EMA34 - x1EMA34) (x2EMA34 - x1EMA34) (y2EMA34 - y1EMA34) (y2EMA34 - y1EMA34)) angleEMA34 Runde (180 acos ((x2EMA34 - x1EMA34) cEMA34) PI) TitleAngleEMA34 EncodeColor (Farbeweiß) Nema34 Winkel angleEMA34 IIf (y2EMA34 gt 0, - angleEMA34, angleEMA34) if (SelectedValue (angleEMA34) gt 25) TitleAngleEMA34 TitleAngleEMA34 EncodeColor (colorTurquoise) else if (SelectedValue (angleEMA34) lt -25 ) TitleAngleEMA34 TitleAngleEMA34 EncodeColor (Blau und Rot) else if (SelectedValue (angleEMA34) gt 5) TitleAngleEMA34 TitleAngleEMA34 EncodeColor (colorTurquoise) else if (SelectedValue (angleEMA34) lt -5) TitleAngleEMA34 TitleAngleEMA34 EncodeColor (Blau und Rot) sonst TitleAngleEMA34 TitleAngleEMA34 EncodeColor (Coloryellow) TitleAngleEMA34 TitleAngleEMA34 angleEMA34 x1LSMA25 0 x2LSMA25 1 y1LSMA25 0 y2LSMA25 (Ref (LSMA25, -1) - LSMA25) Bereich Avg cLSMA25 sqrt ((x2LSMA25 - x1LSMA25) (x2LSMA25 - x1LSMA25) (y2LSMA25 - y1LSMA25) (y2LSMA25 - y1LSMA25)) angleLSMA25 Runde (180 acos ( (x2LSMA25 - x1LSMA25) cLSMA25) PI) TitleAngleLSMA25 EncodeColor (Farbeweiß) LSMA25 Winkel angleLSMA25 IIf (y2LSMA25 gt 0, - angleLSMA25, angleLSMA25) if (SelectedValue (angleLSMA25) gt 25) TitleAngleLSMA25 TitleAngleLSMA25 EncodeColor (colorTurquoise) else if (abs (SelectedValue ( angleLSMA25)) lt -25) TitleAngleLSMA25 TitleAngleLSMA25 EncodeColor (Blau und Rot) else if (SelectedValue (angleLSMA25) gt 5) TitleAngleLSMA25 TitleAngleLSMA25 EncodeColor (colorTurquoise) else if (SelectedValue (angleLSMA25) lt -5) TitleAngleLSMA25 TitleAngleLSMA25 EncodeColor (Blau und Rot) sonst TitleAngleLSMA25 TitleAngleLSMA25 EncodeColor (Coloryellow) TitleAngleLSMA25 TitleAngleLSMA25 angleLSMA25 TitleTrending WriteIf ((abs (angleEMA34) gt 15) und (abs (angleEMA34 angleLSMA25) gt 50), EncodeColor (Farbeweiß), SW EncodeColor (colorLime) TRENDING, WriteIf ((abs (angleEMA34) gt 5) UND ((Winkel EMA34 gt 0) UND (Winkel LSMA25 gt 0)) OR ((Winkel EMA34 lt 0) UND (Winkel LSMA25 lt 0))) UND (abs (Winkel EMA34 angleLSMA25) gt 30), EncodeColor (colorWhite), SW EncodeColor (colorYellow) (Winkel (Winkel LSMA25 gt 0, 2, -2)), wobei der Winkel & Dgr; & thgr; (Winkel (Winkel EMA34) gt 5) UND ((Winkel EMA34 gt 0) UND (Winkel EMA34 gt 0) (ZLt 0) Minusleisten BarsSince (z gt 0) TrendBarCount 6 Farbe0 FarbeDefault Trend0 0 TTMColor0 FarbeDefault für (i 1 i lt BarCount i) wenn (Ci gt Highthirdi) TTMColori colorDarkGreen else if (Ci lt Lowthirdi) TTMColori colorDarkRed sonst TTMColori TTMColori - 1, wenn (Plusbarsi gt TrendBarCount) Trendi 1 else if (Minusbarsi gt TrendBarCount) Trendi -1 sonst Trendi Trendi - 1, wenn (Trendi 1) if (Minusbarsi TrendBarCount - 1) Colori colorYellow sonst if (zi lt 0) Colori FarbeBlack sonst Colori colorLime sonst wenn (Trendi -1) if (Plusbarsi TrendBarCount - 1) Colori FarbeJellow sonst wenn (zi gt 0) Colori Farbe Schwarz Colori Blau und Rot sonst Colori colorDefault CCI Liniendiagramm (z, CCI 14, Farbeschwarz, Styleline styleThick styleNoLabel) sonst Turbo CCI Plot (Z6, CCI 6, colorDarkYellow, Styleline styleNoLabel) Nullinie 25lsma Plot (0 ,, IIf (C gt LSMA25, colorLime , IIf (CltLSMA25, Blau und Rot, colorTeal)), styleDots styleNoLine styleThick styleNoLabel) CCI Histogramm Plot (z ,, Farbe, styleHistogram styleThick styleNoLabel) CCI 50 Plot (CCI50var, 50 CCI, IIf (CCI50var lt 0, colorDarkRed, colorDarkGreen), Styleline Wenn die Farbe IIf (C gt EMA34, colorGreen, IIf (C EMA34, colorTeal, colorRed)) eingestellt Farbe für die 100s, grün, wenn die Farbe des SW ColorSW IIf (abs (SW) 2, colorGreen , IIf (abs (SW) 1, Coloryellow, Blau und Rot)) ColorcolorWhite Plot der 100s Grundstück (100,, Farbe, styleDashedstyleNoLabel) Plot (-100,, Farbe, styleDashedstyleNoLabel) ColorANGLEEMA IIf (angleEMA34 gt5, colorTurquoise, IIf (angleEMA34 LT - 5, Blau und Rot, Coloryellow)) ColorANGLEEMA1 IIf (angleEMA34 GT25, colorTurquoise, IIf (angleEMA34 lt-25, Blau und Rot, Farbeschwarz)) ColorANGLEEMA IIf (abs (angleEMA34) GT25, colorGreen, IIf (abs (angleEMA34) GT15, Coloryellow, Blau und Rot) ) Zeichnung (100 ,, FarbeANGLEEMA. styleDashed styleThick styleNoLabel) Plot (-100 ,, ColorANGLEEMA. styleDashed styleThick styleNoLabel) Plotten der 50er Jahre Plot (50 ,, colorDarkGrey, styleDashed styleNoLabel) Plot (-50 ,, colorDarkGrey. styleDashed styleNoLabel) Grundstück (50 ,, TTMColor, styleDots styleNoLine styleNoLabel Plot) Plot (-50 ,, TTMColor, styleDots styleNoLine styleNoLabel) die 200er Grundstück (200 ,, ColorSW, styleThick styleNoLabel) Grundstück (-200 ,, ColorSW, styleThick styleNoLabel) Zeichnen Sie die Gitter PlotGrid (0) PlotGrid (50) PlotGrid ( PlotGrid (100) PlotGrid (-200) PlotGrid (200) choppy A (HHV (z, 10) lt100 UND LLV (z, 10) gt-100) B (Ref (z, & ndash; ) GT200 UND zlt200) OR (Ref (z, -1) lt-200 und ZGT-200) bsaBarsSince (A) bsbBarsSince (B) Barren IIf (bsa lt BsB, bsa, 0) ZLR Lange uptrendaBarsSince (zlt0) uptrendbBarsSince (zgt0 (Z, -1) gt100 UND zlt100 barsfromlinelongBarsSince (Linexlong) CCIhooklongzgtRef (z, -1) UND Ref (z, -1) gt-100 UND Ref (z, -1) ltRef (z, -2) UND Ref (z, -2) gt-100 UND zgt0 SWtrendinglong sw1 oder sw2 zlrlong (Ref (angleema34, -2) gt5 UND Ref (angleema34, -1) gt5 UND angleema34gt5) UND SWtrendinglong UND zlt100 UND barsfromlinelonglt10 UND CCIhooklong UND (uptrendagt6 UND ZGT (Uptrenda, -6) gt6 UND zgt-100 OR (uptrenda, -5) gt6 UND zgt-100 OR Ref (uptrenda, -6) gt6 UND zgt-100 OR (uptrendblt6 UND LLV (z, , & Ndash; 7) gt6 UND zgt-100 OR Ref (uptrenda, -3) gt6 UND zgt-100 OR Ref (uptrenda, -2) gt6 UND zgt-100 OR Ref (uptrenda, -1) gt6 UND zgt-100)) ) PlotShapes (IIf (zlrlong, shapeDigit1, shapeNone), colorLime, 0,0, -15) ZLR Kurz downtrendaBarsSince (zgt0) downtrendbBarsSince (zlt0) LinexshortRef (z, -1) lt-100 und ZGT-100 barsfromlineshortBarsSince (Linexshort) CCIhookshortzltRef (Z, -1) UND Ref (z, -1) lt100 UND Ref (z, -1) gtRef (z, -2) UND Ref (z, -2) lt100 UND zlt0 SWtrendingshort sw-1 OR sw-2 zlrshort (Abwärts - und Abwärtszählung), und (z. B. Abwärts - und Abwärtszählung (UND-Abwärtszählung) und ZH - (Abwärtstrenda, -6) gt6 UND zlt100 OR Ref (Abwärtstrenda, -5) gt6 UND zlt100 OR Ref (Abwärtstrenda, -4) gt6 UND zlt100 OR Ref (Abwärtstrenda, -3) gt6 UND zlt100 OR Ref (downtrenda, -2) gt6 UND zlt100 ODER Ref (downtrenda, -1) gt6 UND zlt100))) PlotShapes (IIf (zlrshort, shapeDigit1 shapePositionAbove, shapeNone), Blau und Rot, 0,0, -15) Famir Short FamirdowntrendaBarsSince ( zlt0) FamirdowntrendbBarsSince (zgt0) FamirLinexshortRef (z, -1) GT100 UND zlt100 FamirbarsfromlineshortBarsSince (FamirLinexshort) Famirpivotshort (Ref (z, -2) ltRef (z, -1) und Ref (z, -1) LT55 UND Ref (z, (Z, -2) lt55 UND Ref (z, -3) lt55) OR (Ref (z, -3) ltRef (z, -1) (Z, -2) lt55 UND Ref (z, -3) lt55) FamirhookshortFamirpivotshort UND zltRef (LLV (z Famirbarsfromlineshort,), - 1) und (ZGT-55 UND zlt55) UND CltLsma25 Famirshort Famirbarsfromlineshortlt10 UND Famirhookshort UND (Famirdowntrendagt6 OR (Famirdowntrendblt6 UND (Ref (Famirdowntrenda, -6) gt6 OR Ref (Famirdowntrenda, -5) gt6 ODER Ref (Famirdowntrenda , -4) gt6 OR Ref (Famirdowntrenda, -3) gt6 OR Ref (Famirdowntrenda, -2) gt6 OR Ref (Famirdowntrenda, -1) GT6))) UND CltLSMA25 PlotShapes (IIf (famirShort, shapeDigit2 shapePositionAbove, shapeNone), Blau und Rot , 0,0, -15) Famir Lange FamiruptrendaBarsSince (zlt0) FamiruptrendbBarsSince (zgt0) FamirLinexlongRef (z, -1) lt-100 und ZGT-100 FamirbarsfromlinelongBarsSince (FamirLinexlong) Famirpivotlong (Ref (z, -2) gtRef (z, - (Z, & ndash; 1) gtRef (z, & ndash; 1) gt & ndash; (Z, -2) gt-55 UND Ref (z, -3) gt-55) ODER (Ref (z, -4) gtRef (z, -1) UND Ref (z, -1) gt -55 UND Ref (z, -2) gt-55 und Ref (z, -3) gt-55) FamirhooklongFamirpivotlong UND zgtRef (HHV (z, Famirbarsfromlinelong), - 1) und (ZGT-55 UND zlt55) UND CgtLsma25 Famirlong Famirbarsfromlinelonglt10 UND Famirhooklong UND (Famiruptrendalt6 OR (Famiruptrendbgt6 UND (Ref (Famiruptrenda, -6) LT6 OR Ref (Famiruptrenda, -5) LT6 ODER Ref (Famiruptrenda, -4) LT6 OR Ref (Famiruptrenda, -3) LT6 OR Ref (Famiruptrenda (Famiruptrenda, -1) lt6))) UND CgtLSMA25 PlotShapes (IIf (famirlong, shapeDigit2, shapeNone), colorLime, 0,0, -15) HFE HFEKurz (Ref (z, -1) gt200 UND zlt200) HFE (Ref (z, -1) lt-200 UND zgt-200) HFE (Ref ) Lf-200 UND zgt-200) PlotShapes (IIf (Ref (z, -1) gt200 UND zlt200, shapeDownTriangle, shapeNone), IIf (Ref (z, -1) gt200 UND zlt200, Farbe Yellow, FormNone), 0,200, 20) PlotShapes (IIf (Ref (z, -1) lt-200 UND zgt-200, FormUpTriangle, FormNone), IIf (Ref (z, -1) lt-200 UND zgt-200, (Z, -1) ltRef (z, -2) OR Ref (z, -1) lt-200 UND zgt-200 vtbarsfromlinelongBarsSince (vtLinexlong) vtlongA zlt - (Z, -3) OR Ref (z, -3) ltRef (z, -4) OR Ref (z, -4) ltRef (z, z, -6) OR Ref (z, -6) ltRef (z, -7) OR Ref (z, -7) ltRef (z, -8) vtlongbsA BarsSince (vtlongA) vtlongbsB BarsSince (vtlongb) Vtlongbars vtlongbsAgt5 UND vtlongbsBlt0 vtpivotlong Vtlongbars swinghibarsBarsSince (zgtRef (HHV (z, vtbarsfromlinelong), - 1)) vthooklong vtpivotlong UND zgtRef (HHV (z, vtbarsfromlinelong), - 1) vtlong vtbarsfromlinelonglt11 UND (Ref (HHV (z, vtbarsfromlinelong), - 1) LT0 OR HHV (Z, vtbarsfromlinelong) lt0) UND vthooklong AND CgtLsma25 UND Ref (swinghibarsgt2, -1) UND zgt-100 PlotShapes (IIf (vtlong, shapeDigit3, shapeNone), colorLime, 0, Min (z, 0), - 45) VT Short vtLinexshortRef (z, -1) GT200 UND zlt200 vtbarsfromlineshortBarsSince (vtLinexshort) vtshortA zgt200 vtshortB Ref (z, -1) gtRef (z, -2) OR Ref (z, -2) gtRef (z, -3) OR Ref (z (Z, -6) OR Ref (z, & ndash; 6) gtRef (z, & ndash; 5) gtRef (z, -4) (z, -7) OR Ref (z, -7) gtRef (z, -8) vtshortbsA BarsSince (vtshortA) vtshortbsB BarsSince (vtshortb) Vtshortbars vtshortbsAgt5 UND vtshortbsBlt0 vtpivotshort Vtshortbars swinglowbars BarsSince (zltRef (LLV (z, vtbarsfromlineshort), - 1)) vthookshort vtpivotshort UND zltRef (LLV (z, vtbarsfromlineshort), - 1) vtshort vtbarsfromlineshortlt11 UND (Ref (LLV (z, vtbarsfromlineshort), - 1) GT0 OR LLV (z, vtbarsfromlineshort) GT0) UND vthookshort UND CltLsma25 UND Ref (swinglowbarsgt2, -1) und zlt100 PlotShapes (IIf (vtshort, shapeDigit3 shapePositionAbove, shapeNone), Blau und Rot, 0, Max (z, 0), - 45) GB 100 Lang uptrendaBarsSince (zlt0) uptrendbBarsSince (zgt0) LinexlongGBRef (z, - 1) GT100 UND zlt100 barsfromlinelongGBBarsSince (LinexlongGB) CCIhooklongGB Ref (z, -1) lt-100 und ZGT-100 GB100long barsfromlinelongGBlt20 UND angleEMA34gt5 UND CCIhooklongGB UND (uptrendblt6 UND (Ref (uptrenda, -6) gt6 OR Ref (uptrenda, -5 ) Gt6 OR Ref (uptrenda, -4) gt6 OR Ref (uptrenda, -3) gt6 OR Ref (uptrenda, -2) gt6 OR Ref (uptrenda, -1) gt6)) PlotShapes (IIf (GB100long, shapeDigit4, shapeNone) , colorLime, 0,0, -60) GB100 Kurz downtrendaBarsSince (zgt0) downtrendbBarsSince (zlt0) LinexshortGBRef (z, -1) lt-100 und ZGT-100 barsfromlineshortGBBarsSince (LinexshortGB) CCIhookshortGBRef (z, -1) GT100 UND zlt100 GB100short barsfromlineshortGBlt20 (Abwärtstrenda, -6) gt6 OR Ref (Abwärtstrenda, -5) gt6 OR Ref (Abwärtstrenda, -4) gt6 OR Ref (Abwärtstrenda, -3) gt6 OR Ref (Abwärtstrenda , -2) gt6 OR Ref (downtrenda, -1) GT6)) PlotShapes (IIf (GB100short, shapeDigit4 shapePositionAbove, shapeNone), Blau und Rot, 0,0, -60) MR Lange MRuptrendaBarsSince (zlt0) MRuptrendbBarsSince (zgt0) MRLinexlongRef (z , -1) GT100 UND zlt100 MRbarsfromlinelongBarsSince (MRLinexlong) MRCCIhooklongzgtRef (z, -1) und Ref (z, -1) ltRef (z, -2) und Ref (z, -2) ltRef (z, -3) und ZGT -100 UND zlt100 MRlong (Ref (angleema34, -2) gt5 UND Ref (angleema34, -1) gt5 UND angleema34gt5) UND Ref (z, -1) LT0 UND MRbarsfromlinelonglt10 UND MRCCIhooklong UND (MRuptrendagt6 UND ZGT-100 OR (MRuptrendblt6 UND LLV (z, MRuptrendb) gt-100 UND zgt-100 UND (Ref (MRuptrenda, -6) gt6 UND zgt-100 OR Ref (MRuptrenda, -5) gt6 UND zgt-100 OR Ref (MRuptrenda, -4) gt6 UND ZGT-100 oder Ref (MRuptrenda, -3) gt6 UND ZGT-100 oder Ref (MRuptrenda, -2) gt6 UND ZGT-100 oder Ref (MRuptrenda, -1) gt6 UND zgt100))) PlotShapes (IIf (MRlong, shapeDigit5 shapeNone,), colorLime, 0,0, -50) MR Short MRdowntrendaBarsSince (zgt0) MRdowntrendbBarsSince (zlt0) MRLinexshortRef (z, -1) lt-100 und ZGT-100 MRbarsfromlineshortBarsSince (MRLinexshort) MRCCIhookshortzltRef (z, -1) und Ref (Z, -1) gtRef (z, -2) gtRef (z, -3) UND zlt100 UND zgt-100 MRshort (Ref. (Angleema34, -2) lt-5 UND Ref (angleema34 -1) lt-5 und angleema34lt-5) und Ref (z, -1) GT0 UND MRbarsfromlineshortlt10 UND MRCCIhookshort AND (UND MRdowntrendagt6 zlt100 OR (AND MRdowntrendblt6 HHV (z, MRdowntrendb) LT100 UND zlt100 AND (Ref (MRdowntrenda, - 6) gt6 UND zlt100 ODER Ref (MRdowntrenda, -5) gt6 UND zlt100 ODER Ref (MRdowntrenda, -4) gt6 UND zlt100 ODER Ref (MRdowntrenda, -3) gt6 UND zlt100 ODER Ref (MRdowntrenda, -2) gt6 UND zlt100 OR Ref (MRdowntrenda, -1) gt6 UND zlt100))) PlotShapes (IIf (MRshort, shapeDigit5 shapePositionAbove, shapeNone), Blau und Rot, 0,0, -50) Säulen für die Exploration Filter (zlrlong ODER famirlong ODER Vtlong ODER gb100long ODER mrlong ODER hFE OR zlrshort OR famirshort OR vtshort OR gb100short OR mrlong OR (A OR bar)) und 1 Kaufen (zlrlong ODER famirlong ODER Vtlong ODER gb100long ODER mrlong) UND MarketHours Sell (zltRef (z, -1) und Ref (z, -1) LtRef (z, -2) UND CltO) ODER MArketClose Kurzschluss (zlrshort OR famirshort ODER Vshort OR gb100short ODER mrshort) UND MarketHours Cover (zgtRef (z, -1) UND Ref (z, -1) gtRef (z, -2) UND CgtO) OR MArketClose AddColumn (IIf (zlrlong, 1, IIf (zlrshort, -1,0)), ZLR, 1,0, Farbeweiß, IIf (zlrlong, colorGreen, IIf (zlrshort, Blau und Rot, Farbeschwarz))) AddColumn (IIf ( famirlong, 1, IIf (famirShort, -1,0)), Famir, 1,0, Farbeweiß, IIf (famirlong, colorGreen, IIf (famirShort, Blau und Rot, Farbeschwarz))) AddColumn (IIf (vtlong, 1, IIf (vtShort, - 1,0)), Vegas, 1,0, colorWhite, IIf (vtLong, colorGreen, IIf (vtShort, colorRed, colorBlack))) Additivsäule (IIf (gb100long, 1, IIf (gb100Short, -1,0)), GB100,1,0 , Farbeweiß, IIf (gb100long, colorGreen, IIf (gb100Short, Blau und Rot, Farbeschwarz))) AddColumn (IIf (mrlong, 1, IIf (mrShort, -1,0)), MR, 1,0, Farbeweiß, IIf (mrlong, colorGreen, IIf (hfeshort, colorRed, colourBlack)), HFE, 1,0, colorWhite, IIf (helfong, colorGreen, IIf (hfeshort, colorRed, colorBlack)), (A ODER-Stäbe, colorDarkYellow, colorBlack))), (A ODER-Balken, 1, IIf (A ODER-Balken, -1,0)), Choppy, 1,0, colorWhite, Grundstück verkaufen Arrows Sell1ExRem (Verkauf, Kauf) Cover1ExRem (Cover, Short) PlotShapes (IIf (Sell1, shapeDownArrow, shapeNone), colorLime, 0,200,10) PlotShapes (IIf (Cover1, shapeDownArrow, shapeNone), Blau und Rot, 0,200,10) Signal Titel Signaltitle WriteIf (zlrlong, EncodeColor (Coloryellow) ZLR, WriteIf (zlrshort, EncodeColor (Coloryellow) ZLR, WriteIf (MRShort, EncodeColor (Coloryellow) MR, WriteIf (MRlong, EncodeColor (Coloryellow) MR, WriteIf (Famirshort, EncodeColor (Coloryellow) Famir, WriteIf (Famirlong, EncodeColor (Coloryellow) Famir, WriteIf (HFE, EncodeColor (Coloryellow) HFE, WriteIf (VTlong, EncodeColor (Coloryellow) VT, WriteIf (VTshort, EncodeColor (Coloryellow) VT, WriteIf (GB100long, EncodeColor (Coloryellow) GB100, WriteIf (Gb100short, EncodeColor (Coloryellow) GB100,))))))))))) Choppy Titel ChoppyTitle WriteIf (A, EncodeColor (Coloryellow) CHOPPY, WriteIf (Bars, EncodeColor (Coloryellow) CHOPPY,)) Ende Titel ExittitleWriteIf (Sell1, EncodeColor (colorLime) Mlay EXIT LANG, WriteIf (Cover1, EncodeColor (Blau und Rot) MPLAY EXIT KURZ,)) Entfernung von EMA34 Ctoemaround (C-EMA34) Ctitle WriteIf (Ctoemagt0, Punkte über EMA ,, WriteIf (Ctoemalt0, Punkte unter EMA ,, auf EMA)) Anzahl der Bars anglelimit (angleema34lt5 UND angleema34gt-5) OR (angleema34lt5 UND angleema34gt-5) angletitle BarsSince (anglelimit) Preistafel LastpriceRef (C, 1) Lastpricetitlehi WriteIf (HgtRef (H Trending, -1), EncodeColor (colorLime) Ref (H, -1) H. EncodeColor (colorBlack) Ref (H, -1) H) Lastpriketitlelo WriteIf (L, 1) L. EncodeColor (colorBlack) Ref (L, -1) L) Titel Titel Name (), Intervall (2), Datum () n EncodeColor (Farbe Schwarz) CCI 14 Runde (z) EncodeColor (colorWhite), EncodeColor (colorDarkYellow) ) CCI 6 Runde (Z6) EncodeColor (Farbeweiß), TitleTimeRem EncodeColor (Farbeweiß) TitleAngleEMA34 EncodeColor (Farbeweiß), TitleAngleLSMA25 TitleTrending n Lastpricetitlehi n EncodeColor (colorSkyblue) C n Lastpricetitlelo n EncodeColor (Farbeweiß) Signal Signaltitle ChoppyTitle EncodeColor (Farbeweiß) Ctoema Ctitle EncodeColor (Farbeweiß) angletitle Bars Trending, Exittitle Mplay Ausfahrt MplayExitLong zltRef (z, -1) und Ref (z, -1) ltRef (z, -2) UND CltO MplayExitShort zgtRef (z, -1) und Ref (z, -1 ) gtRef (z, -2) und CgtO PlotShapes (IIf (MplayExitLong, shapeSmallCircle, shapeNone), colorLime, 0200, -10) PlotShapes (IIf (MplayExitShort, shapeSmallCircle, shapeNone), Blau und Rot, 0200, -10) 5 Kommentare: Genießen Video-Tutorial, wie zu setzen afl von diesem Link pipschartamibroker-afl ERSTE ALLES HATS OFF YOU für die Schaffung von AMP HELFEN DIESES VIEL DER LEUTE HERAUS HIER. Sie entschieden nicht an den Heiligen Grals Öffentlichkeit nach WISESTOCKTRADER INCIDENT bieten, aber SIR schaute ich jeden Beitrag des Blogs, wo die Menschen DIESES HEILIGE GRAL Bettelei, SIR ICH können Sie nicht in Öffentlichkeit, dass AFL ABER BITTE BITTE FEVER TUN über E-Mails ergeben . MENSCHEN SIND BEGGING, WEIL IHNEN IHNEN VERLIEREN ODER WIPED OUT IHRE KONTEN SO VIELE ZEITEN, ICH BIN EINEN VON IHNEN. SIR JETZT NUR SIE AMP SIE KÖNNEN UNS SPAREN. KANN WIR VERDIENEN NICHT diese Dinge, KAUFEN SIR WIR SCHULDEN Sie, wenn Sie uns helfen, verdanken wir werden SIE SIR. Trading mit Woodies CCI Muster Haftungsausschluss NiftyPundit nicht für irgendwelche, direkte oder indirekte, Neben - oder Folgeschäden oder Verluste aus haftbar, Der Nutzung von Informationen durch irgendjemand irgendwo auf dieser Website erwähnt. Diese Website und die hierin enthaltenen Informationen dienen lediglich allgemeinen Informationszwecken und stellen weder ein Angebot zum Verkauf noch eine Aufforderung zur Abgabe eines Angebots zum Kauf von Wertpapieren oder von hierin beschriebenen Beratungs - oder Handelsmanagementservices dar. Die Schriftsteller können oder dürfen nicht in den genannten Wertpapieren handeln. Kopieren NIFTYPUNDIT 2017. ALLE RECHTE VORBEHALTENEs gibt derzeit 8 Muster in Woodies CCI. Woodie hat sie alle definiert. Folgen Sie keine anderen Methoden, Mustern oder Systemen. Sie werden eine weitere Ebene der Komplexität hinzufügen und wird nur dazu dienen, Sie zu verwirren, während Sie dieses System lernen. Benennen Sie keines der Muster um. Im sicher ist es sehr offensichtlich, warum dies nicht getan werden sollte, aber einige noch versuchen, es zu tun. Sie könnten fragen, die Händler, die dies versucht, aber sie sind nicht mehr Handel. Halten Sie sich einfach an das System, wie Woodie es definiert hat. Woodie forscht und testet ständig neue Muster. Er wird uns wissen lassen, wann er ein anderes großes neues Muster findet. Woodies CCI Patterns können zu jeder Zeit Frames verwendet werden. Es kann sogar sehr erfolgreich auf Tages-Charts und größere Zeitrahmen verwendet werden. Beachten Sie, dass Woodie eine CCI 20-Periode auf Diagrammen mit täglichen Zeitrahmen und größer verwendet. Er verwendet das TCCI überhaupt nicht auf den täglichen oder größeren Zeitrahmendiagrammen. Sie wollen CCI-Muster, die robust, vollmundig und klar sind. Nicht diejenigen, die eingeengt sind, fest um die Nulllinie, kondensiert oder seltsam aussehen gewickelt. Es gibt viel zu viele Trades, um während des Tages zu nehmen, damit Sie einen schlechten Handel erzwingen. Lesen Sie das immer wieder. Folgen Sie ihm genau. Dies ist einer der Teile der Woodies CCI-System, das Sie von über dem Handel hält. Sie brauchen nicht zu denken, übertrieben. Folgen Sie einfach den Richtlinien und es wird automatisch gepflegt. Die Woodie CCI Patterns, die wir verwenden, um den Handel sind wie folgt und sind nicht unbedingt in der Reihenfolge oder gewinnen Prozentsätze aufgelistet. 1 - Woodies CCI Zero-line Reject (ZLR) Muster: Eine Nulllinie Reject (ZLR) Muster ist ein CCI-Bounce off oder nahe der Nulllinie (ZL). Es kann von oder nahe der Nulllinie überall von 100 bis 100 für lange und kurze Trades abprallen. Einige Leute mögen die Strecke herab bis - 50, die einen besseren pullback zur Verfügung stellen können. Der Eintrag wäre der erste Balken, der von der Nulllinie abweicht oder abfällt. Die Marktpsychologie hinter Woodies CCI ZLR Muster ist, dass es Händler zeigt, wenn die Dips kaufen und verkaufen die Pullbacks. Kein anderer Indikator in der Handelswelt kann dies mit Ausnahme der CCI. Sie können die ZLR-Muster zusammen mit einem Trend Line Break (TLB) - Muster kombinieren, um Stärke, um das Signal für eine größere Wahrscheinlichkeit des Erfolgs hinzuzufügen. Wenn Sie das ZLR zusammen mit dem TLB verwenden, dann würden Sie warten, bis die CCI das TLB-Muster überquert, um einzutreten. In diesem Dokument erfahren Sie mehr über das Trendlinienpause-Muster (TLB). Der ZLR-Handel ist ein Trendhandel. Neue Händler von Woodies CCI sollten diese Art von Handel nehmen. In der Tat könnte dies die einzige Woodies CCI Muster Handel nehmen Sie während Ihrer gesamten Karriere und immer noch hervorragende Gewinne für sich selbst 3 Charts unter Zero-line Reject (ZLR) lange Trades. Die gelben Linien zeigen die ZLR-Muster. Die einzelnen weißen Linien zeigen, wo der Eintrag sein würde und die doppelten weißen Linien zeigen, wo der Ausgang wäre. Abbildung 2 zeigt zwei mögliche Ausgänge für den Handel. Der erste Satz von Doppellinien ist, wenn der TCCI in das CCI übergeht. Sie würden Ihren ersten Vertrag zu diesem Zeitpunkt beenden. Wenn Sie mehr als einen Vertrag handeln würden Sie dann den Rest auf be1 setzen und warten, bis das nächste Ausgangssignal kommt. Wir sehen, dass das zweite Ausgangssignal der zweite Satz von doppelten weißen Linien ist, die das HFE-Ausgangssignal zeigen. Diagramm 2 zeigt ein Shamu-Handelsmuster, das nicht ganz unter die Nulllinie fällt. Das ist ok. Nicht jedes Muster kann perfekt sein. Sein noch ein gültiges shamu Handel. 3 - Woodies CCI Trendlinie Break (TLB) Muster: Eine Trendlinie Break-Muster verwendet zwei oder mehr anständige Größe Bumps, mit CCI oder TCCI, um die Trendlinie über sie zu legen. Dann, wenn die CCI kreuzt oder bricht diese Trendlinie (tl), die das Signal, um den Handel geben. Ein Ende der Trendlinie sollte am CCI-Wert -100 oder höher sein, damit es gültig ist. Auch, desto mehr Beulen legen Sie es über die mehr gültig, dass Trendlinie ist. Mit nur zwei Bumps ist normal und schafft eine perfekt gültige TLB. Sie können auch die Verwendung von CCI - und TCCI-Bumps für jede Trendlinie mischen. Dieses Muster wird auch als eines der Ausgangssignale und als CCI-Bestätigungssignal verwendet. Es kommt in ziemlich praktisch und ist weit verbreitet in Woodies CCI-System verwendet. Der TLB-Handel kann sowohl Trend als auch Gegenhandel sein. Neue Studenten von Woodies CCI sollten diese Art von Handel nehmen, wenn es eine TLB mit dem Trend ist. Nehmen Sie diesen Handel nicht gegen den Trend. Allerdings halten Sie Ihr Auge auf sie und lernen, wie Sie Fortschritte. Sie können die Nulllinie Reject (ZLR) - Muster und die umgekehrte Divergenz (rev Diver) Muster zusammen mit einem TLB-Muster kombinieren, um Stärke, um das Signal für eine größere Wahrscheinlichkeit des Erfolgs hinzuzufügen. Wenn Sie diese miteinander kombinieren würden Sie immer noch auf die Pause der Trendlinie, wie es zuletzt auftreten wird. Eine andere Methode der Eingabe auf einem TLB-Handel ist es, das CCI-Bestätigungssignalkreuz des Wertes - 100 zu verwenden. Dies bietet eine größere Chance, dass der Handel erfolgreich sein wird. Sie müssen nicht diese Methode verwenden und Sie können mehr Gewinn auf dem TLB-Handel erhalten, wenn Sie in gut vor diesem Punkt erhalten. Allerdings, wenn Sie nicht die CCI-Bestätigung von ein - 100 Kreuz dann Ihre TLB Handel nicht so oft funktionieren. Wählen Sie eine Methode und bleiben Sie dabei. Ändern Sie nicht täglich. Sie werden sehr oft finden die TLB und ZLR zeigen sich zusammen. Manchmal taucht auch das Rev Diver Muster auf. Sie sollten anfangen zu bemerken, dass CCI-Muster kommen alle nacheinander und auch zusammen, um stärkere Signale zu machen. Lassen Sie sich nicht verwirren. Sie brauchen nur ein CCI-Muster, um einen Handel zu nehmen. Wenn Sie jedoch mehr als ein Signal kombinieren, erhöht sich die Wahrscheinlichkeit des Erfolgs für diesen Handel. 3 Diagramme unterhalb der Trendlinien-Unterbrechungsmuster. Die gelben Linien zeigen das CCI-Muster. Die einzelnen weißen Linien zeigen den Eintrag für diese Art von Handel und die doppelten weißen Linien sind die Ausgangssignale. Beachten Sie, dass alle 3 Diagramme das Trendlinien-Bruchmuster mit dem Trend zeigen. Es werden keine TLB-Counter-Trends angezeigt. In der ersten Tabelle können wir sehen, wie die TCCI verwendet wurde, um die Trendlinie Break Handel zu zeichnen. Dies ist gültig und funktioniert gut. Die Ausgangssignale sind die gleichen wie in jedem anderen Handel. Überprüfen Sie den Abschnitt, wie Sie Trades eingeben und beenden. Es ist sehr wichtig, sich zu erinnern, daß, wenn Sie einen dieser Handel nehmen, es nicht bedeutet, daß Sie in ihm für immer bleiben sollen. Folgen Sie immer den Woody CCI-Ausgangssignalen. Trendline Break Pattern Long T Hier sind zwei Ausgangssignale. Eines ist, wo die TCCI in die CCI überquerte. Die zweite Ausfahrt ist, wenn die CCI Haken. Die Einstiegsmethode des Wartens auf das CCI-Kreuz der -100 ist in der 2. Tabelle dargestellt, kommt aber nur zufällig durch Zufall vor. Trendline Break Pattern Long 4 - Woodies CCI Vegas Trade (VT) Muster: Das Vegas Trade Pattern ist eine Kombination Von mehreren Dingen. Zuerst benötigt es den Haken vom extremen (HFE) CCI-Muster und dann einen Satz von CCI-Stäben, die in ein partielles kreisförmiges oder Rundungsmuster geformt sind. Diese Rundstäbe müssen mindestens 3 bar minimal sein und gegen die Nulllinie oder gegen diese auftreten. Mit anderen Worten, die Rundung kann in jeder Richtung erfolgen, unabhängig davon, auf welcher Seite der Nulllinie (ZL) das gesamte Muster gebildet wird. Das gesamte VT-Muster muss sich jedoch auf der gleichen Seite der Nulllinie bilden. Dies bedeutet, dass der schwingende hohe Teil des Musters nicht der Rundungsteil des Musters sein muss. Es ist jedoch ein stärkeres Signal, wenn das Schwenkhochfeld das abgerundete Teil ist. Auch kann es sogar zwei oder mehr Swing Highlows als gut. Die Rundung ist sehr wichtig für das Gesamtbild und zeigt einen Kampf, der zu einer starken Trendwende führen kann. Dieser letzte Teil des Musters ist die Trendlinie, die direkt gegenüber dem letzten Schwung hoch oder niedrig gezogen wird. Eine Pause dieses Swing Highlows ist unser Eintritt in den Handel. Das gesamte Vegas Trade-Muster kann irgendwo von etwa 8 bis 12 Bar haben, aber wenn es zu weit über die Vergangenheit verteilt wird, bevor ein Eintrittssignal gesehen wird, dann ist die Wahrscheinlichkeit des Erfolgs gesenkt und die Stärke der Bewegung könnte geringer sein. Das Vegas Trade-Muster deutet auf ein Potenzial für eine sehr starke Trendveränderung hin. Außerdem empfiehlt Woodie die Verwendung des 25-lsma-Indikators als zusätzliches Kriterium für den VT-Eintrag. Wenn der 25-lsma-Indikator zeigt, dass der Preis auf der Seite der Richtung des VT-Eintrags liegt, besteht eine größere Wahrscheinlichkeit, dass der Handel erfolgreich sein wird. LSMA steht für Least Squares Moving Average und kann auch in einigen Charting-Pakete als Lineare Regressionskurve gefunden werden. In other words, if the VT is setting up for a long entry then you want price to be above the 25-lsma indicator and, if possible, you also want the 25-lsma to be pointing in the upward direction as well. If a VT short is setting up then you want the price to be below the 25-lsma and, if possible, you want the 25-lsma to be pointing downward. Since we do not use prices to trade Woodies CCI system it is recommended that you do not view prices just to see a 25-lsma indicator. Rather, use a 25-lsma indicator placed in the CCI region that displays colors showing these four conditions. The VT Trade is a counter-trend trade. New students of Woodies CCI should not be taking this type of trade. However, keep your eye on it and learn as you progress. Chart 1 shows very limited rounding. Neither the swing high after the HFE nor the swing low after that shows very good rounding. It has 3 bars of rounding minimum so its still valid. However, be careful as it could likely fail as a result of that. It may be best to stay away from this trade since it does not have the good rounding expected. There will be many other vegas trade (VT) patterns that could be taken so passing on a lame one wont hurt. Chart 2 shows rounding on the swing low and the swing high. The entry signal is still the break of the swing low since it is above the zero-line. Notice that the entire pattern is more than 12 bars so the probability for success is far less Chart 3 shows very nice rounding after the HFE pattern. The best Vegas Trade patterns have the swing highlow part as the rounding section. It also shows an interesting sharp flip of the CCI bar downward that happens next and breaks the swing low. Since it broke the recent swing low, in this case, it gives us our CCI entry signal to take the trade All CCI patterns cant be perfect but keep in mind that the closer the pattern conforms to the definition the greater the likelihood that it will be successful. Remember that you will want to only take trades where the 25-lsma indicator shows that prices are on the side of the trade and, if possible, the 25-lsma indicator also is pointing toward the direction of the trade. The 25-lsma indicator is not shown in these charts. If it were shown you would see it located on the zero-line in the CCI section using a multi-color indicator to display it. The exit signals are the same as in any other trade. Go review the section on how to enter and exit trades. It is very important to remember that when you take one of these trades it does not mean you are supposed to stay in it forever. Always follow Woodies CCI exit signals. The Ghost Trade pattern has 3 bumps in it. It has an arm, a head and then another arm in its pattern. The bumps used to spot this pattern can be made from the CCI or the TCCI. However, most people use CCI bumps for this pattern. It is preferable that the head is larger then the arms. To determine the entry point for the Ghost trade you draw a trend line across the underside of the Ghost across its neckline. You can gauge the expected CCI movement for the Ghost Trade by measuring the distance from the top of the head to the neckline. The expected movement would then be a movement of that same distance from the neckline in the opposite direction to that of the head. You do not need to bother calculating the potential CCI move from the neckline as you will be exiting the trade as soon as the CCI gives you an exit signal anyways. All you need to do is follow the exit signals as defined in Woodies CCI. Notice that when you draw the neckline (trend line) on the Ghost pattern you combine a trend line break (TLB) pattern along with the Ghost pattern which adds strength to the signal for a greater probability of success. Sometimes the neckline will slant toward the zero-line. These are the preferred Ghost patterns over the ones in which the neckline slants away from the zero-line. However, both are fine to take. The Ghost Trade is a counter-trend trade. New students of Woodies CCI should not be taking this type of trade. However, keep your eye on it and learn as you progress. The yellow lines show the CCI pattern. The single white lines show where the entry would be and the double white lines show where the exit would be. Notice how all the necklines slant different ways. Some slant toward the zero-line and some away from it. Do not let this confuse you. Just enter the trade once it breaks the neckline, which is otherwise known as the TLB CCI pattern as well. This is yet another example of how the CCI patterns can and quite often do run together. Be aware that the majority of the drawn Ghost pattern must be on the same side of the CCI zero-line. Sometimes a bit of it does form on the opposite side. This is perfectly fine if it is only a very small portion. The exit signals are the same as in any other trade. Go review the section on how to enter and exit trades. It is very important to remember that when you take one of these trades it does not mean you are supposed to stay in it forever. Always follow Woodies CCI exit signals. C hart 1 has a very weak right arm. Notice that the trade didnt go very far before it hooked back up and we had to exit. Chart 3 shows a Ghost pattern that had a double head. Thats fine. Not all CCI patterns can be perfect. 6 - Woodies CCI Reverse Divergence (rev diver): The Reverse Divergence (Rev Diver) pattern is very simple. Do not let if confuse you. However, many people find it hard to understand and even harder to spot. This shows us two things. One, the documents and explanations are too hard to understand and just possibly confuse the matter. Two, and more interesting, is that it may show us that by bringing in your prior knowledge into Woodies CCI system will give you headaches when trying to understand it. This pattern was named using words that remind you of things you have tried to learn before. Maybe that is the reason why people find it so hard to spot. Forget the name and do not let it conjure up your past knowledge. None of that will help you and is absolutely not needed any longer. So forget everything you think you know about it. Do not question the pattern or why it works at this stage. Just learn to spot its look. Its a very simple pattern I assure you. You do not need prices to trade the Rev Diver pattern. You do not need to verify that it is a true reverse divergence pattern against price before you enter the pattern. We do not use prices to trade Woodies CCI system. Woodie has done many years of research and live trials on this pattern. He has determined that it truly is reverse divergence when compared to price over 95 of the time. This is why we as traders do not have to verify it against prices. We just react and take the trade. Besides, lets say it turns out not to be a true rev diver pattern when compared to price bars. The CCI will warn us anyways by showing us one of the Woodies CCI exit signals. Reverse divergence CCI pattern is a trend continuation pattern. We spot it by looking for two inside bumps moving closer to the zero-line. By the word bumps we mean the CCI movements up and down. Some call these peaks and valleys. We say inside bumps to represent the bumps that are within the histogram or in other words bumps that are closer to the zero-line. We never use outside bumps to spot Rev Diver patterns. The following two rules are all you need to spot the Rev Diver pattern: Rev Diver long CCI above zero-line for 6 or more bars, two lower inside bumps Rev Diver short CCI above below line for 6 or more bars, two higher inside bumps The Reverse Divergence Trade is a trend trade. New students of Woodies CCI should be taking this type of trade. You can combine the Rev Diver trade with a zero-line reject (ZLR) trade or the trend line break (TLB) trade to add strength to the signal for a greater probability of success. You most always have a ZLR pattern along with a Rev Diver pattern. In fact you usually have two ZLR patterns that make up a Rev Diver since both inside bumps usually occur within the - 100 CCI area. The inside bumps actually represents the CCI ZLR pattern. Look at the charts closely and you will see both of them on each chart. The yellow lines show the CCI pattern. The two short yellow lines show the Reverse Divergence Trade pattern. The longer yellow line shows the Trend Line Break pattern that usually accompanies this trade. The single white lines show where the entry would be and the double white lines show where the exit would be. Each chart shows a short yellow line where each inside bump can be see within the pattern. Notice that the inside bumps are closer to the zero-line as they move across the chart. Two of the inside bumps shown actually go over the zero-line. In chart 2 you can see one inside bump goes over the zero-line a little bit. Reverse Divergence (rev diver) Pattern Long Chart 3 one inside bump goes down under the zero-line a great deal. Technically this turned into an outside bump since it went down below the zero-line. Dont let this confuses you. It is still a rev diver pattern but you may want to avoid ones that do this. You could instead take this as a ZLR trade on the first bar that flipped up since it only went down to 100. Again, all of these patterns melt together in some fashion all the time. Dont worry about it. You will be fine. Just keep on reading. However, as you know by now, we look for the more perfect CCI patterns to trade and the rev diver in chart 3 might not be a trade to take since it does go over the zero-line quite a bit and for 3 bars as well. It is interesting enough to note that the trade was really strong and went quite far upward anyways. In fact, you could just ignore the rev diver pattern on chart 3 and take it as a simple TLB trade. I hope you are seeing by now that all of Woodies CCI patterns mix together or come one right after the next. Notice that there is a zero-line reject (ZLR) pattern just before each of these rev diver entries on all 3 charts. This is not a coincidence. Lots of CCI patterns run together. Some will add to the potential for success and some will signal you to exit immediately because they are setting up a CCI trade signal against your current position. Dont let this confuse it. Its normal to see multiple Woodies CCI patterns combined together. All 3 charts are showing the trend line break (TLB) pattern drawn as well. Most people use a rev diver pattern along with a TLB pattern as a signal for more confirmation to enter the trade. You can clearly see this in charts 2 and 3 where the entry is shown after the TLB is broken However, you could enter the trade right after the second ZLR CCI turn updown that forms the complete rev diver pattern. This entry by itself would be a rev diver trade with the added confirmation of a TLB. Chart 1 shows two exits using the double white lines. Again, the first contract or set of contracts would be exited at the first set of double lines. The remainder of the position would be set to be1 and you would wait for the next exit signal. Chart 3 shows a lower inside bump that actually goes onto the other side of the zero-line. This is a nuance and does happen. That is fine. Important to point out is that this is actually a valid zero-line reject long signal since it doesnt go past the CCI 100 area. This one goes a bit further so it could be taken with caution. The exit signals are the same as in any other trade. Go review the section on how to enter and exit trades. It is very important to remember that when you take one of these trades it does not mean you are supposed to stay in it forever. Always follow Woodies CCI exit signals. 7 - Woodies CCI Hook From Extremes (HFE) Pattern: The hook from extreme (HFE) trades are formed when the CCI prints a bar at or past the - 200 and then starts hooking back toward the zero-line. This trade is a very difficult trade. The HFE pattern is used as one of the Woodies CCI exit signals as well. A HFE trade can happen very fast. As soon as you see it hook back toward the zero-line you enter. Make sure you have your hard stop-loss orders in as soon as you get filled on entry, as this trade can get away from you very quick. As soon as you see a signal to exit then you exit immediately. You will get stopped out of this trade often and this can happen even without seeing a CCI exit signal. This trade has around a 50 chance of success if you take every single HFE trade you see. However it can provide you with much larger profits than losses. You must use hard stop-loss orders when trading Woodies CCI or any other system for that matter. The hook from extreme trade is a counter-trend trade. New students of Woodies CCI should not be taking this type of trade. However, keep your eye on it and learn as you progress. You can combine the HFE trade with either a trend line break or a - 100 cross CCI confirmation signal to add strength to the trade for a greater probability of success. Again, when new you are not to take this trade. There are a great many experienced traders that do not take this trade either. The yellow hooking lines show the CCI pattern. The long yellow lines show the TLB pattern that also exists on these charts. The single white lines show where the entry would be and the double white lines show where the exit would be. The exit signals are the same as in any other trade. Go review the section on how to enter and exit trades. It is very important to remember that when you take one of these trades it does not mean you are supposed to stay in it forever. Always follow Woodies CCI exit signals. Hook From Extremes (HFE) Pattern Long Chart 1 we enter on the first CCI bar that flips back toward the zero-line when outside of the -200 CCI area. There is no real defined trend line since we do not have any nice bumps to draw it on. This is fine. Chart 2 shows the entry after the break of the trend line and two exit points. The first exit is when the tcci hooks through the CCI. The second exit is also a tcci hook into the cci and the cci is starting to hook at the same time as well. Charts 2 and 3 are showing the TLB added to the HFE trade. That provides a greater probability of success. The entry would be when the CCI line breaks the TLB pattern. 8 - Woodies CCI Horizontal Trend Line Break (HTLB) Pattern: The horizontal trend line break (HTLB) trade is when a trend line is drawn horizontally across a series of bumps that are lined up in a nice straight row. You can use a mix of both CCI and TCCI bumps to draw the htl but most often you will see the CCI used in these patterns. You can draw the trend line across these bumps regardless of whether they are inside or outside bumps as well as on either side of the zero-line. Of course since it is a horizontal trend line all the bumps will be on the same side of the zero-line. It is best to have the break of the HTLB pattern within the - 50 area so that there will be a greater possibility of success. You would ideally like to have 3 bumps on which to draw the htl. However, you must have at least 2 bumps and this is fine. Each bump at the same horizontal level can show that there is some type of supportresistance building up at that area. When broken through it can lead to a strong movement and a great trade. You will usually see a HTLB pattern in a choppy market. The HTLB trades can make for some of the very best trades during that choppy market. The HTLB trade can be both a trend and a counter-trend trade. New students of Woodies CCI should be taking this type of trade if it is a HTLB trade with the trend. Do not take this trade against the trend. However, keep your eye on it and learn as you progress. The exit signals are the same as in any other trade. Go review the section on how to enter and exit trades. The yellow lines show the CCI pattern. The single white lines show where the entry would be and the double white lines show where the exit would be. Note that the charts are 5 min charts. Woodie says that you can have a good HTLB pattern on the 3 min chart but that the HTLB pattern on the 5 min charts are even stronger in terms of probability for success.

Comments