Quote from trader#21:
Hi Maestro! Great to hear from you.
Well, I have a set of 4 custom indicators each of which is based on a premise to measure 'trend strength' or rather where the market is headed.
Now I'm looking to standardize their scale and add up for a simple reference.
Indic1 usually takes value from -3 to +3
Indic2 usually takes value +10 to +150
and so one
Their values may fall out of range for extended & sharp movement (in the market). I would like to learn some maths for the correct way.
Quote from trader#21:
Thanks... I've seen this method used most commonly, and you confirmed its the best as well. I was tempted to follow selecting constants for normalization using exponential equation (the farther the indicator moves away from mean, the smaller the multiplier fraction)
Assuming you have a bound indicator with limits max and min, the translation formula for original indicator value x isQuote from trader#21:
How do I bind an indicator so that it always moves within -100 and 100? Is there a standard method, or does it depends on that indicator's actual range?
thanks!