termar Posted September 21, 2010 Report Share Posted September 21, 2010 (edited) I created this EA for Jason Fielder's Correlation Code Follow the Leader strategy. I also included the manual for the manual trading method. I am new to programming so don't over expect. I have forward tested it with good success . It is slow and uses a lot of resources and doesn't trade too often due to the rules and the fact that it is looking at two pairs. Some Settings: Follow the Leader (Run on Trade Pair) If 5 bar SL is True no trade if 5 bar SL exceeds the StopLoss value T.F. TRADE TRIGGER NEG CORR H1 GBPUSD EURUSD FALSE H1 EURUSD USDCHF TRUE H1 AUDUSD NZDUSD FALSE H1 EURJPY USDJPY FALSE H1 GBPJPY USDJPY FALSE H1 USDCAD AUDUSD TRUE H1 USDCAD NZDUSD TRUE hxxp://h0tfile.com/dl/70916981/1760ce0/FollowtheLeader.rar.html Excellent forum!! Edited September 21, 2010 by termar added pairs to trade daveg1, delfin20, lauuer and 6 others 9 Quote Link to comment Share on other sites More sharing options...
newbee1713006039 Posted September 22, 2010 Report Share Posted September 22, 2010 Does this EA only need to be attached on one chart? Quote Link to comment Share on other sites More sharing options...
saendee Posted September 22, 2010 Report Share Posted September 22, 2010 can some 1 mirror link many thanks in advance Quote Link to comment Share on other sites More sharing options...
daveg1 Posted September 22, 2010 Report Share Posted September 22, 2010 Mirror as requested............ hxxp://www.multiupload.c0m/HTNV4QNCKG Quote Link to comment Share on other sites More sharing options...
termar Posted September 22, 2010 Author Report Share Posted September 22, 2010 the EA is launched on each Trade pair. So there could be upto 7 running at one time. Quote Link to comment Share on other sites More sharing options...
ramliam Posted September 22, 2010 Report Share Posted September 22, 2010 the EA is launched on each Trade pair. So there could be upto 7 running at one time. which pairs and TF please, regards ramliam Quote Link to comment Share on other sites More sharing options...
termar Posted September 22, 2010 Author Report Share Posted September 22, 2010 Please read all of my first post. The chart lists the T.F.(time frames) and the best pairs to trade. ramliam 1 Quote Link to comment Share on other sites More sharing options...
bonny Posted September 22, 2010 Report Share Posted September 22, 2010 Thanks Temar have been looking for something like this for a long time . Just read the manual very interesting. Thanks Bonny. Quote Link to comment Share on other sites More sharing options...
lauuer Posted December 20, 2010 Report Share Posted December 20, 2010 Thank you, man! It will be very helpfull! Quote Link to comment Share on other sites More sharing options...
fxeasy5 Posted December 22, 2010 Report Share Posted December 22, 2010 I created this EA for Jason Fielder's Correlation Code Follow the Leader strategy. I also included the manual for the manual trading method. I am new to programming so don't over expect. I have forward tested it with good success . It is slow and uses a lot of resources and doesn't trade too often due to the rules and the fact that it is looking at two pairs. Some Settings: Follow the Leader (Run on Trade Pair) If 5 bar SL is True no trade if 5 bar SL exceeds the StopLoss value T.F. TRADE TRIGGER NEG CORR H1 GBPUSD EURUSD FALSE H1 EURUSD USDCHF TRUE H1 AUDUSD NZDUSD FALSE H1 EURJPY USDJPY FALSE H1 GBPJPY USDJPY FALSE H1 USDCAD AUDUSD TRUE H1 USDCAD NZDUSD TRUE hxxp://h0tfile.com/dl/70916981/1760ce0/FollowtheLeader.rar.html Excellent forum!! termar, if I want to trade the EURUSD - USDCHF correlation, I need to attach the EA to both H1-charts. Is that correct ? Quote Link to comment Share on other sites More sharing options...
termar Posted January 2, 2011 Author Report Share Posted January 2, 2011 You only attach the EA to the pair you are trading. Not the trigger pair. Quote Link to comment Share on other sites More sharing options...
egawab Posted January 2, 2011 Report Share Posted January 2, 2011 are this expert able to be backtested ? Quote Link to comment Share on other sites More sharing options...
termar Posted January 4, 2011 Author Report Share Posted January 4, 2011 I always convert my EAs to Jforex and run them on www.Dukascopy.com. It backtested on Dukascopy. Quote Link to comment Share on other sites More sharing options...
SpacyTrader Posted March 8, 2011 Report Share Posted March 8, 2011 I always convert my EAs to Jforex and run them on www.Dukascopy.com. It backtested on Dukascopy. Can you post the converted EA please ? And maybe the backtest as well, or just mention how good or bad it was. Quote Link to comment Share on other sites More sharing options...
askalas Posted March 28, 2011 Report Share Posted March 28, 2011 Thanks termar, I was just going to look at the ea when I spotted these code segment: bool Work=true; // EA will work. and if(Work==false) // Critical error { Alert("Critical error. EA doesn't work."); return (0); // Exit start() } Great stuff! :D Quote Link to comment Share on other sites More sharing options...
f451 Posted April 4, 2011 Report Share Posted April 4, 2011 Nice work. Quote Link to comment Share on other sites More sharing options...
f451 Posted April 4, 2011 Report Share Posted April 4, 2011 Nice work :) Quote Link to comment Share on other sites More sharing options...
mkowa Posted April 5, 2011 Report Share Posted April 5, 2011 EA is not working for my 5-digit broker. Sorry. Quote Link to comment Share on other sites More sharing options...
termar Posted April 14, 2011 Author Report Share Posted April 14, 2011 Sorry mkowa, I only use Dukascopy and they are a 4 digit broker. Quote Link to comment Share on other sites More sharing options...
alphine Posted April 14, 2011 Report Share Posted April 14, 2011 Sorry mkowa, I only use Dukascopy and they are a 4 digit broker. Can anyone make this EA work on 5 digits broker? Quote Link to comment Share on other sites More sharing options...
SpacyTrader Posted April 14, 2011 Report Share Posted April 14, 2011 Sorry mkowa, I only use Dukascopy and they are a 4 digit broker. Do you use a program to automatically convert the EAs to jforex ? Quote Link to comment Share on other sites More sharing options...
termar Posted April 19, 2011 Author Report Share Posted April 19, 2011 Yes, it is part of the Dukascopy platform. Quote Link to comment Share on other sites More sharing options...
SpacyTrader Posted April 19, 2011 Report Share Posted April 19, 2011 Yes, it is part of the Dukascopy platform. So the built in converter works ? Ok. Could you post a backtest with this EA on dukascopy then ? Quote Link to comment Share on other sites More sharing options...
termar Posted April 28, 2011 Author Report Share Posted April 28, 2011 Here you go. http://hotfile.com/dl/116089907/58bc3dd/Follow_the_Leader.html By the way is it possible to just attach a file? If so, how? SpacyTrader 1 Quote Link to comment Share on other sites More sharing options...
SpacyTrader Posted April 28, 2011 Report Share Posted April 28, 2011 Here you go. http://hotfile.com/dl/116089907/58bc3dd/Follow_the_Leader.html By the way is it possible to just attach a file? If so, how? Tks. And I don't see any option to attach a file on the forum. I haven't seen anybody do it and everybody was always told to use a hosting service. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.