|
|||||||
| 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 |
|
![]() |
|
|
LinkBack (3) | Thread Tools | Display Modes |
|
|||
|
Saddle & Trail testing
I have been testing this along with my best student from the advanced Forex Trading class I teach. We are using v3.30 since v3.31 didn't work when we first tried to bring it up. Could someone send me the latest version as of right now so we can switch our trading testing to it. We trade from six to twelve currencies simultaneouslhy to maximize the ability of the EA to find positins to take.
So far we have gotten real good results, compared to the many EAs we have tested which were really bad. For example I start a new demo account with each new test, and my original $5,000 is now up to $6,661.96 after two nights (& days) of running. But there is an awful lot we don't know about it. We are using essentially the defaults on the INPUT screen, except we trade only mini's as I teach my students to test only exactly as they would trade live, and nobody I know is rich enough to trade standard lots. Someone on this forum said they had worked out the INPUT parms -- could we have them please? And of course the latest code. Incidentally the original note with this EA attached will no longer open, as it's monthly bandwidth quota has been exceeded. Glad we got it before that happened. Charles Wilkes, cfw123@gmail.com San Jose, Calif. |
|
|||
|
Hey all,
The settings I use for GBP/USD is the default that I put in, so you do not need any .set file(s) I am currently optimizing this EA for GBP/JPY and EUR/JPY since these pairs will bring in MUCH MORE Pips than GBP/USD. I will post the new EA with optimized default settings for the two pairs above as soon as I am finished testing profitable settings. I will promise I will post today. Below is a screen shot of today's GBP/USD Trade. (TS locked in 9 Pips and closed out) - 18 Year Old Forex Trader |
|
|||
|
Dear Friends,
Ok, here is the Final EA for the EUR/JPY currency pair. The default settings are to be kept the same because those are the best settings to use for this currency pair. It does not requre a .set settings file or anything like that. Just open a EUR/JPY chart on ANY time frame, and put this EA on that chart. Then select how many lots you want to use, and thats it your done. If you would like to use this EA on various currency pairs and test it out like our friend Charles Wilkes, then go for it keeping in mind that this is specialized for only EURJPY. BTW: I renamed this EA, "The Best" because it is the best... Simple! - 18 Year Old Forex Trader |
|
|||
|
Quote:
|
|
|||
|
Hi,
I am really glad to see people trying to learn MT4 programing and at the same time willing to improve existing EAs for the benefit of the traders. But as the initial coder of this EA, i would like to see the credits to the initial and all coders adding their own routines, remaining in the source code of any EA taken as a base for further development and not simply copyrighting the code to one's own name. This is only a small contribution and acknowledgment for their work. It is an etiquette amongst coders and i think new coders should apply it. But as i said, i am glad to see the will to take this (and any) EA to next levels and i hope every trader using it will be able to make money out of this tool. The version i am using currently, primarily for news trading but also as a straddle EA, has gone a very long way ahead since this version and although i have decided to not release the source code, i could suggest a few twists and enhancements, as well as assisting for any issues you may have if you think I could be of any help. Yannis |
|
|||
|
Quote:
|
|
|||
|
From a quick look, there's a serious issue with the way EOD time is defined.
Following lines are wrong: EODMinute=StrToInteger(StringSubstr(EOD,0,2)); EODMinute=StrToInteger(StringSubstr(EODHour,2,2)); They should read: EODHour =StrToInteger(StringSubstr(EOD,0,2)); EODMinute=StrToInteger(StringSubstr(EOD,2,2)); - EODHour is defined as an integer for hosting the 'hour' portion so it cannot be used as a string StringSubstr(EODHour,2,2) in which we have to search for the hour portion. - The Minutes and Hour were swapped from the search string (minutes are at the 2nd part of the string (2,2) whereas hour is at the first part (0,2) There is also another mistake in The Best where the defaults settings use a 13 pip lock on a 3 pip B/E. (Move.To.BreakEven.Lock.pips and Move.To.BreakEven.at.pips parameters). Assuming we have a long entry at let say 1.9050, it won't be possible to lock 13 pips (meaning SL should move at 1.9063) when our trade reaches +3 (at 1.9053) Yannis Last edited by Yannis : 02-28-2008 at 08:19 AM. |
|
|||
|
Hi Forexdude123 and Azmel,
Thank you for share your EA. I want you ask about the ERROR Message when I'm running this EA. Pls look at this chart. My seeting using default from first EA ( Straddle&Trail v3.31. ). Please HELP me to make correct this EA. Thank you so MUCH for your KINDNESS. Best regards, Paulinge |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/news-signal-trading/12524-ultimate-expert-advisor-gbp-usd.html
|
|||
| Posted By | For | Type | Date |
| Re: [MT_E and I] Straddle & Trail EA result - ForexForums.org | This thread | Refback | 07-04-2008 07:49 AM |
| Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo | This thread | Refback | 02-27-2008 06:37 PM |
| Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo | This thread | Refback | 02-26-2008 01:14 PM |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make an expert advisor run other expert advisors in MQL4 | activetc | Metatrader 4 | 0 | 08-30-2007 04:29 AM |
| Need Help w/Expert Advisor | cochran1 | Expert Advisors - Metatrader 4 | 14 | 08-01-2007 03:55 PM |
| help with my expert advisor | daniel.tiru | Expert Advisors - Metatrader 4 | 4 | 07-24-2007 04:23 PM |
| expert advisor ? | swirly | Expert Advisors - Metatrader 4 | 3 | 08-30-2006 07:04 AM |
| What Expert Advisor are they using? | fikko | Expert Advisors - Metatrader 4 | 4 | 07-01-2006 08:47 AM |