CROSS EAs - page 5

 

5 min EUR_USD EA

This EA works for me only on EURUSD pair. Please let me know your thoughts or ideas.

Thank you all for help.

Files:
 
sunderfx:
Hello sir

Pl guide

What is the best MA crossing moving period ? for MA crossing EA

I am testing Generic MA Cross

Regards

Sunder

5-6 fema

12-13sema

r my best h1 and daily

 
 
 
Linuxser:
Do a search for Bagovino or Sidus method

Thx just what i was looking for,,,

 

EMA_Cross_2

Hi all,

Just migrated here from the public forum, and need some of this elite help.

I use Codersguru's 'EMA_CROSS_2' for all my trading, & with good results.

However, I could increase the profitability by adding a filter, & I've finally found the one I would like to use.....my problem is in order to use it I have to revert to manual trading.

My request is to have the indicator 'Up_Down1_Alert1' coded into the 'EMA_CROSS_2' EA with an on/off switch.

I have attached both EA & Indicator to this post.

Could someone pick it up & run with it?

Many, many thanks.

Files:
 

Profitable EA - MA cross type

Well, it's profitable, but I could use some ideas here. It makes a profit, even w/ Money Management turned off. But I'm trying to figure out how to either:

a)filter open signals to not open as many bad trades as it does.

-or-

b)come up w/ a beter way to exit the trade.

ANY ideas, and I mean ANY, would be greatly appreciated.

Note: back tested using EURUSD 4hr 1/1/2008 - 12/31/2008 and the following settings:

Settings:

extern bool varUseMM=false;

extern double varLot=0.1; //lot size when MM is turned off.

extern double varRisk=1.0; //risk %

extern int varSlippage=30; //slippage

extern double varAcctCap=1000000000; //1MM - impliemntation for cap useage. not to worry about right now.

extern double varMASlope=30; //diffence between that last 2 values of the short ma.

extern double varFreezeZero=30; //if MarketInfo(Symbol(),MODE_FREEZELEVEL=0

extern double varStopZero=30; //if MarketInfo(Symbol(),MODE_STOPLEVEL=0

extern bool varLogvalue=true; //troubleshooting purposes.

Files:
test_ea.zip  32 kb
 

SMA Crossover EA

Hello,

Hope someone can check and correct the attached simple SMA crossover EA for me. The desired settings are as follows:

Buy orders:

Buy when the close of a bar is above the 10 bar MA

Sell the position when the close of the bar is below the 10 bar MA

Stop loss at 25 pips (adjustable)

Trailing stop at 10 pips (adjustable)

Sell orders:

Sell when the close of a bar is lower than the 10 bar MA

Buy the position when the close of the bar is above the 10 bar MA

Stop loss at 25 pips (adjustable)

Trailing stop at 10 pips (adjustable)

This is a stop and reverse system with no time restrictions (trades 24/5).

Can you please check the attached EA as it is currently not working correctly (not processing stop and reverse trades).

Appreciate any help !

Thanks.

 

Looking for simple price cross EMA EA

I am looking for a simple EA wich will go long when the price crosses (No the bar doesnt have to close, it simply has to touch the EMA) the EMA from below and goes short when the EMA is crossed from above..

tried to code this from the "Moving Averages" EA wich comes with MT4 but i can't seem to get the cross-triggering to work....

thanks for links in advance

 
Reason: