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

Constructors

KeltnerChannelsValue(KeltnerChannels, DateTimeOffset)

Initializes a new instance of the KeltnerChannelsValue.

public KeltnerChannelsValue(KeltnerChannels indicator, DateTimeOffset time)

Parameters

indicator KeltnerChannels

KeltnerChannels

time DateTimeOffset

Time

Properties

Lower

Gets the Lower value.

public decimal Lower { get; }

Property Value

decimal

Middle

Gets the Middle value.

public decimal Middle { get; }

Property Value

decimal

Upper

Gets the Upper value.

public decimal Upper { get; }

Property Value

decimal