Need an EA for GBP/USD strategy...
  #1 (permalink)  
Old 08-24-2006, 03:39 AM
Freshman
 
Join Date: Aug 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
wadeboxjr is on a distinguished road
Default 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!
Reply With Quote
  #2 (permalink)  
Old 08-24-2006, 09:11 AM
Freshman
 
Join Date: Aug 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Village Fool is on a distinguished road
Default

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
Reply With Quote
  #3 (permalink)  
Old 02-10-2007, 03:15 AM
Sophomore
 
Join Date: Feb 2007
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
anamy will become famous soon enough
Default

Quote:
Originally Posted by wadeboxjr View Post
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!
I can code that, very easy. Just tell me if you still want it coded. At what time would the trade be placed? 9:00?

Last edited by anamy : 02-10-2007 at 03:17 AM.
Reply With Quote
  #4 (permalink)  
Old 02-12-2007, 06:56 PM
Sophomore
 
Join Date: Jul 2006
Posts: 86
Thanks: 5
Thanked 6 Times in 3 Posts
et_phonehome_2 is on a distinguished road
Default

So once price breaks breaks the hi/lo for that time, that's it? I mean, no more trades, and does one only trade during the US session?
Reply With Quote
  #5 (permalink)  
Old 02-27-2007, 04:11 AM
Freshman
 
Join Date: Nov 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
fxwealth is on a distinguished road
Default

Hi anamy Could you please code the EA. Would be very much appreciated. many thanks
Reply With Quote
  #6 (permalink)  
Old 03-08-2007, 11:14 AM
Freshman
 
Join Date: Mar 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
pgtips is on a distinguished road
Default

Hi,

I would be interested in a copy of this EA too if it has been done, with a couple of modifications to parameters.
cheers
Reply With Quote
Here's the EA, tell me what you think
  #7 (permalink)  
Old 03-09-2007, 08:43 PM
Sophomore
 
Join Date: Feb 2007
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
anamy will become famous soon enough
Default 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.
Attached Files
File Type: mq4 Observation Hour.mq4 (12.6 KB, 140 views)
Sponsored Links Profitable Forex Systems
Automatically trade proven forex trading systems.
Real trading records available!

Last edited by anamy : 03-09-2007 at 08:47 PM. Reason: Added to the explanation for Observation Hour setting
Reply With Quote
  #8 (permalink)  
Old 03-10-2007, 08:58 PM
Freshman
 
Join Date: Nov 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Toddr is on a distinguished road
Default

Quote:
Originally Posted by anamy View Post
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.
anamy,

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?
Reply With Quote
  #9 (permalink)  
Old 03-11-2007, 06:37 AM
Sophomore
 
Join Date: Feb 2007
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
anamy will become famous soon enough
Default

Quote:
Originally Posted by Toddr View Post
Will it check the whole hour on a 5 minute chart since that is the chart I am seeing most profitable?
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.
Reply With Quote
  #10 (permalink)  
Old 03-11-2007, 02:56 PM
Freshman
 
Join Date: Nov 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Toddr is on a distinguished road
Default

Quote:
Originally Posted by anamy View Post
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.
I want it to check a whole hour on the 5 minute chart instead of the 15 minute. Example 1400,1405,1410,1415 all the way up to 1455.

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++;
}
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now