MA Cross

 

Can somebody please give me an EA that will do the following?

17ema and 81 ema crosses.

17 above 81, buy.

81 above 17, sell.

Stop-loss is 25 pips on all trades.

Limit is 75 pips on all trades.

More than 1 trade can be running at the same time.

Thank You,

and may the pips be with You.

 
John27:
Can somebody please give me an EA that will do the following?

17ema and 81 ema crosses.

17 above 81, buy.

81 above 17, sell.

Stop-loss is 25 pips on all trades.

Limit is 75 pips on all trades.

More than 1 trade can be running at the same time.

Thank You,

and may the pips be with You.

John,

Looks nice. What TF are you trading this on?

 

And how long have you been using the system ? What is the time frame

Nic

 

Here are two EAs designed for MA Crosses:

By Fire Dave

https://www.mql5.com/en/forum/general

By Yours Truly

https://www.mql5.com/en/forum/general

FireDave's is really complex, so if you need a lot of features, that is the one to go with. Mine is more simple.

 

Can You please make it so it won't close the position even if it crosses in a different way?Just a stop of 25 is all I need

 
Brunite:
John, Looks nice. What TF are you trading this on?

75 pips...

 
John27:
Can You please make it so it won't close the position even if it crosses in a different way?Just a stop of 25 is all I need

I'm going to assume that your question is about my EA, in which case the following option might be of interest to you:

extern bool DisableClosingOrders=false; // If true, the order closing section of the EA will not run

 
John27:
75 pips...

What I was wondering was what time-frame you have been using or found most effective?

Thanks.