CyberiaTrader..an amazing EA! - page 6

 

Hi,

Really nice EA. Somebody could add a TimeFilter? Think this EA is doing great in the early morning from 6 to 12...

Opinions?

 
JoZo:
Hi,

Really nice EA. Somebody could add a TimeFilter? Think this EA is doing great in the early morning from 6 to 12...

Opinions?

It is EA from post #51 with timefilter.

Please note that if you set 6 to 12 EA will trade from 6:00 to 12:59.

Files:
 
newdigital:
It is EA from post #51 with timefilter. Please note that if you set 6 to 12 EA will trade from 6:00 to 12:59.

Thanks alot!

 
newdigital:
It is EA from post #51 with timefilter. Please note that if you set 6 to 12 EA will trade from 6:00 to 12:59.

What parameter do you set to 6-12 in the EA?

 
aelimian:
What parameter do you set to 6-12 in the EA?

Set UseHourTrade to True;

FromHourTrade = 6;

ToHourTrade = 12;

6 and 12 is the time according to your MetaTrader (different for different brokers).

 

Model

Hi I want to ask a question.

I tried to test this EA.

Which model should I use

Every Tick

Control points

Open Price

?

And what's the different between them?

Thank you so much,

 
alwinlily:
Hi I want to ask a question.

I tried to test this EA.

Which model should I use

Every Tick

Control points

Open Price

?

And what's the different between them?

Thank you so much,

Hi,

I'm using Every Tick. This is the best one but backtest is nothing you must do a forward test for this EA.

GOOD LUCK!

 
newdigital:
Set UseHourTrade to True;

FromHourTrade = 6;

ToHourTrade = 12;

6 and 12 is the time according to your MetaTrader (different for different brokers).

Newdigital

Mine does not have the "Set UseHourTrade" parameter.

 

This should do it.

I changed about half a dozen ordersend's, and there appears to be only one place in FindSymbol Order() to filter the orderselect

 

How do you set the time to trade with this modification?

Please explain

Reason: