IDonchianChannelsValue

StockSharp.Algo.Indicators

DonchianChannels indicator value.

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

Properties

LowerBand
public decimal? LowerBand { get; }
value = iDonchianChannelsValue.LowerBand

Gets the LowerBand value.

LowerBandValue
public IIndicatorValue LowerBandValue { get; }
value = iDonchianChannelsValue.LowerBandValue

Gets the LowerBand value.

Middle
public decimal? Middle { get; }
value = iDonchianChannelsValue.Middle

Gets the Middle value.

MiddleValue
public IIndicatorValue MiddleValue { get; }
value = iDonchianChannelsValue.MiddleValue

Gets the Middle value.

UpperBand
public decimal? UpperBand { get; }
value = iDonchianChannelsValue.UpperBand

Gets the UpperBand value.

UpperBandValue
public IIndicatorValue UpperBandValue { get; }
value = iDonchianChannelsValue.UpperBandValue

Gets the UpperBand value.