Normalize Indicator
Created at 07 Feb 2014, 16:29
Normalize Indicator
07 Feb 2014, 16:29
Hi at all,
I would like to normalize an indicator (eg MA) so that you can compare with other indicators.
I should then calculate this:
Pn = [Pt - Pm], where:
Vn = Normalized Value;
Vt = Live Value;
Vm = Average Value;
So that you use the value of Pn for the chart output.
How can I do? Which API to use?