Features of the mql5 language, subtleties and tricks - page 218
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
Thank you, corrected.
Can't check because:
Compilation error.
It's crashing.
Forum on trading, automated trading systems and trading strategy testing
CHARTEVENT_CHART_CHANGE in MQL5
Ilyas, 2021.12.08 11:02
The vast majority of properties of a chart (the chart on which the Expert Advisor works) are requested bypassing the Expert Advisor message queue
Below is a list of properties, which in any case are requested via queue:
Forum on trading, automated trading systems and trading strategy testing
Bugs, bugs, questions
Nikolai Semko, 2021.12.26 11:17
What have I found out:
In the test indicator, the counter is saved in the kanvas resource.
It is far from useful, in fact this property indicates that the window is in focus (or more precisely selected). For example, if the windows are tiled and the window is out of focus, then in your case the rendering of that window will stop.
Far from useful, in fact this property indicates that the window is in focus (or rather selected). For example, if the windows are tiled and the window is not in focus, then in your case the rendering of that window will stop.
Ah, there is.
There is one. Look in the properties. It's not convenient for me from my mobile phone.
So Artem, are you saying that there is a way to find out if the window is visible?
CHART_IS_MAXIMIZED
Chart window unfolded.
bool r/o
CHART_IS_MINIMIZED
Chart_is_minimized chart window is minimized
bool r/o
is there a way to find out if a window is visible?
Here.