Disparity Index
<< Click to Display Table of Contents >> Disparity Index |
The Disparity Index that measures the difference between the price and an exponential moving average. A value greater could suggest bullish momentum, while a value less than zero could suggest bearish momentum.
DisparityIndex(int period)
DisparityIndex(ISeries<double> input, int period)
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.
input |
Indicator source data (?) |
period |
Number of bars used in the calculation |
// Prints the current value of a 15 period Disparity Index |