KasePeakOscillatorPart

StockSharp.Algo.Indicators

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

Inherits: DecimalLengthIndicator

Methods

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = kasePeakOscillatorPart.OnProcessDecimal(input)

To handle the input value.

input
The input value.

Returns: The new value of the indicator.