PriceChannelsValue
StockSharp.Algo.Indicators
Price Channels indicator value implementation.
Inherits: ComplexIndicatorValue<PriceChannels>
Implements: IPriceChannelsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
PriceChannelsValue
public PriceChannelsValue(PriceChannels indicator, DateTime time)
priceChannelsValue = PriceChannelsValue(indicator, time)
Price Channels indicator value implementation.
- indicator
- The parent Price Channels indicator.
- time
- Time associated with this indicator value.
Properties
LowerChannel
public decimal? LowerChannel { get; }
value = priceChannelsValue.LowerChannel
Gets the lower channel value.
LowerChannelValue
public IIndicatorValue LowerChannelValue { get; }
value = priceChannelsValue.LowerChannelValue
Gets the lower channel value.
UpperChannel
public decimal? UpperChannel { get; }
value = priceChannelsValue.UpperChannel
Gets the upper channel value.
UpperChannelValue
public IIndicatorValue UpperChannelValue { get; }
value = priceChannelsValue.UpperChannelValue
Gets the upper channel value.
Methods
ToString
public override string ToString()
result = priceChannelsValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.