Table of Contents

Class KasePeakOscillatorPart

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

Represents a part (short-term or long-term) of the Kase Peak Oscillator.

[IndicatorHidden]
public class KasePeakOscillatorPart : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
KasePeakOscillatorPart
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Constructors

KasePeakOscillatorPart()

public KasePeakOscillatorPart()

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.