
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
Thanks for these informations. Always good to know.
As Stanilaw was stating : it's a feature not a bug. Sometimes Metaquotes is really hard to follow.
If I understand correctly, changing symbol or timeframe is an issue. Then one can add EnumToString(timeframe) and symbol suffix or perfix to created objects.
I've also used this method to workaround this very annoying bug. Although the issue should not happen in the first place.
I would also like to add that I don't think this happens all the time.. only when there are pending history candles that need to be fetched.. When the history is 100% up to date then I believe the OnInit/OnDeinit is synchronous again
This points to an over zealous use of parallel processing where proper synchronisation is required.