termar Posted September 21, 2010 Report 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 savasava, delfin20, ⭐ MerlinBrasil and 6 others 9 Quote
newbee1713006039 Posted September 22, 2010 Report Posted September 22, 2010 Does this EA only need to be attached on one chart? Quote
saendee Posted September 22, 2010 Report Posted September 22, 2010 can some 1 mirror link many thanks in advance Quote
daveg1 Posted September 22, 2010 Report Posted September 22, 2010 Mirror as requested............ hxxp://www.multiupload.c0m/HTNV4QNCKG Quote
termar Posted September 22, 2010 Author Report Posted September 22, 2010 the EA is launched on each Trade pair. So there could be upto 7 running at one time. Quote
ramliam Posted September 22, 2010 Report 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
termar Posted September 22, 2010 Author Report 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
bonny Posted September 22, 2010 Report 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
lauuer Posted December 20, 2010 Report Posted December 20, 2010 Thank you, man! It will be very helpfull! Quote
fxeasy5 Posted December 22, 2010 Report 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
termar Posted January 2, 2011 Author Report Posted January 2, 2011 You only attach the EA to the pair you are trading. Not the trigger pair. Quote
egawab Posted January 2, 2011 Report Posted January 2, 2011 are this expert able to be backtested ? Quote
termar Posted January 4, 2011 Author Report Posted January 4, 2011 I always convert my EAs to Jforex and run them on www.Dukascopy.com. It backtested on Dukascopy. Quote
SpacyTrader Posted March 8, 2011 Report 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
askalas Posted March 28, 2011 Report 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
mkowa Posted April 5, 2011 Report Posted April 5, 2011 EA is not working for my 5-digit broker. Sorry. Quote
termar Posted April 14, 2011 Author Report Posted April 14, 2011 Sorry mkowa, I only use Dukascopy and they are a 4 digit broker. Quote
alphine Posted April 14, 2011 Report 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
SpacyTrader Posted April 14, 2011 Report 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
termar Posted April 19, 2011 Author Report Posted April 19, 2011 Yes, it is part of the Dukascopy platform. Quote
SpacyTrader Posted April 19, 2011 Report 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
termar Posted April 28, 2011 Author Report 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
SpacyTrader Posted April 28, 2011 Report 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
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.