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 have noticed in the past that ChartRedraw() seemed to "inadvertently" snap the chart to the height of visible bars when called.
Too many people find it inconvenient to work with charts because of this issue.
https://www.mql5.com/en/forum/15785
Too many people find it inconvenient to work with charts because of this issue.
https://www.mql5.com/en/forum/15785
That's right because there is a manual workaround:
- Disable Chart auto scroll.
- Scroll the vertical price scale (y-axis) down until bars are basically a flat horizontal line.
- Enable Scale fix.
- Scroll the y-axis back up to your desired height.
Then you can fully drag the chart.That's right because there is a manual workaround:
- Disable Chart auto scroll.
- Scroll the vertical price scale (y-axis) down until bars are basically a flat horizontal line.
- Enable Scale fix.
- Scroll the y-axis back up to your desired height.
Then you can fully drag the chart.change timeframe MT5 auto reset
That's actually the feature that Martin Bittencourt is trying to programmatically replicate.
Changing an indicator input paramter also does the same thing.🤔