DetrendedPriceOscillator Method¶
DetrendedPriceOscillator¶
Summary¶
The Detrended Price Oscillator shows intermediate overbought and oversold levels.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
source | DataSeries | The price source data used for calculation. |
periods | int | The period used for calculation. |
maType | MovingAverageType | Type of the Moving Average. |
Return Value¶
DetrendedPriceOscillator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: March 23, 2023