Disparity Index
Description
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.
Syntax
DisparityIndex(int period)
DisparityIndex(ISeries\<double\> input, int period)
Return Value
double; Accessing this method via an index value int barsAgo returns the indicator value of the referenced bar.

