Firebird

 

Firebird seems to be the hot new "EA of the moment" over in the Yahoo group. Anyone have any experience with it or do any testing?

 

I was running 58 as well. I inserted it to eur, chf and gbp

on demo with $820.

And went to smoke.

When I came I saw 950 already and

7 orders opened

in profit as well.

This EA finished with chf and started eur. It was finishing

the pair one by one.

I want for this EA to open no more then 3 orders.

Do you know how to do it?

Let's check an other versions.

 

I have deposit no more than

$700. So, I need 3 orders at a time.

Why?

I tested almost all the version of this EA.

It seems the version MC v058 is more good.

I did not have any losses at all and profit cames very quickly.

Any other versions are going to the minus first and in the profit but very slowly (and rusky as well).

But this MC v058 seems to open a lot of orders.

I had to change my broker to have micro-lots.

 

I think we need to be improved the version which is the best one.

This EA is ok. But it is doing one mistake in its life, one big mistake. And this mistake is enough for all your deposit.

We need to improve this EA because it generates a lot of orders and margins are going to be zero soon (and broker will close all your orders because of that). We may use micro-lots, or just improve it. But I am afraid that this EA will not be a very profitable after improvement.

But it is apparent singularity.

Our tast now is to avoid the big risk to use this EA.

 
sgoloubev:
I had to change my broker to have micro-lots.

do you use this EA for live account? :eek:

 

Not yet.

We need to improve something.

I personally do not like the S/L 2000.

New 064 version has S/L 200.

And this S/L is not moving by T/S.

I do not like 200 as well.

I will try to use Trailing Stop EA to move trailing stop.

Let's see.

It is necessary to change something with this Firebird EAs.

Because too risky now.

 

Can anyone help me reverse the buy sell code?

I know null about code and when i tried to reverse the signal i ended up having multipul entrys per one candle and most of the settings messed up. Not as simple as just changing OP_SELL to OP_BUY and viseversa. Im guessing its in

________________________________________________________________

if((myMA*(1+Percent/100))=(LastPrice+(CurrentPipStep*Point)) || myTotal==0) ) // Go SHORT -> Only sell if >= 30 pips above previous position entry

{

OrderSend(Symbol(),OP_SELL,Lots,Bid,slip,Bid+(Stoploss*Point),Bid-(TakeProfit*Point),"",MagicNumber,0,Red);

OrderWatcher=1;

Direction=2;

}

if((myMA*(1-Percent/100))>Ask && Direction!=11 && (Ask Only buy if >= 30 pips below previous position entry

{

OrderSend(Symbol(),OP_BUY,Lots,Ask,slip,Ask-(Stoploss*Point),Ask+(TakeProfit*Point),"",MagicNumber,0,Blue);

OrderWatcher=1;

Direction=1;

______________________________________________________________

not sure if other parts of the code need to be messed with also

the pipstep can be taken out or turned off. If anyone has spare time and can paste the code i need to replace I would be greatfull.

Reason: