IDonchianChannelsValue
StockSharp.Algo.Indicators
DonchianChannels指标值.
实现: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
属性
LowerBand
public decimal? LowerBand { get; }
value = iDonchianChannelsValue.LowerBand
Gets the LowerBand value.
LowerBandValue
public IIndicatorValue LowerBandValue { get; }
value = iDonchianChannelsValue.LowerBandValue
Gets the LowerBand value.
MiddleValue
public IIndicatorValue MiddleValue { get; }
value = iDonchianChannelsValue.MiddleValue
获得中相值.
UpperBand
public decimal? UpperBand { get; }
value = iDonchianChannelsValue.UpperBand
Gets the UpperBand value.
UpperBandValue
public IIndicatorValue UpperBandValue { get; }
value = iDonchianChannelsValue.UpperBandValue
Gets the UpperBand value.