AdaptivePriceZoneValue
StockSharp.Algo.Indicators
AdaptivePriceZone指标值执行情况。
继承自: ComplexIndicatorValue<AdaptivePriceZone>
实现: IAdaptivePriceZoneValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
构造函数
AdaptivePriceZoneValue
public AdaptivePriceZoneValue(AdaptivePriceZone indicator, DateTime time)
adaptivePriceZoneValue = AdaptivePriceZoneValue(indicator, time)
AdaptivePriceZone指标值执行情况。
- indicator
- The parent AdaptivePriceZone indicator.
- time
- 与该指标值相接的时间。
属性
LowerBandValue
public IIndicatorValue LowerBandValue { get; }
value = adaptivePriceZoneValue.LowerBandValue
获得较低的带值。
MovingAverage
public decimal? MovingAverage { get; }
value = adaptivePriceZoneValue.MovingAverage
获得移动平均值。
MovingAverageValue
public IIndicatorValue MovingAverageValue { get; }
value = adaptivePriceZoneValue.MovingAverageValue
获得移动平均值。
UpperBandValue
public IIndicatorValue UpperBandValue { get; }
value = adaptivePriceZoneValue.UpperBandValue
获得上行带值。
方法
ToString
public override string ToString()
result = adaptivePriceZoneValue.ToString()
转换为行代表.
返回值: 弦乐表演.