Firebird v63G - page 26

 

Edea

Hi Hendrick....

How can I add a 5th set of hours for my EDEA instead of 4 start and stops

Using EDEA_1.5

Thanks

 

wakena

can i see you live and demo results please.

 

hendrick

how do i set the EA firebird v63g to work from 1 am to 10 am.please help

 
bao1980:
how do i set the EA firebird v63g to work from 1 am to 10 am.please help

Just set it like this :

Openinghour =1

Closinghour =10

 
saat2006:
Just set it like this :

Openinghour =1

Closinghour =10

FireBird v63g does not have a trading time filter. The OpeningHour and ClosingHour inputs only controls the following line in the code.

if ( Hour()ClosingHour+GMT+DST ) Comment("bad hours."); else { // included by Renato

You need to read Hendrick's posts. You will find his EDEA scheduler. With this you can set multiple daily trading zones and program for a weekly schedule.

Wackena

 
Files:
 

nice work ......

 

Oops!

Made a small miscalculation with the trade-times. Corrected in v63H02. Sorry guys!

Files:
 
Wackena:
FireBird v63g does not have a trading time filter. The OpeningHour and ClosingHour inputs only controls the following line in the code.

if ( Hour()ClosingHour+GMT+DST ) Comment("bad hours."); else { // included by Renato

You need to read Hendrick's posts. You will find his EDEA scheduler. With this you can set multiple daily trading zones and program for a weekly schedule.

Wackena

Dropped EDEA. A Time-filter is now added to Firebirdv63H.