PriceChannelsValue

StockSharp.Algo.Indicators

Price Channels indicator value implementation.

Inherits: ComplexIndicatorValue<PriceChannels>

Implements: IPriceChannelsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Constructors

PriceChannelsValue(PriceChannels, DateTime)

Price Channels indicator value implementation.

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

Properties

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.

Methods

ToString() : string

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

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