Guest james_phuc28 Posted October 27, 2010 Report Share Posted October 27, 2010 Hi everybody, I have a potential scalping EA that trades Eurchf with good profit. I would like to request any Genius to make this EA to work on both 4-digit and 5-digit brokers as well as ECN Brokers. Here is the link to download this EA: http://www.multiupload.com/M6MJWFXGO6 Here is zip file: http://www.multiupload.com/2L8NCKB11Y If possible, please do backtesting for last 2 years to see how it performed in the past up to now. Thanks a lot James Quote Link to comment Share on other sites More sharing options...
stovedude Posted October 27, 2010 Report Share Posted October 27, 2010 Here is the EA for 4/5 digit, ECN. Haven't tested it. It was built from the MACD Sample, but doesn't use indicators anymore. Before, it couldn't handle JPY pairs, but should now. http://www.4shared.com/file/iSQ09itj/Premiums_SMERCH1.html Quote Link to comment Share on other sites More sharing options...
Guest james_phuc28 Posted October 27, 2010 Report Share Posted October 27, 2010 Hi Stovedude, This EA is used on Eurchf and Chfjpy (better on Eurchf). Hope that you or some other people who are experienced in backtesting and optimization process can try to do backtesting of this ea for last 2 years to see its' performance. And also do an optimization as well. My friend told me that this EA really has good potential. Thanks and regards, James Quote Link to comment Share on other sites More sharing options...
halcyonn Posted October 27, 2010 Report Share Posted October 27, 2010 Stovedude and James,i have run an optimisation and results look good but when the th optimised settings are run on a backtest the backtest does not complete and if in optimisation there were 60 trades in backtest the results would stop pouring out after 3rd trade. in short,there is still some bug in it.If anyone can make the code clean we might have a good ea! Quote Link to comment Share on other sites More sharing options...
stovedude Posted October 28, 2010 Report Share Posted October 28, 2010 (edited) I just found the problem, I goofed on one little thing. Here is the corrected version. I noticed a strange thing about this EA. The lot calculation is based on lost trades (similar to martingale), but instead of increasing the lot size, it decreases by 1/3 (DecreaseFactor = 3). Therefore, if you have 3 losing trades in a row, it will decrease the lot size by 1/3+1/3+1/3=3/3 (100%). It will then try to send a lot size of 0 after 3 losing trades, which generates a 4051 error continuously. So, by the time the EA loses 3 trades, it will stop. Strange EA. Now we can optimize it again. http://www.4shared.com/file/6OFHBO9a/Premiums_SMERCH1.html Edited October 28, 2010 by stovedude t2g and isssac 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.