Probably, synchronization here refers to the synchronization between the data in the .hcc files and the server side data, it is not related with the formed timeseries data. Any confirmation?
It's difficult to be sure, I didn't find any reliable information.
Only way is to test it (or ask Metaquotes directly).
It's difficult to be sure, I didn't find any reliable information.
Only way is to test it (or ask Metaquotes directly).
I see ... thanks a lot.
The usage in the documentation says that it is related with the timeseries.
But in my test, the timeseries is not built in the history folder even after closing the platform, which is H4.hc file in my example.
I see ... thanks a lot.
The usage in the documentation says that it is related with the timeseries.
But in my test, the timeseries is not built in the history folder even after closing the platform, which is H4.hc file in my example.
Forum on trading, automated trading systems and testing trading strategies
Alain Verleyen, 2016.11.07 18:20
...
Only way is to test it (or ask Metaquotes directly).
I've got the following reply from the service desk: "Actually, the SERIES_SYNCHRONIZED flag means that the local price history is synchronized with the server. It is not related to timeseries."
And, the service desk also said that the example code in the documentation will be checked and fixed if necessary.
I've got the following reply from the service desk: "Actually, the SERIES_SYNCHRONIZED flag means that the local price history is synchronized with the server. It is not related to timeseries."
And, the service desk also said that the example code in the documentation will be checked and fixed if necessary.
I've got the following reply from the service desk: "Actually, the SERIES_SYNCHRONIZED flag means that the local price history is synchronized with the server. It is not related to timeseries."
And, the service desk also said that the example code in the documentation will be checked and fixed if necessary.
The following comments and code are what we have currently in the MQL 5 documentation:
while(!IsStopped()) |
The first three points are implemented by already known means.
while(!IsStopped()) |
If this flag is not related with the timeseries as the service desk says, I think that the example (code and comments) on the related pages of the documentation should be corrected.
But, as I'm fairly new in programming, can not be sure, may be missing something ... any confirmation or rejection?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
In my history folders, for EURUSD, I have only the 2016 hcc file and the hc file for M30.
With the following code, why do I get "true"?
SERIES_SYNCHRONIZED here refers to which type of synchronization?
Print((bool)SeriesInfoInteger(_Symbol, PERIOD_H4, SERIES_SYNCHRONIZED));