After update MT5 from 13.7.2020 function "ChartSetInteger(ChartID(),CHART_BRING_TO_TOP,0,true);" don´t work.
I can't seem to get it to work no matter what I do, including using the code from the documentation.
EDIT: Only works on non-detached chart windows. RIP
Max0r847 #:
I can't seem to get it to work no matter what I do, including using the code from the documentation.
EDIT: Only works on non-detached chart windows. RIP
Yes, that is one of the differences between attached and detached charts.
There are quite some more differences. Some make sense, others seem to be a bug.
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
Do you have some one the same problem?
Function worked correctly till yesterday, the 13.7.2020. Now does nothing.
I use this two lines for activation Chart after receiving a signal from EA from different charts.
ChartSetInteger(ChartID(),CHART_BRING_TO_TOP,0,true);
ChartRedraw(0);
Thanks in advance
Jozef