KeltnerChannelsValue

StockSharp.Algo.Indicators

KeltnerChannels indicator value implementation.

継承元: ComplexIndicatorValue<KeltnerChannels>

実装: IKeltnerChannelsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

コンストラクター

KeltnerChannelsValue(KeltnerChannels, DateTime)

KeltnerChannels indicator value implementation.

indicator
The parent KeltnerChannels indicator.
time
Time associated with this indicator value.

プロパティ

Lower : decimal?

Gets the Lower value.

LowerValue : IIndicatorValue

Gets the Lower value.

Middle : decimal?

Gets the Middle value.

MiddleValue : IIndicatorValue

Gets the Middle value.

Upper : decimal?

Gets the Upper value.

UpperValue : IIndicatorValue

Gets the Upper value.

メソッド

ToString() : string

Преобразовать к строковому представлению.

戻り値: Строковое представление.