Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

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...
Posted
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.

  • 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...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...