Chart Window resizing

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
I am trying to resize a chart (from an EA). The above is some simple test code.
The message box returns true with a pixel width of 952 which represents a full sized chart (with Navigator window open and on NON HD monitor)
true is displayed but the pixel width doesn't change (haven't tried HEIGHT yet!)
The ChartGetInteger appears to work fine but the ChartSetInteger returns true but doesn't change the value
Would seem very simple and any help appreciated