Class DonchianChannelsValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
DonchianChannels indicator value.
public class DonchianChannelsValue : ComplexIndicatorValue<DonchianChannels>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
DonchianChannelsValue
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the DonchianChannelsValue.
Constructors
DonchianChannelsValue(DonchianChannels, DateTimeOffset)
DonchianChannels indicator value.
public DonchianChannelsValue(DonchianChannels indicator, DateTimeOffset time)
Parameters
indicator
DonchianChannelstime
DateTimeOffset
Remarks
Initializes a new instance of the DonchianChannelsValue.
Properties
LowerBand
Gets the LowerBand value.
[Browsable(false)]
public decimal? LowerBand { get; }
Property Value
LowerBandValue
Gets the LowerBand value.
public IIndicatorValue LowerBandValue { get; }
Property Value
Middle
Gets the Middle value.
[Browsable(false)]
public decimal? Middle { get; }
Property Value
MiddleValue
Gets the Middle value.
public IIndicatorValue MiddleValue { get; }
Property Value
UpperBand
Gets the UpperBand value.
[Browsable(false)]
public decimal? UpperBand { get; }
Property Value
UpperBandValue
Gets the UpperBand value.
public IIndicatorValue UpperBandValue { get; }