View Single Post
  #2 (permalink)  
Old 06-28-2009, 08:08 PM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Quote:
Originally Posted by lq2008 View Post
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
Attached Files
File Type: mq4 Turbo_JRSX[1].mq4 (2.7 KB, 64 views)

Last edited by fxbs; 06-28-2009 at 08:11 PM.
Reply With Quote