Need an EA for GBP/USD strategy...
|
|||
|
I just recently was told about a strategy that has a 90% success rate and I'd like to see if someone could code an EA for it.
Here are the rules... 1) This only works on the GBP/USD & only on the 15 minute charts. 2) Take the High & Low of these 3 candles - 08:15, 08:30, 08:45 (EST-NY time) 3) Buy when the price reaches 1 pip above the High 4) Sell when the price reaches 1 pip below the Low 5) Initial trailing stop of 15 6) When the price reaches 15 pips profit, change trailing stop to 5 If anyone can do this that would be fantastic! Thanks a million! |
![]() |
|
|||
|
http://www.fxfisherman.com/forums/tr...t-scalper.html
works on whatever chart you want although 15m is riskyif you could use it on a 1h chart it would be a good one |
|
|||
|
Quote:
Last edited by anamy : 02-10-2007 at 03:17 AM. |
Here's the EA, tell me what you think
|
|||
|
I can see that there is a lot of interest in having this done, so I decided to do it. This is the description for the observationHour value that is in the EA.
// This value is the hour that the EA will look to for the highs and lows. // This will have to be changed due to differing time zones. // The times that the EA will be provided with are the time zone of your broker, // not YOUR time zone where you live. // Pending orders will be placed on the first or second minute of the hour after // observation hour. // It's default setting of 13 is in accordance with the strategy for time // zone GMT; pending orders will be placed at 14:00 or 14:01. // Example: If your broker is in EST time zone, the value would be 8. I've run a couple of backtests and it seems to place all the trades according to sytem correctly. If anyone notices any bugs, please post and tell me about it. Last edited by anamy : 03-09-2007 at 08:47 PM. Reason: Added to the explanation for Observation Hour setting |
|
|||
|
Quote:
First thank you for building this EA. I have a couple questions. Will it check the whole hour on a 5 minute chart since that is the chart I am seeing most profitable? And instead of 1 pip above the High and Low being put in where can I change it to say 5 pips to filter out the whipsaws? |
|
|||
|
I can add whatever features you think will make it better, but I'm not quite sure what you're asking there. What the EA does it is will check for the highest high and the lowest low (of the past 3 bars) for the 15 minute chart, regardless of what the timeframe the EA is currently attached to. So if it is on a 5 Minute or a daily chart, it'll still be checking internally using the 15 minute bars, as per the strategy.
|
|
|||
|
Quote:
Would I just change the section like I have below?: (Just a crack at it because I would like to learn more about building EAs) double highestHigh=0, lowestLow=1000; int index=1; // Determine the entry values for the upcoming set of orders while (index != 4) { if (iHigh(NULL, 5, index)>highestHigh) highestHigh=iHigh(NULL, 5, index); if (iLow(NULL, 5, index)<lowestLow) lowestLow=iLow(NULL, 5, index); index++; } |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fisher Transform | Dick | Trading Systems | 79 | 06-27-2008 10:57 PM |
| Tradestation 2000i Strategy testing | bilbozzo | Trading Systems | 7 | 11-18-2007 04:24 AM |
| Scorpion Need Help Convert EA Please | txsundevil | Trading Systems | 2 | 09-28-2006 07:18 PM |
| The strategy of profitable commerce on Forex currency pair GBP/USD | samuray | Classified Ads | 2 | 05-07-2006 07:18 PM |
| Trend strategy EA code needed | discomania | Trading Systems | 0 | 01-16-2006 09:14 AM |
All times are GMT. The time now is 02:22 AM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now








Linear Mode


