
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
Hi,
I have coded an indicator which usually swings between 0 and 100, but sometimes in a closer range. In the indicator window, tab "Scale" I can set a fixed minimum and a fixed maximum value by clicking the checkboxes and entering a value. By unchecking the checkboxes in that indicator window the axis will be scaled automatically.
Now, in my code I can set maximum and minimum by
My question is, how can I deactivate those min and max settings? If manual_scale = false, there will still be no automatic scaling and the previous min and max values will still be used.
Any help would be appreciated