Class PriceChannelsValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Price Channels indicator value.
public class PriceChannelsValue : ComplexIndicatorValue<PriceChannels>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
PriceChannelsValue
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the PriceChannelsValue.
Constructors
PriceChannelsValue(PriceChannels, DateTimeOffset)
Price Channels indicator value.
public PriceChannelsValue(PriceChannels indicator, DateTimeOffset time)
Parameters
indicator
PriceChannelsThe indicator.
time
DateTimeOffsetThe time.
Remarks
Initializes a new instance of the PriceChannelsValue.
Properties
LowerChannel
Gets the lower channel value.
[Browsable(false)]
public decimal? LowerChannel { get; }
Property Value
LowerChannelValue
Gets the lower channel value.
public IIndicatorValue LowerChannelValue { get; }
Property Value
UpperChannel
Gets the upper channel value.
[Browsable(false)]
public decimal? UpperChannel { get; }
Property Value
UpperChannelValue
Gets the upper channel value.
public IIndicatorValue UpperChannelValue { get; }