Luca Puppi:
I am investigating historical bar availability on MetaQuotes-Demo...
I am investigating historical bar availability on MetaQuotes-Demo...
I wouldn't waste much time analyzing data from a Metaquotes Demo account. That data is notoriously unreliable.
I use a Metaquotes Demo account only for code development (staying ahead of the Build curve, so to speak) and verifying basic code functionality.
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
Hello,
I am investigating historical bar availability on MetaQuotes-Demo, MT5 build 6191, for XAUAUD and XPTUSD.
A native MQL5 script made one date-range CopyTime request per symbol/timeframe/window: eight calls in total, with no retries. Both M1 and H1 were queried for these inclusive raw timestamp ranges:
These labels are not asserted to be UTC; no timezone correction was applied.
The same result occurred for both symbols in both windows:
All calls reported error 0. SERIES_SYNCHRONIZED was 1 after each call; it was 0 before the first M1 call for each symbol. A previous H1 capture showed the same gaps.
A separate two-pass capture using SymbolInfoSessionQuote and SymbolInfoSessionTrade returned weekday sessions 00:00–23:00 for both symbols. I understand that a current weekly schedule does not establish the historical calendar, and missing returned bars do not prove that no ticks existed.
Could MetaQuotes or someone with a documented server-specific reference clarify:
The evidence attachment contains timestamp and session observations, with no account identifiers, prices or trading logic. This is a request for clarification, not a confirmed platform bug report.
Thank you.