Firebird v63G - page 43

 
serdar:
hii haubentaucher

in the program statment TF is 30M seen below. Should I change to 1 there?

xtern int MA_length = 10;

extern int MA_timeframe = 30; // hdb did I add this ? lol

I dont understand what this EA is doing ? How decide to buy and sell position I checed mostly it produce wrong sel and buy signal. And also can I call any custom indicator in the EA?

 
haubentaucher:
Hi,

these are my settings in 1 minute. I think important is the broker, Alpari would have other results ( I think so ). I`m living in Germany, so GMT +2(Summertime).

MA_length=10

MA_timeframe=15

MAtype=0

Percent=0.05

TradeOnFriday=1

slip=100

Lots=0.10000000

TakeProfit=20

Stoploss=120

Fast_Period=23

Fast_Price=1

Slow_Period=84

Slow_Price=1

DivergenceLimit=0.00200000

Use_V63D_Divergence=0

PipStep=30

IncreasementType=0.00000000

DVLimit=10

PipsGoal=500

PipsLoss=500

GMT=2

DST=0

OpeningHour=0

ClosingHour=24

writelog=0

Will post results End of the week, also testing 65TF second day, will post in other thread End of the week.

Good Luck and SUCCESS!!

haubentaucher

Hi,

are U on live account?

cheers.

 
serdar:
hii haubentaucher

in the program statment TF is 30M seen below. Should I change to 1 there?

xtern int MA_length = 10;

extern int MA_timeframe = 30; // hdb did I add this ? lol

You have to set just your charts to 1m timeframe

serdar:
I dont understand what this EA is doing ? How decide to buy and sell position I checed mostly it produce wrong sel and buy signal. And also can I call any custom indicator in the EA?

Take a look into the code, than you will understand it:

Firebird calculates a 10 day SMA and then shifts it up and down 2% to for a channel.

For the calculation of this SMA either close (more trades) or H+L (safer trades) is used.

When the price breaks a band a postion in the opposite of the current trend is taken.

If the position goes against us we simply open an extra position to average.

 
mamba22:
You have to set just your charts to 1m timeframe

Take a look into the code, than you will understand it:

Firebird calculates a 10 day SMA and then shifts it up and down 2% to for a channel.

For the calculation of this SMA either close (more trades) or H+L (safer trades) is used.

When the price breaks a band a postion in the opposite of the current trend is taken.

If the position goes against us we simply open an extra position to average.

hii mamba22

thanks alot for your response. as I understand this baby works like bollinger band (10,2) am I correct?

 

Both are channels.

That's where the simalarity ends....

SMA vs deviation

 

Trades per day

Hi,

I am using the script but was curious about the mechanics of it.. How many trades on average does this script excecute ?

any and all help would be greatly appreciated

Sanchez

 
haubentaucher:
No, I`m not live yet. Will test another 6 trading- Days and start with Microlots ( 1 Lot = 1000 EURO = 10 Cent per Pip). Will post todays statement in the evening

Hi haubentaucher,

Which version and settings are you using....please post them I would like to forward test them..

Thanks

Babar

 
babarmughal:
Hi haubentaucher,

Which version and settings are you using....please post them I would like to forward test them..

Thanks

Babar

please look page 42

 
serdar:
I dont understand what this EA is doing ? How decide to buy and sell position I checed mostly it produce wrong sel and buy signal. And also can I call any custom indicator in the EA?
Be careful!!!!!!!!! This EA is dangerous. It gives good, but also takes much.

Dave

<<<
 
Wackena:
Settings

MA_length=10

MA_timeframe=15

MAtype=0

Percent=0.05000000

TradeOnFriday=1

slip=100

Lots=0.01000000

TakeProfit=20

Stoploss=120

Fast_Period=23

Fast_Price=1

Slow_Period=84

Slow_Price=1

DivergenceLimit=0.00200000

Use_V63D_Divergence=0

PipStep=40

IncreasementType=0.00000000

DVLimit=10

PipsGoal=500

PipsLoss=500

GMT=0

DST=0

OpeningHour=0

ClosingHour=24

writelog=0

Wackena

Hi Wackena,

are your stil testing these settins...????

Thanks

Babar