Table of Contents

Class KeltnerChannelBand

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

Base class for upper and lower lines of Keltner Channel.

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

Constructors

KeltnerChannelBand()

public KeltnerChannelBand()

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.