Created this little expert advisor, would like some

 

Hi guys, I created this expert advisor using expert advisor builder. It's nothing fancy or advanced. The EA act upon the close of previous bar was higher/lower than that of the previous to attempt identify a trend.

For what its worth, i backtested it on Eur/USD with alpari data and it seems quite successful, even profitable in 2005 which seems to kill a lot of EA's.

I have not done a lot of research as to what would be optimal stoploss/takeprofit settings, i hope you guys could help me with that. My settings for the backtest was:

extern int MagicNumber = 0;

extern bool SignalMail = False;

extern bool EachTickMode = True;

extern double Lots = 1.0;

extern int Slippage = 3;

extern bool UseStopLoss = True;

extern int StopLoss = 150;

extern bool UseTakeProfit = True;

extern int TakeProfit = 200;

extern bool UseTrailingStop = False;

extern int TrailingStop = 30;

Also, this is ea us supposed to run on the daily chart.

Well, that is basically, looking forward to your feedback.

Files:
 

Hi,i backtested your EA,could you add a reverse option,so it should buy when it got a sell order and vice versa.

Thanks

Reason: