Forex
Google

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 3
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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 11-21-2005, 11:36 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,658
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
'Cool' EA

Interesting EA.
Attached Files
File Type: mql Cool.mql (2.7 KB, 154 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-21-2006, 06:49 AM
tirou tirou is offline
Senior Member
 
Join Date: Feb 2006
Posts: 111
tirou is on a distinguished road
Quote:
Originally Posted by newdigital
Interesting EA.
Please in Mq4.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-21-2006, 10:42 AM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
Thx Newdigital for this ea
__________________
All long voyages always start from the first small steps ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-22-2006, 12:37 AM
promo01 promo01 is offline
Member
 
Join Date: Feb 2006
Posts: 52
promo01 is on a distinguished road
Quote:
Originally Posted by newdigital
Interesting EA.
Hi Newdigital

it's nice EA, but it's work only 1 pair, so must be edit to be multi pair. Can you edit it ?

Regrads
Promo01
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-22-2006, 01:04 AM
aelimian aelimian is offline
Senior Member
 
Join Date: Sep 2005
Posts: 245
aelimian is on a distinguished road
Which time frame?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-22-2006, 01:21 AM
promo01 promo01 is offline
Member
 
Join Date: Feb 2006
Posts: 52
promo01 is on a distinguished road
Quote:
Originally Posted by aelimian
Which time frame?
It's work on M1 or M5 Chart, but only 1 pair on 1 chart

regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-22-2006, 01:25 AM
Maji Maji is offline
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
New Digital,

Here is a portion of the code:

if iRSI(15,2)>iRSI(14,1) then
{
SetOrder(OP_SELL,Max(0.1,Floor(FreeMargin/500.)/10.),Ask,0,Ask+StopLoss*Point,0,Blue);
};

if iRSI(15,2)>iRSI(14,1) then
{
SetOrder(OP_BUY,Max(0.1,Floor(FreeMargin/500.)/10.),Bid,0,Bid-StopLoss*Point,0,Red);
};

I don't think a broker will let you buy at the bid adn sell at the ask, unless you are trading the ECNs, and I am not sure if there is a MT3 broker using us to use ECNs. I wonder if you interchange the bid and ask in the program and run it then how does it perform?

Maji
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-22-2006, 07:14 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,658
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
It was created on some Russian forum. It was backtested and the backtesting curve was pinning (with great profit) with almost horizontal way. And it was named as a cool EA just to show the differences between backtesting and forward testing in MT3 in some commercial EAs.
It was done especially as an example with the note: "People please be carefully when you are buying something".

Of course we should change ask and bid price.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-23-2006, 06:10 AM
abozaid abozaid is offline
Junior Member
 
Join Date: May 2006
Posts: 1
abozaid is on a distinguished road
Guys, is that a flaw or what?

if iRSI(15,2)>iRSI(14,1) then
{
SetOrder(OP_SELL,Max(0.1,Floor(FreeMargin/500.)/10.),Ask,0,Ask+StopLoss*Point,0,Blue);
Alert("Sell - ",Symbol,"\n","Date - ",TimeToStr(CurTime),"\n","Balance - ",Balance);
};

if iRSI(15,2)>iRSI(14,1) then
{
SetOrder(OP_BUY,Max(0.1,Floor(FreeMargin/500.)/10.),Bid,0,Bid-StopLoss*Point,0,Red);
Alert("Buy - ",Symbol,"\n","Date - ",TimeToStr(CurTime),"\n","Balance - ",Balance);
};
Exit;
};


Shouldn't those marks be opposite? i mean if one ">" then the other is "<"??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
I was looking for some cool holy grail, but... bluefish Metatrader 4 8 08-05-2008 01:06 AM
Super Cool Forex Economic Calendar (Free) Scorpion News/Signal Trading 18 04-02-2008 06:48 AM
cool toolz Aleksandr Nevskiy Indicators - Metatrader 4 6 06-22-2007 07:31 PM
Cool template leeb Metatrader 4 10 02-06-2007 12:56 AM
cool indicator Ibn Fernas Indicators - Metatrader 4 9 10-08-2006 02:56 PM


All times are GMT. The time now is 08:38 PM.