Errors, bugs, questions - page 2743
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
That's the thing, it's not coming back... on mt4 it's fine... on mt5 - alas, it's glitchy...
OK, I'll shoot a video and add it to this thread.
Why is there no error: cannot access to private members?
Why no error: cannot access to private member?
BecauseMementois a Nested/Internal class in relation toOriginator
BecauseMementois a Nested/Internal class in relation toOriginator
Thank you.
Mistake:
Билд 2430.
Please consider adding in MQL a function that allows users to independently call processing of accumulated "messages" inOnChartEvent from custom code.
1) This would allow calling OnChartEvent handling between iterations of a time-consuming calculation, making the user GUI at least somewhat responsive without constructing a vegetable garden of: task pool, data transfer, state synchronization, context saving and restoring...
2) This would allow using OnChartEvent in scripts.
Thanks.
MT5 bug (build 2340) no access to default operator= from pointer object.
Thanks for the message.
Corrected by
Suggestion to the developers.
Please consider adding in MQL a function that allows users to independently call processing of accumulated "messages" in OnChartEvent from custom code.
1) This would allow calling OnChartEvent handling between iterations of a time-consuming calculation, making the user GUI at least somewhat responsive without constructing a vegetable garden of: task pool, data transfer, state synchronization, context saving and restoring...
2) This would allow using OnChartEvent in scripts.
Thank you.
Are you suggesting to add GetNextEvent function ?
Including TradeTransaction-events.
Two overloads - Trade-Event, Chart-Event.