johhny6:
Every broker provides his own data.Is the Demo / live account data, specific to the Broker?
johhny6:
Does the back-test data typically differ from the Demo account data?
Thanks.
I'm trying to debug why an EA didn't open a trade for a certain period, when back-testing that day it did, but live on the broker, it did not (even though visually the data is similar).
Is there a way to compare the broker data versus the back-test data? Is the broker data cached/saved on disk?
Or, is it possible to capture/save the brokers data (if you have it open/live/running at the time), and back-test against it optionally in debugging?
In build 619 the tester keeps stopping at certain points and in the journal it states certain bytes of data are not available despite the fact the server being used to test is on line.
Also testing with open prices only has radically changed because my EA now gives me different results. I have to use 1 minute OHLC to get comparable results but even these are still different from what I was getting previously. I do not trade on tick so am surprised this affects me. Critical runtime errors that do not show up in testing are still present on optimization.
Also testing with open prices only has radically changed because my EA now gives me different results. I have to use 1 minute OHLC to get comparable results but even these are still different from what I was getting previously. I do not trade on tick so am surprised this affects me. Critical runtime errors that do not show up in testing are still present on optimization.
Documentation on MQL5: Standard Constants, Enumerations and Structures / Indicator Constants / Price Constants
- www.mql5.com
Standard Constants, Enumerations and Structures / Indicator Constants / Price Constants - Documentation on MQL5

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
I have a specific case, where my EA back-tests over a 4 hour block, but in Live (on a demo account), it did not perform the same way.
Does the back-test data typically differ from the Demo account data?
Is the Demo / live account data, specific to the Broker?
And the back-test data is actually Metaquote data? Or should it be the same??