You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
Really nice EA. Somebody could add a TimeFilter? Think this EA is doing great in the early morning from 6 to 12...
Opinions?
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.
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!
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?
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,
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!
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