VolumeOscillator Method (3)¶
VolumeOscillator (1 of 3)¶
Summary¶
The Volume Oscillator indicator is the difference between two moving averages.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
shortTerm | int | The fast moving average period |
longTerm | int | The slow moving average period |
Return Value¶
VolumeOscillator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
VolumeOscillator (2 of 3)¶
Summary¶
The Volume Oscillator indicator is the difference between two moving averages.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
shortTerm | int | The fast moving average period |
longTerm | int | The slow moving average period |
Return Value¶
VolumeOscillator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
VolumeOscillator (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bars | Bars | |
shortTerm | int | |
longTerm | int |
Return Value¶
VolumeOscillator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: March 23, 2023