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 Thread Tools Display Modes
  #1 (permalink)  
Old 02-07-2007, 12:56 AM
WNW's Avatar
WNW WNW is offline
Senior Member
 
Join Date: Feb 2006
Location: Motown, USA
Posts: 385
WNW is on a distinguished road
Wanted: EA for very simple system

If someone would be so kind... here is the system:

The system simply buys or sells at a certain time of day,
and either takes a profit or is stopped out. No indicators.

1) Must work on any pair, any timeframe.
2) Needs option for lot size
3) Needs option of buying or selling.
4) Needs option of setting the time of trade entry (hour/minute).
5) Needs separate T/P and S/L settings.

That's it.

Thanks in advance for any help,
WNW
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-08-2007, 03:43 PM
ryanklefas's Avatar
Senior Member
 
Join Date: Apr 2006
Location: USA
Posts: 439
ryanklefas is on a distinguished road
Quote:
Originally Posted by WNW
If someone would be so kind... here is the system:

The system simply buys or sells at a certain time of day,
and either takes a profit or is stopped out. No indicators.

1) Must work on any pair, any timeframe.
2) Needs option for lot size
3) Needs option of buying or selling.
4) Needs option of setting the time of trade entry (hour/minute).
5) Needs separate T/P and S/L settings.

That's it.

Thanks in advance for any help,
WNW
I'm certainly not an expert programmer, but what you have there sounds simple enough for me to do. I just have one question: Is this system of yours PROFITABLE? If you can show me that it is, I'll program it for you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-09-2007, 02:21 AM
WNW's Avatar
WNW WNW is offline
Senior Member
 
Join Date: Feb 2006
Location: Motown, USA
Posts: 385
WNW is on a distinguished road
Thanks for your response.
This system is for research and testing, it is not a usable system at this point.
-wnw
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-09-2007, 07:19 AM
Tradinator's Avatar
Junior Member
 
Join Date: Feb 2007
Posts: 8
Tradinator is on a distinguished road
Try the EA attached that I just made for you. (Read the notes inside the EA for any guidance on how to use it)
Attached Files
File Type: mq4 WNV.mq4 (5.2 KB, 83 views)

Last edited by Tradinator; 02-09-2007 at 07:28 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-09-2007, 05:24 PM
WNW's Avatar
WNW WNW is offline
Senior Member
 
Join Date: Feb 2006
Location: Motown, USA
Posts: 385
WNW is on a distinguished road
Thank you, Tradinator! Very much appreciated.
I have a theory I want to test that may have potential, will post results after testing. Thanks again. WNW
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-09-2007, 10:58 PM
Senior Member
 
Join Date: Feb 2006
Location: New Zealand
Posts: 249
Craig is on a distinguished road
Dude, saw your crazy magic number function, how about this...

int MagicNumberFromExpertName(string expert_name)
{
int magic_number = 0;
//We use symbol here as an expert has to be attached to a chart
for(int i=0; i < 5; i++)
{
magic_number = magic_number * 3 + StringGetChar(Symbol(), i);
}
for(i = 0; i < StringLen(expert_name); i++)
{
magic_number = magic_number * 3 + StringGetChar(expert_name, i);
}
magic_number = magic_number * 3 + Period();
return (magic_number);
}

Combines the symbol, the expert name & the time frame for a 'magic' number.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-10-2007, 02:04 AM
davidke20's Avatar
Senior Member
 
Join Date: Sep 2006
Location: 38° 53′ 51.61″ N, 77° 2′ 11.58″ W
Posts: 1,398
davidke20 is on a distinguished road
Quote:
Originally Posted by Craig
Dude, saw your crazy magic number function, how about this...

int MagicNumberFromExpertName(string expert_name)
{
int magic_number = 0;
//We use symbol here as an expert has to be attached to a chart
for(int i=0; i < 5; i++)
{
magic_number = magic_number * 3 + StringGetChar(Symbol(), i);
}
for(i = 0; i < StringLen(expert_name); i++)
{
magic_number = magic_number * 3 + StringGetChar(expert_name, i);
}
magic_number = magic_number * 3 + Period();
return (magic_number);
}

Combines the symbol, the expert name & the time frame for a 'magic' number.
great idea thanks for sharing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-13-2007, 02:48 AM
WNW's Avatar
WNW WNW is offline
Senior Member
 
Join Date: Feb 2006
Location: Motown, USA
Posts: 385
WNW is on a distinguished road
WNV EA request / problem?

Hi Tradinator,
Just tried the WNV EA you made this evening. Works fine, except it does not want to enter another trade if another trade (same pair) is open or has been closed. Is this defaulted to only trade once per 24hr period? I'd like to be able to enter another trade or pair of trades immediately after the existing trades have closed.
Any help appreciated.
Thanks again,
WNW
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple 15 min system image3022 Suggestions for Trading Systems 14 03-14-2008 04:11 PM
Simple EA wanted.Always in market/reverses schoe Expert Advisors - Metatrader 4 1 05-28-2007 05:06 PM


All times are GMT. The time now is 12:10 PM.



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