Table of Contents

Class ChannelAveragePriceOscillator

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Channel Average Price Oscillator (CAPO) indicator.

[IndicatorHidden]
public class ChannelAveragePriceOscillator : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
ChannelAveragePriceOscillator
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Constructors

ChannelAveragePriceOscillator()

public ChannelAveragePriceOscillator()

Methods

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.