Forex
Google
New signals service!

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
 
LinkBack (19) Thread Tools Display Modes
  19 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 05-26-2006, 12:08 AM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 343
sadaloma is on a distinguished road
Elliot Wave EA

Hi,

I have been testing this Elliot wave EA for the last 2 days. The results are good especially for the market conditions this past 48 hours.

I have asked the permission of the author to post it here, the original thread can be found here:

http://www.strategybuilderfx.com/for...ad.php?t=16537

There has been some modifications of the original EA. I will be renaming the EAs with V1;V2;V3 (version1 version2 etc) denomination with the explantions of the changes that has been done.

There are few other changes that could be made to make this EA better and I would like to ask the help of the skill programmers here to impliment them if interested.

For people who are not subscribed to the strategybuilderfx forum, here is some main snippets of the author.

"Hello everyone,

I have recently programmed an expert based on the elliot wave osscilator with juice. I will submit it, explain the strategy behind it, and hope that enough contributions from expert traders, and expert programmers can assist in fine tuning it.

The strategy is as follows:

1. Put up the 30 Minute EURUSD chart.
2. Insert Elliott Wave Oscillator.mq4. (it goes under .../experts/indicator).
3. Insert the Juice.mq4. (it goes under .../experts/indicators).
4 Insert the expert elliot EA V1.mq4. (it goes under .../experts).

5. For BUY: enter when the elliot wave value turns +ve from -ve with juice>0.0004. TP=100, SL=20, TS=20.

6. For SELL: enter when the elliot wave value turns -ve from +ve with juice>0.0004. TP=100, SL=20, TS=20.

Please note that the following Questions may help in tuning:

1. What is the optimum values for TP, SL, TS.
2. Should we wait for the price to rise or fall by a certain value after the signal has been given to confirm the trend.
3. Is the momentum oscillator better than Juice.
4. Is the expert entering at the optimum position.
5. CAN SOMEONE REVIEW HISTORY TO GIVE SOME FEEDBACK."


Attached bellow is the original EA "elliot_EA_v1.mq4", indicators and forward test results posted by the author. The forward test were conducted on H1 and M30 charts.

In the second post I will be making, I will include the other versions that were modified and my forward test on multiple pairs.

Sada
Attached Files
File Type: rar Elliot wave EA and indicators.rar (3.3 KB, 1419 views)
File Type: pdf results 1 week H1.pdf (17.5 KB, 879 views)
File Type: pdf results 1 week M30.pdf (17.1 KB, 562 views)
File Type: pdf results 1 week M30 part2.pdf (17.5 KB, 465 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-26-2006, 12:37 AM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 343
sadaloma is on a distinguished road
Elliot EA V2.mq4:
- external variable for Juice value setting added
- external variable for Magic number added

The default juice value is 0.0004 and this value is for the eur/usd. As some know, each pair has it's own optimum threshold juice value. Especially the JPYs pairs. With this modification , we have the possibilty to choose.
I am not sure if it was coded correctly, maybe someone could take a look at it?

Elliot EA V3.mq4:
- Lotlimit added

Here is the explanation of Pete7 that modified it:

"I have added a 'LotLimit' value to this EA. AymenSaket use it with 1000. It means that you should have 1000*lot_value in your account (10.000 for 1 lot). If you have $500 in your account, and want to trade with this ea with 0.1 lot the LotLimit should be 5000 or less (500:0.1=5000)."


I haven't tested either modified EA. I am waiting for further options to be added first before going ahead and dedicating mulitple platforms for forward test.

I have 2 suggestion to add to the EA:

1. Right now, I am testing the EA on H1 charts. The problem is sometimes the EA makes several trades on the same signal/candle (after a take profit or when a stop loss get hit). Is it possible to limit the EA to 1 trade per Signal/Candle? (or give the user the possibilty to choose a True or False option)

Please look at the attached picture (multiple trades.jpg) to get a better understanding of what I mean , there were several SELL Gbp/USD trades made at the 16:00 candle. All of them were winners except the last one. I understand that it can be profitable for the EA to do that but more often then not, there is a high probability that it will loose.

I am also attaching a comparaison statement report if the EA follows the 1 trade per signal per candle startegy.

1 trade per signal per candle= 218 pips profit
Multiple trade per signal per candle= 160 pips profit

2. The second suggestion: It would be nifty if the EA reverse the trade when the signal reverse. (the possibility to choose would be nice...for example, reverse signal= T or F)
On the second picture attached (reverse trade.jpg), eur/chf had a SELL signal at 2 AM. At 12:00 there was an opposite BUY signal but the trade didn't close and reverse itself.

Thank you in advance to whomever decides to help out.

Sada
Attached Images
File Type: jpg multiple trades.jpg (118.4 KB, 2490 views)
File Type: jpg reverse trade.jpg (172.2 KB, 2365 views)
Attached Files
File Type: mq4 elliot EA V2.mq4 (6.7 KB, 484 views)
File Type: mq4 elliot EA V3.mq4 (6.7 KB, 673 views)
File Type: rar Forward test H1.rar (3.5 KB, 489 views)

Last edited by sadaloma; 05-26-2006 at 12:43 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-26-2006, 09:00 AM
elihayun's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 351
elihayun is on a distinguished road
Elliote wave occilator is just Bill williams AO. It is build very similar to MACD(5,34,5), Why not use it instead?
Attached Images
File Type: jpg elliote.JPG (78.1 KB, 2432 views)

Last edited by elihayun; 05-26-2006 at 10:31 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-26-2006, 12:03 PM
pete7's Avatar
Member
 
Join Date: Jan 2006
Posts: 92
pete7 is on a distinguished road
Quote:
Originally Posted by sadaloma
Elliot EA V2.mq4:
- external variable for Juice value setting added
- external variable for Magic number added

The default juice value is 0.0004 and this value is for the eur/usd. As some know, each pair has it's own optimum threshold juice value. Especially the JPYs pairs. With this modification , we have the possibilty to choose.
I am not sure if it was coded correctly, maybe someone could take a look at it?

Elliot EA V3.mq4:
- Lotlimit added

Here is the explanation of Pete7 that modified it:

"I have added a 'LotLimit' value to this EA. AymenSaket use it with 1000. It means that you should have 1000*lot_value in your account (10.000 for 1 lot). If you have $500 in your account, and want to trade with this ea with 0.1 lot the LotLimit should be 5000 or less (500:0.1=5000)."


I haven't tested either modified EA. I am waiting for further options to be added first before going ahead and dedicating mulitple platforms for forward test.

I have 2 suggestion to add to the EA:

1. Right now, I am testing the EA on H1 charts. The problem is sometimes the EA makes several trades on the same signal/candle (after a take profit or when a stop loss get hit). Is it possible to limit the EA to 1 trade per Signal/Candle? (or give the user the possibilty to choose a True or False option)

Please look at the attached picture (multiple trades.jpg) to get a better understanding of what I mean , there were several SELL Gbp/USD trades made at the 16:00 candle. All of them were winners except the last one. I understand that it can be profitable for the EA to do that but more often then not, there is a high probability that it will loose.

I am also attaching a comparaison statement report if the EA follows the 1 trade per signal per candle startegy.

1 trade per signal per candle= 218 pips profit
Multiple trade per signal per candle= 160 pips profit

2. The second suggestion: It would be nifty if the EA reverse the trade when the signal reverse. (the possibility to choose would be nice...for example, reverse signal= T or F)
On the second picture attached (reverse trade.jpg), eur/chf had a SELL signal at 2 AM. At 12:00 there was an opposite BUY signal but the trade didn't close and reverse itself.

Thank you in advance to whomever decides to help out.

Sada

I can try to make soe mods but only when will find some free time because i have summer job right now.
P7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-26-2006, 02:06 PM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 343
sadaloma is on a distinguished road
Thanks Pete,

This weekend I will try to find out what are the best Juice settings for each pair.


sada
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-02-2006, 10:18 PM
pikachucom's Avatar
Senior Member
 
Join Date: Mar 2006
Posts: 225
pikachucom is on a distinguished road
Quote:
Originally Posted by sadaloma
Thanks Pete,

This weekend I will try to find out what are the best Juice settings for each pair.


sada

Thanks SADA for this. I hope we can get good results from this. There is a member who uses Elliot Wave to trade and is making a killing on the GBPUSD!!

CODERS where are you to help to mod this EA !!!!!!!!!!

thanks

Last edited by pikachucom; 06-03-2006 at 12:36 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-27-2008, 02:52 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,159
matrixebiz is on a distinguished road
Quote:
Originally Posted by elihayun View Post
Elliote wave occilator is just Bill williams AO. It is build very similar to MACD(5,34,5), Why not use it instead?
Can you post the AO indicator please
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-27-2008, 02:56 PM
sivach's Avatar
Senior Member
 
Join Date: Jun 2006
Posts: 108
sivach is on a distinguished road
Hi, I think AO indicator is the Accelerator Oscillator indicator which included in your standard metatrader platform.


Quote:
Originally Posted by matrixebiz View Post
Can you post the AO indicator please
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-27-2008, 04:40 PM
Junior Member
 
Join Date: Feb 2008
Location: Los Angeles, California
Posts: 17
moqual is on a distinguished road
Here's a color changing Elliott wave oscillator

Solar Wind Clean is similar and will get you in/out earlier it seems.
Attached Files
File Type: mq4 Elliott_Wave_Oscillator.mq4 (2.6 KB, 237 views)
File Type: mq4 Solar Wind clean.mq4 (1.6 KB, 253 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-27-2008, 04:50 PM
sivach's Avatar
Senior Member
 
Join Date: Jun 2006
Posts: 108
sivach is on a distinguished road
Hi, does Solar Wind Clean repaints?

Quote:
Originally Posted by moqual View Post
Here's a color changing Elliott wave oscillator

Solar Wind Clean is similar and will get you in/out earlier it seems.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
elliot wave mq4, elliot wave, elliot wave ea

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/expert-advisors-metatrader-4/2263-elliot-wave-ea.html
Posted By For Type Date
EA Aliot This thread Refback 07-04-2008 08:01 PM
EA Aliot This thread Refback 07-02-2008 07:23 AM
EA Aliot This thread Refback 06-30-2008 09:17 PM
EA Aliot This thread Refback 06-26-2008 09:28 AM
EA Aliot This thread Refback 06-25-2008 11:04 AM
EA Aliot This thread Refback 06-19-2008 09:57 PM
EA Aliot This thread Refback 06-19-2008 02:53 PM
EA Aliot This thread Refback 06-17-2008 09:53 PM
EA Aliot This thread Refback 06-16-2008 01:54 PM
EA Aliot This thread Refback 06-09-2008 10:38 PM
EA Aliot This thread Refback 06-09-2008 05:59 PM
EA Aliot This thread Refback 06-09-2008 04:12 PM
EA Aliot This thread Refback 06-09-2008 03:41 PM
EA Aliot This thread Refback 06-09-2008 03:25 PM
EA Aliot This thread Refback 06-09-2008 01:53 PM
EA Aliot This thread Refback 06-09-2008 01:20 PM
EA Aliot This thread Refback 06-09-2008 12:58 PM
EA Aliot This thread Refback 06-09-2008 12:53 PM
EA Aliot This thread Refback 06-09-2008 12:03 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
elliot wave indicator spankyboxy Indicators - Metatrader 4 1 12-16-2006 03:45 PM
Elliot Wave.......... babarmughal General Discussion 2 10-23-2006 06:17 PM
Elliot Wave Indicator.... babarmughal Indicators - Metatrader 4 11 10-23-2006 12:21 AM
elliot wave indicators ajk Indicators - Metatrader 4 2 07-31-2006 10:51 PM
Elliot Wave Oscillator with MA kohzadi Metatrader 4 8 04-19-2006 06:08 PM


All times are GMT. The time now is 01:28 AM.



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