After update MT5 from 13.7.2020 function "ChartSetInteger(ChartID(),CHART_BRING_TO_TOP,0,true);" don´t work.

 

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

 

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.
Reason: