istochastic Fixed minimum and maximum fields

 

Hi,

I am a newbie and i'm trying to set the values for fixed minimum and maximum. For the life of me i can't find the solution to this problem. Can someone help?

The values i am trying to get is: fixed minimum = 0 fixed maximum=100.

Could someone also tell me why the figures changes? or point me in the right direction. .


Thanks in advance.

 

These can be set on the indicator properties window -- check each tab

or...

In your code

#property indicator_maximum 100

#property indicator_minimum 0

 
Ray #:

These can be set on the indicator properties window -- check each tab

or...

In your code

#property indicator_maximum 100

#property indicator_minimum 0

Thank you. Very helpful
Reason: