Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4






Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 09-18-2006, 09:58 PM
Member
 
Join Date: Dec 2005
Posts: 36
rodrigokaus is on a distinguished road
Lightbulb CCI Expert Advisor

I need a CCI EA on terms of the picture.

For example: start in 0 line:
when CCI cross +200, open sell
when CCI cross -200, open buy
*couse CCI is POSITIVE, only permit open SELL
*couse CCI is NEGATIVE, only permit open BUY

Money management system based in the Balance, for example = 10% of margin

Principal Functions:
- Stop Loss
- Close position too, for example: couse the trade open is in +200 (SELL), stop when the CCI cross -200, and open a reverse position.
- Magic Number
- Take Profit
- Trailling Stop
- Hours to start and finish EA
- Option to configure the CCI period and level cross
- Money Management (true or false) couse true, especify the % of free margin
- Alert when open trades

Thank´s for all
Attached Images
File Type: gif cci ea.gif (20.0 KB, 1429 views)

Last edited by rodrigokaus; 09-18-2006 at 10:18 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 09-20-2006, 07:20 AM
xxDavidxSxx's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 745
xxDavidxSxx is on a distinguished road
Quote:
Originally Posted by rodrigokaus
I need a CCI EA on terms of the picture.

For example: start in 0 line:
when CCI cross +200, open sell
when CCI cross -200, open buy
*couse CCI is POSITIVE, only permit open SELL
*couse CCI is NEGATIVE, only permit open BUY

Money management system based in the Balance, for example = 10% of margin

Principal Functions:
- Stop Loss
- Close position too, for example: couse the trade open is in +200 (SELL), stop when the CCI cross -200, and open a reverse position.
- Magic Number
- Take Profit
- Trailling Stop
- Hours to start and finish EA
- Option to configure the CCI period and level cross
- Money Management (true or false) couse true, especify the % of free margin
- Alert when open trades

Thank´s for all

the way you waht it is dangerous as when cci is pos.(above 0) the market is moving up and visa-versa. When cci is above 200 or below -200 its trending hard. This would have to be used on 1 hr time and above. I make a living on buying above 0 and selling below 0 line. CCI is one of my main indacaters in my manual system. You can have it like this....when cci crosses back on the 200/-200 and targets 100/-100 then open order. But not on the initial cross above or below. And move s/l to b/e at 100 line because price can continue to trend well when above 100 or below -100.

Your chart is opening sell on the wrong side of the cross. Open on the cross back.

Just a suggestion.

here is the code for disable sell/buy but I don't have one for the entry as I am not a coder. This is taken from another EA I use. the 13 is CCI peroid. Change as needed. if price above 0 disable buy, if price is below 0 disable sell. I personaly don't use it set this way I have it opposite.

{
if (iCCI( NULL, 0, 13, PRICE_TYPICAL, 0) > 0)
DisableBuy = true;

if (iCCI( NULL, 0, 13, PRICE_TYPICAL, 0) < -0)
DisableSell = true;

return (0);
}
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 09-20-2006, 04:09 PM
Fast_cris's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 197
Fast_cris is on a distinguished road
Quote:
Originally Posted by rodrigokaus
I need a CCI EA on terms of the picture.

For example: start in 0 line:
when CCI cross +200, open sell
when CCI cross -200, open buy
*couse CCI is POSITIVE, only permit open SELL
*couse CCI is NEGATIVE, only permit open BUY

Money management system based in the Balance, for example = 10% of margin

Principal Functions:
- Stop Loss
- Close position too, for example: couse the trade open is in +200 (SELL), stop when the CCI cross -200, and open a reverse position.
- Magic Number
- Take Profit
- Trailling Stop
- Hours to start and finish EA
- Option to configure the CCI period and level cross
- Money Management (true or false) couse true, especify the % of free margin
- Alert when open trades

Thank´s for all

Hi,

Your ideia is very good and maybe will give some good results.. but i think in bigger time frames like 30 m and 1h..

The option of micro mini lots can be placed too..

Lets Wait that someone can build this simple EA...

Stay well
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 09-20-2006, 04:20 PM
Senior Member
 
Join Date: Mar 2006
Posts: 789
Maji is on a distinguished road
I wrote the EA and sent it to Rodrig for testing. However, I did not see it being profitable, but I think he knows the right settings.
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 09-20-2006, 05:08 PM
Fast_cris's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 197
Fast_cris is on a distinguished road
Thanks Maji

Hi rodrigokaus,


Can you share the EA whit us.. if not i understand...

Stay well
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 09-21-2006, 05:42 PM
xxDavidxSxx's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 745
xxDavidxSxx is on a distinguished road
why not post it here. I trade all day for a living and have more hours than any body to test ea's.

I have gone on a mission to find what works. I can test ea's 24/7

reason being is I want to get out from infront of the pc so I can enjoy life w/o feer of missing the big move...seems when I do get out I miss the best trades.
So I have no life but trading.

Dave
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 09-21-2006, 08:54 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,211
et_phonehome_2 is on a distinguished road
Quote:
Originally Posted by xxDavidxSxx
the way you waht it is dangerous as when cci is pos.(above 0) the market is moving up and visa-versa. When cci is above 200 or below -200 its trending hard. This would have to be used on 1 hr time and above. I make a living on buying above 0 and selling below 0 line. CCI is one of my main indacaters in my manual system. You can have it like this....when cci crosses back on the 200/-200 and targets 100/-100 then open order. But not on the initial cross above or below. And move s/l to b/e at 100 line because price can continue to trend well when above 100 or below -100.

Your chart is opening sell on the wrong side of the cross. Open on the cross back.

Just a suggestion.

here is the code for disable sell/buy but I don't have one for the entry as I am not a coder. This is taken from another EA I use. the 13 is CCI peroid. Change as needed. if price above 0 disable buy, if price is below 0 disable sell. I personaly don't use it set this way I have it opposite.

{
if (iCCI( NULL, 0, 13, PRICE_TYPICAL, 0) > 0)
DisableBuy = true;

if (iCCI( NULL, 0, 13, PRICE_TYPICAL, 0) < -0)
DisableSell = true;

return (0);
}

I am interested in how you use CCI, do you use DoubleCCI, and do you also use Woodies TLB and all of that stuff to trade? I would be most interested in how you use CCI to trade, may I PM you?
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
  #8 (permalink)  
Old 09-21-2006, 11:22 PM
xxDavidxSxx's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 745
xxDavidxSxx is on a distinguished road
Quote:
Originally Posted by et_phonehome_2
I am interested in how you use CCI, do you use DoubleCCI, and do you also use Woodies TLB and all of that stuff to trade? I would be most interested in how you use CCI to trade, may I PM you?

PM me with your e-mail address.
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
  #9 (permalink)  
Old 09-22-2006, 05:26 AM
Senior Member
 
Join Date: Mar 2006
Posts: 789
Maji is on a distinguished road
David,

Would you like to run a test on the EA that I mentioned on this thread?

Trading Hi Low Breakouts

You and/or anyone interested please PM me and let me know.
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
  #10 (permalink)  
Old 09-22-2006, 10:54 AM
Fast_cris's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 197
Fast_cris is on a distinguished road
Hi Maji,

I like the ideia of CCI expert... if you can put the expert in this forum for test will be very nice...

Thanks
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 EA, cci expert advisor, woodies cci, expert advisor cci

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
expert advisor ? swirly Expert Advisors - Metatrader 4 4 09-22-2009 03:34 PM
RSI Expert Advisor TF2K Suggestions for Trading Systems 5 03-21-2009 05:24 PM
50-34 Expert advisor geisebhum Suggestions for Trading Systems 4 12-20-2006 06:45 PM
What Expert Advisor are they using? fikko Expert Advisors - Metatrader 4 4 07-01-2006 09:47 AM


All times are GMT. The time now is 10:31 AM.



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