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
-
IPersistableICloneable<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
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.