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 (12) Thread Tools Display Modes
  #141 (permalink)  
Old 06-04-2006, 01:17 AM
iscuba11's Avatar
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 400
iscuba11 is on a distinguished road
Thumbs up Would you post your EA so we can forward test it?

Quote:
Originally Posted by don perry
THis EA i made produces $157,249.62 in two months from 5,000

90% modeling quality.

EA's need to be tested for optimization and to see if it is error proofed. Would you either post the EA or send it to me at: ddiebold@sbcglobal.net for additional forward testing. I would be happy to help beta test the EA.

Dave
<><
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #142 (permalink)  
Old 06-04-2006, 04:10 AM
Junior Member
 
Join Date: May 2006
Posts: 21
viktoriwan is on a distinguished road
Quote:
Originally Posted by don perry

i cancel and replace my stop loss and TP, tp increments by 10 once the price nears it, and the SL by 18.
well if you move your TP all the the time price near it... i guess is the same logic if you have open TP (no TP set to order) and use trailing stop instead .. correct ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #143 (permalink)  
Old 06-04-2006, 04:51 AM
harryhid's Avatar
Member
 
Join Date: Feb 2006
Location: Bandung,Indonesia
Posts: 86
harryhid is on a distinguished road
Quote:
Originally Posted by don perry
THis EA i made produces $157,249.62 in two months from 5,000

90% modeling quality.
If you don't have real account statement or forward test, please don't show the backtest only to show up cuz backtest still have many miss calculations to what that could happen in realtime. I had create an EA that have 90% quality with 200% profit balance gain in just 1 month and maximum drawdown 5-10%. At forwadtest the EA just total losser when ranging market coz the EA is the trend follower and many signal that don't executed cuz they don't have enough time to confirm when fast market. If you rely on 90% quality i'll tell you what it's mean 90% is.

Backtest will calculate every data on you time range testing. If all data is complete (no corrupt or missing data) no matter how long (tick or second) each price data hold up, the tester will claim it as a success execution. All good data will presented as quality calculations. Backtest is how to calculate our stategy but with no any interupt conditions matter. 90% is you data quality for calculate your strategy but not how good is your strategy.

In realtime, actually we need more than tick or even sometime we need more than 1 second to execute an order. Sometime we have a requote or ping failed so that its not a success execute signal. As we know we all have different internet conections speed and conditions.

So if you want to see your real EA peformance you must do forward test !

Regard.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #144 (permalink)  
Old 06-04-2006, 05:06 AM
don perry's Avatar
Member
 
Join Date: May 2006
Posts: 34
don perry is on a distinguished road
yes, both of us are correct in our own way.

the reason i leave the TP is becuz if a large price burst happens in 1 minute or two, then My TP would miss out on all that joy...so i leave it..

look at the EURUSD's Giant last leap this week...happend in less than 2 minute...and is over 60 pips...so my TP would enjoy that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #145 (permalink)  
Old 06-04-2006, 03:52 PM
don perry's Avatar
Member
 
Join Date: May 2006
Posts: 34
don perry is on a distinguished road
Quote:
Originally Posted by harryhid
If you don't have real account statement or forward test, please don't show the backtest only to show up cuz backtest still have many miss calculations to what that could happen in realtime. I had create an EA that have 90% quality with 200% profit balance gain in just 1 month and maximum drawdown 5-10%. At forwadtest the EA just total losser when ranging market coz the EA is the trend follower and many signal that don't executed cuz they don't have enough time to confirm when fast market. If you rely on 90% quality i'll tell you what it's mean 90% is.

Backtest will calculate every data on you time range testing. If all data is complete (no corrupt or missing data) no matter how long (tick or second) each price data hold up, the tester will claim it as a success execution. All good data will presented as quality calculations. Backtest is how to calculate our stategy but with no any interupt conditions matter. 90% is you data quality for calculate your strategy but not how good is your strategy.

In realtime, actually we need more than tick or even sometime we need more than 1 second to execute an order. Sometime we have a requote or ping failed so that its not a success execute signal. As we know we all have different internet conections speed and conditions.

So if you want to see your real EA peformance you must do forward test !

Regard.


i agree with you 100%.....that's why my backtests data back from 2004.

but the forward test is needed still....but who has the time to do this for me?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #146 (permalink)  
Old 06-04-2006, 05:15 PM
elihayun's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 350
elihayun is on a distinguished road
Quote:
Originally Posted by don perry
i agree with you 100%.....that's why my backtests data back from 2004.

but the forward test is needed still....but who has the time to do this for me?
you are funny....
To develope such a tight EA, you had the time, but to install it on a demo machine and let it run for a week or two you don't have the time? I think a lot of people will be happy to help you with that, including me

Good luck
Eli
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #147 (permalink)  
Old 06-04-2006, 05:31 PM
don perry's Avatar
Member
 
Join Date: May 2006
Posts: 34
don perry is on a distinguished road
Quote:
Originally Posted by harryhid
....At forwadtest the EA just total losser when ranging market coz the EA is the trend follower and many signal that don't executed cuz they don't have enough time to confirm when fast market. ......
i suggest a way u could fix your EA, becuz of the extreme and turbulent volatility your EA experienced, try to fix it using help from bollinger bands

SMA = iMA(NULL,PERIOD_M15,55,0,MODE_SMA,PRICE_WEIGHTED,0 );
double StdDev=iStdDev(NULL,0,20,MODE_EMA,0,PRICE_CLOSE,0) ;


BBUp = (SMA + Deviation*StdDev)/Point;
BBDn = (SMA - Deviation*StdDev)/Point;


int BBdif = MathAbs(BBUp-BBDn);


buyable=(RSI>58&&RSI<75 && BBdif <80 );
sellable=(RSI<42&&RSI>25&& BBdif <80);

this code is an Extract from My EA. the <80 serves as a too great volatility warning....it worked....just my 2cents

Now, back to our thread...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #148 (permalink)  
Old 06-05-2006, 04:18 AM
harryhid's Avatar
Member
 
Join Date: Feb 2006
Location: Bandung,Indonesia
Posts: 86
harryhid is on a distinguished road
Quote:
Originally Posted by don perry
i suggest a way u could fix your EA, becuz of the extreme and turbulent volatility your EA experienced, try to fix it using help from bollinger bands

SMA = iMA(NULL,PERIOD_M15,55,0,MODE_SMA,PRICE_WEIGHTED,0 );
double StdDev=iStdDev(NULL,0,20,MODE_EMA,0,PRICE_CLOSE,0) ;


BBUp = (SMA + Deviation*StdDev)/Point;
BBDn = (SMA - Deviation*StdDev)/Point;


int BBdif = MathAbs(BBUp-BBDn);


buyable=(RSI>58&&RSI<75 && BBdif <80 );
sellable=(RSI<42&&RSI>25&& BBdif <80);

this code is an Extract from My EA. the <80 serves as a too great volatility warning....it worked....just my 2cents

Now, back to our thread...
Thank's any way, but i'm already solve my problem by changing to longer timeframe so the indicator can hold up a little longer when signal zone although i have to adjust some minor setting. I'll tell you if i find a problem for the next.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #149 (permalink)  
Old 06-05-2006, 08:56 PM
Aaragorn's Avatar
Senior Member
 
Join Date: Jun 2006
Location: USA
Posts: 801
Aaragorn is on a distinguished road
yea me too


Quote:
Originally Posted by elihayun
you are funny....
To develope such a tight EA, you had the time, but to install it on a demo machine and let it run for a week or two you don't have the time? I think a lot of people will be happy to help you with that, including me

Good luck
Eli
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #150 (permalink)  
Old 06-05-2006, 08:59 PM
Aaragorn's Avatar
Senior Member
 
Join Date: Jun 2006
Location: USA
Posts: 801
Aaragorn is on a distinguished road
Quote:
Originally Posted by don perry
well, i guess it wouldn't hurt. But i was really planning on commercializing it.

here is my secret anyhow, i'm willing to give this much...until i get it sold then i can let it go in this forum in the Elite section.

i have two EMA, one period 40 , the other period 100 both on the m15 chart.

i got an RSI of period 37 that is tied to a 5 minute chart. it tells the trend for the m15 EMA's


buy and sell contions:

i buy if the EMA's difference = 0 [and the RSI is > 58 && < 78
i sell if the EMA's difference = 0 [and the RSI is < 42 && > 22

i cancel and replace my stop loss and TP, tp increments by 10 once the price nears it, and the SL by 18.



i am willing to release it open source once i forward tesed it. cuz u never know until it happens for real

what led you to use those time periods?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
account, best ea, best EA forex, best forex ea, carrygrid ea, ea forex, eas, EA_Rabbit 2, forex, forex ea, Hans123MV22, Hans123Trader, Intelipip, intelipip ea, live, MakeGrid_GbpUsd_Daily, new cross angry miserable ea, show us your best ea, the best ea forex, trendchaser, working

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/264-show-us-your-best-ea.html
Posted By For Type Date
Expert Advisor | Forex MetaTrader Expert Advisors | Over 20 of the Best EA's for MT4 This thread Refback 06-17-2008 11:53 AM
trendchaser.org View topic - I wonder if there will be some newcomers here? Post #662 Refback 06-07-2008 02:18 PM
Forex Internet Broker - Type Your Search Here This thread Refback 12-14-2007 12:44 PM
EAưץ - MetaTraderޤȤWiki This thread Refback 12-06-2007 03:41 PM
ckowyong.com - finding the best expert advisor misc::forum thread links This thread Refback 11-01-2007 03:58 PM
eNjJɂ‚Č낤part2 This thread Refback 10-30-2007 08:38 AM
Back Test dan Forward Test EA This thread Refback 10-06-2007 02:49 PM
Back Test dan Forward Test EA This thread Refback 10-05-2007 06:41 AM
Back Test dan Forward Test EA This thread Refback 09-30-2007 11:15 AM
Rozczarowanie dziaaniem EA This thread Refback 08-03-2007 12:43 PM
ASCTrend - 6 - This thread Refback 06-27-2007 12:28 AM
Rozczarowanie dziaaniem EA This thread Refback 06-23-2007 04:27 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Only show smallest variable Jagg Metatrader 4 5 04-03-2007 08:56 AM
EA doesnt show symbols soundchild Setup Questions 5 09-26-2006 11:37 AM
How do you show buy and sell arrows on an EA rbowles Metatrader 4 1 07-31-2006 12:04 AM
MT4 demos wont show history don perry Expert Advisors - Metatrader 4 2 07-26-2006 11:15 PM


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



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