Table of Contents

Class KeltnerChannelsValue

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

KeltnerChannels indicator value.

public class KeltnerChannelsValue : ComplexIndicatorValue<KeltnerChannels>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
KeltnerChannelsValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the KeltnerChannelsValue.

Constructors

KeltnerChannelsValue(KeltnerChannels, DateTimeOffset)

KeltnerChannels indicator value.

public KeltnerChannelsValue(KeltnerChannels indicator, DateTimeOffset time)

Parameters

indicator KeltnerChannels

KeltnerChannels

time DateTimeOffset

Time

Remarks

Initializes a new instance of the KeltnerChannelsValue.

Properties

Lower

Gets the Lower value.

[Browsable(false)]
public decimal? Lower { get; }

Property Value

decimal?

LowerValue

Gets the Lower value.

public IIndicatorValue LowerValue { get; }

Property Value

IIndicatorValue

Middle

Gets the Middle value.

[Browsable(false)]
public decimal? Middle { get; }

Property Value

decimal?

MiddleValue

Gets the Middle value.

public IIndicatorValue MiddleValue { get; }

Property Value

IIndicatorValue

Upper

Gets the Upper value.

[Browsable(false)]
public decimal? Upper { get; }

Property Value

decimal?

UpperValue

Gets the Upper value.

public IIndicatorValue UpperValue { get; }

Property Value

IIndicatorValue