ChartSetInteger (0, CHART_HEIGHT_IN_PIXELS, 1, 80);

 

How to unlock subwindows height after using  --->     ChartSetInteger (0, CHART_HEIGHT_IN_PIXELS, 1, 80); ?

It is impossible to adjust the height manually, even after restart of MT5.

 
Lenpa:

How to unlock subwindows height after using  --->     ChartSetInteger (0, CHART_HEIGHT_IN_PIXELS, 1, 80); ?

It is impossible to adjust the height manually, even after restart of MT5.

For unlocking, I have been using ChartSetInteger(0,CHART_HEIGHT_IN_PIXELS, subwindow, 0);

 
Ex Ovo Omnia #:

For unlocking, I have been using ChartSetInteger(0,CHART_HEIGHT_IN_PIXELS, subwindow, 0);

This works in MT4, in MT5  this  ChartSetInteger(0,CHART_HEIGHT_IN_PIXELS, subwindow, 0) actually sets the height to 0.

Reason: