Hapu Arachchilage Tharindu Lakmal:
if the chart height is 250 pixels and width is 450 pixels when my indicator applies to the chart, I want my indicator to resize the chart height to 450 pixels and width to 720 pixels. How can I achieve this?
I have tried to do this way, but nothing is working. it is possible to resize the chart size using mql5?
the width size in pixels is read only , so is the height in pixels unless you want to resize an indicator subwindow

Documentation on MQL5: Constants, Enumerations and Structures / Chart Constants / Chart Properties
- www.mql5.com
Identifiers of ENUM_CHART_PROPERTY enumerations are used as parameters of functions for working with charts . The abbreviation of r/o in the ...

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
if the chart height is 250 pixels and width is 450 pixels when my indicator applies to the chart, I want my indicator to resize the chart height to 450 pixels and width to 720 pixels. How can I achieve this?
I have tried to do this way, but nothing is working. it is possible to resize the chart size using mql5?