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

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

返回值: Строковое представление.