ChaikinVolatility Method (3)¶
ChaikinVolatility (1 of 3)¶
Summary¶
The Chaikin Volatiliy indicator measures the trading range between the high and the low prices.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
periods | int | The value of the periods used for calculation. |
rateOfChange | int | The value of the rage of change used for calculation. |
maType | MovingAverageType | Type of the Moving Average. |
Return Value¶
ChaikinVolatility
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
ChaikinVolatility (2 of 3)¶
Summary¶
The Chaikin Volatiliy indicator measures the trading range between the high and the low prices.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bars | Bars | The Bars that will be used by indicator, you can pass another timeframe/symbol bars |
periods | int | The value of the periods used for calculation. |
rateOfChange | int | The value of the rage of change used for calculation. |
maType | MovingAverageType | Type of the Moving Average. |
Return Value¶
ChaikinVolatility
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
ChaikinVolatility (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
periods | int | |
rateOfChange | int | |
maType | MovingAverageType |
Return Value¶
ChaikinVolatility
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: January 27, 2023