Skip to content

DetrendedPriceOscillator Method

DetrendedPriceOscillator

Summary

The Detrended Price Oscillator shows intermediate overbought and oversold levels.

Signature

1
public abstract DetrendedPriceOscillator DetrendedPriceOscillator(DataSeries source, int periods, MovingAverageType maType)

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