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
Inherited Members
Extension Methods

Constructors

KasePeakOscillatorPart()

public KasePeakOscillatorPart()

Methods

OnProcessDecimal(IIndicatorValue)

To handle the input value.

protected override decimal? OnProcessDecimal(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

decimal?

The new value of the indicator.