KeltnerChannelBand

StockSharp.Algo.Indicators

Base class for upper and lower lines of Keltner Channel.

Inherits: DecimalLengthIndicator

Methods

OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = keltnerChannelBand.OnProcess(input)

To handle the input value.

input
The input value.

Returns: The resulting value.