Remove minimum and maximum from chart

 

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 

IndicatorSetDouble(INDICATOR_MINIMUM, 0.0);

IndicatorSetDouble(INDICATOR_MAXIMUM, 100.0);

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.

Reason: