Quote:
Originally Posted by lq2008
I have been using Turbo JRSX for treading. The indicator value limit is between 0 and 100.
Any one can offer a help to make some change for this indicator? When price up and up, the indicator can show value above 100. Or when price down and down the value can go beyond 0. Can we make it range between "-50 to 150"?
|
if this s what you asked:
in ind. properties change (set max/ min to needed)
or in the code
#property indicator_maximum 150
#property indicator_minimum -50
----------
or better don't set fixed max/min