If you had used this you would have found How to
enable/disable fixation of a minimum value for an Indicator subchart - Indices -
General - MQL5 programming forum

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
Hey guys, need some advice.
If i set a minimum and a maximum for an indicator in its own window, i can do so either in header or inside OnInit().
In OnInit() i do so using
Now if i later need to remove those bounds (imagine i change indicator algorithm from RSI oscillator to something like MACD), how can i do that?
Is there a constant that tells MT5 to unbound the limits or something like this?
Thanks in advance.