PriceChannelsValue

StockSharp.Algo.Indicators

Price Channels indicator value implementation.

継承元: ComplexIndicatorValue<PriceChannels>

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

コンストラクター

PriceChannelsValue(PriceChannels, DateTime)

Price Channels indicator value implementation.

indicator
The parent Price Channels indicator.
time
Time associated with this indicator value.

プロパティ

LowerChannel : decimal?

Gets the lower channel value.

LowerChannelValue : IIndicatorValue

Gets the lower channel value.

UpperChannel : decimal?

Gets the upper channel value.

UpperChannelValue : IIndicatorValue

Gets the upper channel value.

メソッド

ToString() : string

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

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