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
Constructors
DonchianChannelsValue(DonchianChannels, DateTimeOffset)
Initializes a new instance of the DonchianChannelsValue.
public DonchianChannelsValue(DonchianChannels indicator, DateTimeOffset time)
Parameters
indicator
DonchianChannelstime
DateTimeOffset
Properties
LowerBand
Gets the LowerBand value.
public decimal LowerBand { get; }
Property Value
Middle
Gets the Middle value.
public decimal Middle { get; }
Property Value
UpperBand
Gets the UpperBand value.
public decimal UpperBand { get; }