Jump to content

Recommended Posts

Posted (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 by termar
added pairs to trade
  • 2 months later...
Posted
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 ?

  • 2 weeks later...
  • 2 months later...
  • 3 weeks later...
Posted

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

  • 2 weeks later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...