Firebird

 

Very interesting EA

For more imformation regarding divergence style go to:

http://www3.telus.net/ledlot/index.htm

 

New version 0.61 enjoy it!

 

More early versions

Those vesions are different. It is necessary to test to see the differencies.

 

Sorry, forgot:

time frame m30, risk (see the settings of EA) is better to be 0.01.

 

Next (after 0.61) version.

I tested it and the EA opened one order per pair (chart).

Files:
 

New one.

v0.64

Files:
 

More recent version.

So, use it for 30 minute charts with the percent 0.28 to get a tradeable range.

It has trailing stops.

Files:
 

Coding Error in Firebird Early version

Im backtesting this version as suggested by one member on H4 charts...it starts off very well...then suddenly Journal says (100s of reports)

"zero divide"

It wont go further in the backtest.

Im sure someone here can find the coding error and post the edited version.

Ill then test it on a 4hr chart forward and backward.

thanks in advance

 
efextrader:
Im backtesting this version as suggested by one member on H4 charts...it starts off very well...then suddenly Journal says (100s of reports)

"zero divide"

It wont go further in the backtest.

Im sure someone here can find the coding error and post the edited version.

Ill then test it on a 4hr chart forward and backward.

thanks in advance

Change this line:

AveragePrice=AveragePrice/total;

to this:

if (OrdersTotal() > 0)

AveragePrice=AveragePrice/total;

 

Some other good threads about firebird EAs:

- https://www.mql5.com/en/forum/174149

- https://www.mql5.com/en/forum/174234

 

Just want to say that Firebird v0.65 did good job during the two weeks:

This week:

EURUSD: +67 pips;

GBPUSD: + 130 pips.

Previous week:

GBPUSD: +919 pips;

USDJPY: +772 pips.

It is very risky EA but it is performing very good sometimes.

Reason: