Overload | Description |
---|---|
ChaikinVolatility(String,Series,Int32,Int32) | Chaikin's Volatility indicator compares the spread between a security's high and low prices. |
ChaikinVolatility(Series,Int32,Int32) | Chaikin's Volatility indicator compares the spread between a security's high and low prices. |
ChaikinVolatility(SeriesCollection,Int32,Int32) | Chaikin's Volatility indicator compares the spread between a security's high and low prices. |
Exception | Description |
---|---|
ArgumentException | Thrown if either parameter is strictly negative or arrays closes or volumes are empty. |
It quantifies volatility as a widening of the range between the high and the low price.
Indicator Formula
The formula for this indicator is:
- chaikinVolatility = ((H-LAverage - H-LAverage_n_periods_ago)/H-LAverage_n_periods_ago)*100