PriceOscillator Method¶
PriceOscillator¶
Summary¶
The Price Oscillator calculates the difference between two moving averages.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
source | DataSeries | The price source data used for calculation. |
longCycle | int | The long period used for calculation. |
shortCycle | int | The short period used for calculation. |
maType | MovingAverageType | Type of the Moving Average. |
Return Value¶
PriceOscillator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: January 27, 2023