Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 06-28-2006, 02:32 PM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 844
increase is on a distinguished road
Interesting cci

I found this on a site

Was in russian, so some bit of translation

rebound from the zero line" (ZLR)"is the strong rebound OF THE CCI from zero line (ZL) or from the level,// being been located is close to it. With this CCI can jump aside from// the values in the limits from +100 to -100 both for the long,// and for the short positions. Some traders love to narrow// range to + -50, considering that it can ensure the best// rebound. Position is opened on the first bar, which is slanted// or jumps aside from the zero line// market psychology in the use of pattern ZLR by the system// Woodies OF THE CCI lies in the fact that this pattern makes possible for traders// to buy with the drop and to sell on the rise. None of// the indicators, utilized with the trade, can this make,// except CCI.// for the larger effectiveness in order to strengthen signal to the entrance,// you can combine the use of pattern ZLR with the pattern// the "breakdown of the line of trend (TLB)". With use ZLR together// with TLB for the discovery of position you await the intersection with the curve OF THE CCI// pattern TLB. trade with the use of a pattern// ZLR - trade on the trend. Actually this method of trade// can be the sole commercial pattern of system Woodies OF THE CCI,// which is used by a trader, giving in this case excellent// profit// ---- delta=20; //the filter of beating (|SS.I[Y]-SS.I[2]| delta) level=80; //the module of the boundary of paterna ZlrBuffer[.shift]=.EMPTY_.VALUE; //---- ZLR in the descending trend if (DN = 6 && slowccccI[0 ] delta) {ZlrBuffer[.shift]=.High[.shift]+.upnt*.Point; upnt=.upnt+5; }// ZLR in the ascending trend if (up = 6 && slowccccI[0 ] slowccccI[1 ] && slowccccI[2 ] slowccccI[1 ] && MathAbs(.slowccccI[0 ]) delta) {ZlrBuffer[.shift]=.Low[.shift]-.dpnt*.Point; dpnt=.dpnt+5; } / //pattern № 2 - To shamu (shamu trade)// of -----------------------------------------------------------// pattern "shamu (shamu trade)" is formed, when THE CCI intersects// zero line (ZL), then it is turned back and again// intersects zero line (ZL) in the opposite direction,// then again is turned and intersects zero line,// continuing motion in the initial direction// this - the form of zigzag pattern around ZL.// it does not compulsorily appear directly on the zero line,// but the best patterns To shamu are formed with the appearance of zigzag// THE CCI in the limits of values + -50.// commercial pattern To shamu - this is the unsuccessful pattern ZLR.// Initially this was pattern ZLR. but ZLR it unrolled in// opposite direction and it were not formed, so that we// must leave. This is why you do not await turn in the hope for that,// that trade will return to the necessary river bed. If in all these commercial// cases you originally open position on pattern ZLR,// first it depends on you, and if you in time did not leave, then can sustain// potentially large losses// trade with the use of a pattern To shamu - in the essence is// protivotrendovoy, and was developed as the method of trade according to the principle// stop-Andes- reverse (SAR) to that being unsuccessful ZLR. novices, only// begun to study system Woodies OF THE CCI, must not use// this method of trade. However, you will focus on it attention and// study in proportion to advance in the mastery of system.

1. Zero-line Reject (ZLR) -- trend
2. Shamu Trade -- counter
3. Trend Line Break (TLB/HTLB) -- both
4. Vegas Trade (VT) -- counter
5. Ghost Trade -- counter
6. Reverse Divergence -- trend
7. Hook from Extremes (HFE) -- counter
8. Exit signals
Attached Files
File Type: mq4 trender.mq4 (29.8 KB, 368 views)

Last edited by increase; 06-28-2006 at 02:52 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 06-28-2006, 02:58 PM
ValeoFX's Avatar
Senior Member
 
Join Date: Jan 2006
Location: Johannesburg, South Africa
Posts: 1,370
ValeoFX is on a distinguished road
Quote:
Originally Posted by increase
I found this on a site

Was in russian, so some bit of translation

rebound from the zero line" (ZLR)"is the strong rebound OF THE CCI from zero line (ZL) or from the level,// being been located is close to it. With this CCI can jump aside from// the values in the limits from +100 to -100 both for the long,// and for the short positions. Some traders love to narrow// range to + -50, considering that it can ensure the best// rebound. Position is opened on the first bar, which is slanted// or jumps aside from the zero line// market psychology in the use of pattern ZLR by the system// Woodies OF THE CCI lies in the fact that this pattern makes possible for traders// to buy with the drop and to sell on the rise. None of// the indicators, utilized with the trade, can this make,// except CCI.// for the larger effectiveness in order to strengthen signal to the entrance,// you can combine the use of pattern ZLR with the pattern// the "breakdown of the line of trend (TLB)". With use ZLR together// with TLB for the discovery of position you await the intersection with the curve OF THE CCI// pattern TLB. trade with the use of a pattern// ZLR - trade on the trend. Actually this method of trade// can be the sole commercial pattern of system Woodies OF THE CCI,// which is used by a trader, giving in this case excellent// profit// ---- delta=20; //the filter of beating (|SS.I[Y]-SS.I[2]| delta) level=80; //the module of the boundary of paterna ZlrBuffer[.shift]=.EMPTY_.VALUE; //---- ZLR in the descending trend if (DN = 6 && slowccccI[0 ] delta) {ZlrBuffer[.shift]=.High[.shift]+.upnt*.Point; upnt=.upnt+5; }// ZLR in the ascending trend if (up = 6 && slowccccI[0 ] slowccccI[1 ] && slowccccI[2 ] slowccccI[1 ] && MathAbs(.slowccccI[0 ]) delta) {ZlrBuffer[.shift]=.Low[.shift]-.dpnt*.Point; dpnt=.dpnt+5; } / //pattern № 2 - To shamu (shamu trade)// of -----------------------------------------------------------// pattern "shamu (shamu trade)" is formed, when THE CCI intersects// zero line (ZL), then it is turned back and again// intersects zero line (ZL) in the opposite direction,// then again is turned and intersects zero line,// continuing motion in the initial direction// this - the form of zigzag pattern around ZL.// it does not compulsorily appear directly on the zero line,// but the best patterns To shamu are formed with the appearance of zigzag// THE CCI in the limits of values + -50.// commercial pattern To shamu - this is the unsuccessful pattern ZLR.// Initially this was pattern ZLR. but ZLR it unrolled in// opposite direction and it were not formed, so that we// must leave. This is why you do not await turn in the hope for that,// that trade will return to the necessary river bed. If in all these commercial// cases you originally open position on pattern ZLR,// first it depends on you, and if you in time did not leave, then can sustain// potentially large losses// trade with the use of a pattern To shamu - in the essence is// protivotrendovoy, and was developed as the method of trade according to the principle// stop-Andes- reverse (SAR) to that being unsuccessful ZLR. novices, only// begun to study system Woodies OF THE CCI, must not use// this method of trade. However, you will focus on it attention and// study in proportion to advance in the mastery of system.

1. Zero-line Reject (ZLR) -- trend
2. Shamu Trade -- counter
3. Trend Line Break (TLB/HTLB) -- both
4. Vegas Trade (VT) -- counter
5. Ghost Trade -- counter
6. Reverse Divergence -- trend
7. Hook from Extremes (HFE) -- counter
8. Exit signals
Is this not the same Double_Woodies_CCI we are using?
__________________
"Risk comes from not knowing what you are doing" The Tao of Warren Buffett.

"Avoiding mistakes, makes people STUPID and having to be RIGHT, makes you OBSOLETE." Robert Kiyosaki.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 06-28-2006, 03:07 PM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 844
increase is on a distinguished road
Is this not the same Double_Woodies_CCI we are using?

Doesn't seem to be anything like it gives signals according to the 1-8 info on the main chart
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 06-28-2006, 04:05 PM
ValeoFX's Avatar
Senior Member
 
Join Date: Jan 2006
Location: Johannesburg, South Africa
Posts: 1,370
ValeoFX is on a distinguished road
Quote:
Originally Posted by increase
Is this not the same Double_Woodies_CCI we are using?

Doesn't seem to be anything like it gives signals according to the 1-8 info on the main chart
It is the same one, but it is also available as the WCCI_Pattern_Recognition.

It is a good tool to help you understand the CCI if you are using it for the first time and trying to learn Woodie's terminology. (I should have been more explicit in my first reply, sorry.)
__________________
"Risk comes from not knowing what you are doing" The Tao of Warren Buffett.

"Avoiding mistakes, makes people STUPID and having to be RIGHT, makes you OBSOLETE." Robert Kiyosaki.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 06-28-2006, 05:42 PM
Junior Member
 
Join Date: Apr 2006
Posts: 6
lee_yakoka is on a distinguished road
q

Question: what do these numbers in the indicator mean. What signals every number from 1 to 7?How to interpret them ?
10x beforehand!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 06-29-2006, 01:28 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 844
increase is on a distinguished road
Quote:
Originally Posted by lee_yakoka
Question: what do these numbers in the indicator mean. What signals every number from 1 to 7?How to interpret them ?
10x beforehand!
This might help
http://www.trading-naked.com/woodie8_patterns.htm#ZLR
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #7 (permalink)  
Old 06-29-2006, 01:36 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 844
increase is on a distinguished road
Quote:
Originally Posted by ValeoFX
It is the same one, but it is also available as the WCCI_Pattern_Recognition.

It is a good tool to help you understand the CCI if you are using it for the first time and trying to learn Woodie's terminology. (I should have been more explicit in my first reply, sorry.)
Thanks ValeoFX you are right
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
cci zlr


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Something interesting please post here newdigital Indicators - Metatrader 4 1620 11-19-2009 08:23 PM
Nrtr newdigital Indicators - Metatrader 3 18 06-23-2009 03:24 PM
Interesting ???? cja General Discussion 18 05-27-2007 12:12 AM


All times are GMT. The time now is 12:33 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.