Edit Your Comment
Do MetaQoutes fake the historical data ?
Aug 18, 2014 at 15:23
会员从Jul 11, 2013开始
16帖子
I just don't understand it...
I've programmed a set of EAs and optimized it on MetaQoutes data from 2000 to 2015.
Results were great - about 2.3 PF and 10000%
Then I tested it on Alpari data - PF is 1.2 and 300% gain only.
How do you explain such a huge difference?
I've programmed a set of EAs and optimized it on MetaQoutes data from 2000 to 2015.
Results were great - about 2.3 PF and 10000%
Then I tested it on Alpari data - PF is 1.2 and 300% gain only.
How do you explain such a huge difference?

forex_trader_25447
会员从Dec 21, 2010开始
127帖子
Aug 19, 2014 at 04:24
会员从Dec 21, 2010开始
127帖子
Here are some reason for different results on tests :
1. Each broker use different source of quote, the history data can be different,
but they must be almost the same, in range of few pips.
2. Each broker use different server (symbol) settings,
those your program can work a bit differently.
3. If You program use high leverage and/or low target (scalping),
and with combination of the above, the result can be extremely different.
1. Each broker use different source of quote, the history data can be different,
but they must be almost the same, in range of few pips.
2. Each broker use different server (symbol) settings,
those your program can work a bit differently.
3. If You program use high leverage and/or low target (scalping),
and with combination of the above, the result can be extremely different.
Aug 19, 2014 at 06:55
会员从Jul 11, 2013开始
16帖子
Thanks.
1. Ok that would cause a little difference but not huge like I see.
2. What do you mean?
3. It doesnt use high leverage or low target. So that's not a reason.
I forgot to mention that my EAs work on M15 / M5 bars open only so I don't need ticks data.
1. Ok that would cause a little difference but not huge like I see.
2. What do you mean?
3. It doesnt use high leverage or low target. So that's not a reason.
I forgot to mention that my EAs work on M15 / M5 bars open only so I don't need ticks data.
Aug 19, 2014 at 10:09
会员从Jul 11, 2013开始
16帖子
Thanks. Can you explain how the FIFO rule will change the results?
I do have more than one open orders and I also have shorts and longs on the same time.
I did notice that on Alpari the backtesting ends with half the number of orders.
But I also tried to use Alpari data on FXCM MT4 and the results were still poor.
I do have more than one open orders and I also have shorts and longs on the same time.
I did notice that on Alpari the backtesting ends with half the number of orders.
But I also tried to use Alpari data on FXCM MT4 and the results were still poor.

forex_trader_25447
会员从Dec 21, 2010开始
127帖子
Aug 19, 2014 at 11:51
会员从Dec 21, 2010开始
127帖子
Simply :
1. You can open orders as usually, even opposite, if hedging possible ( this is other rule ).
2. You must close the most old order first ( First In First Out )
If you made request to close some other order,
this is not error, but there will be nothing done ( OrderClose() will return false ).
Result is : less total orders on test ; less closed profit ; more floating loss
1. You can open orders as usually, even opposite, if hedging possible ( this is other rule ).
2. You must close the most old order first ( First In First Out )
If you made request to close some other order,
this is not error, but there will be nothing done ( OrderClose() will return false ).
Result is : less total orders on test ; less closed profit ; more floating loss
会员从Nov 21, 2011开始
1601帖子

forex_trader_28881
会员从Feb 07, 2011开始
691帖子
Aug 23, 2014 at 18:57
(已编辑 Aug 23, 2014 at 19:24)
会员从Feb 07, 2011开始
691帖子
MT will give a different result on the same data depending if you're online or offline. It will give a different result on a different machine which uses a different processor. It does make up data if it doesn't have any. And it goes almost without saying it will give a different result on different brokers.
I've never been able to match a days trading to a back test for the same period.
So the MT back testing you can throw in the dustbin. Don't waste your time. It's got little use other than to see if the code more or less works.
Depending your skill level you'd be much better off using Oanda's tick data and writing your own back testing.
If you're not that skilled, then it helps that you can run as many instances of MT as you like, simply do a new directory. That way you can run as many ideas on demo as you like. I do 10 to 20 regularly and you get much more realistic and accurate results, especially if multiple pairs are involved...
I've never been able to match a days trading to a back test for the same period.
So the MT back testing you can throw in the dustbin. Don't waste your time. It's got little use other than to see if the code more or less works.
Depending your skill level you'd be much better off using Oanda's tick data and writing your own back testing.
If you're not that skilled, then it helps that you can run as many instances of MT as you like, simply do a new directory. That way you can run as many ideas on demo as you like. I do 10 to 20 regularly and you get much more realistic and accurate results, especially if multiple pairs are involved...
会员从Jun 09, 2014开始
134帖子

*商业用途和垃圾邮件将不被容忍,并可能导致账户终止。
提示:发布图片/YouTube网址会自动嵌入到您的帖子中!
提示:键入@符号,自动完成参与此讨论的用户名。