Syntax
Public Function ChaikinVolatility(period As Integer, Rate As Integer, MA As ENUM_MA_METHOD) As String |
The Chaikin Volatility Oscillator is a moving average derivative of the Accumulation/Distribution index.
The Chaikin Volatility Oscillator adjusts with respect to volatility, independent of long-term price action.
Parameters
Key | Description |
period | Period as integer value |
Rate | Rate Of Change |
MA | The value can be one of ENUM_MA_METHOD |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also