VolumeROC Method (3)¶
VolumeROC (1 of 3)¶
Summary¶
Volume Rate of Change Indicator measures the rate of change of the tick volume.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
periods | int | The period used for the calculation |
Return Value¶
VolumeROC
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
VolumeROC (2 of 3)¶
Summary¶
Volume Rate of Change Indicator measures the rate of change of the tick volume.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
periods | int | The period used for the calculation |
Return Value¶
VolumeROC
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
VolumeROC (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bars | Bars | |
periods | int |
Return Value¶
VolumeROC
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: February 6, 2023