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
Goal: I usually have my charts(over 20) maximized but at certain times, for comparrison, I want to have only two charts filling the whole window:
one to the left with 100% height and 50% width and another one to the right with the same dimensions.
I'm aware that I can do this manually but to get it right needs a lot of fuzzing around each time.
I would prefer to have an indicator with a button in each chart to do this manipulation.
I added a screen shot for clarification.
I know how to write the indicator, button and events etc. but I'm totally stuck with the resizing and positioning.
Built-in mql4 functions do not achieve this so I started using user32.dll but I totally suck at c++.
Through hours of google search I got something that at least compiles and runs without error but unfortunately does nothing:
Maybe there's some c++ guru around here willing to help me out with this.
Thanks in advance