PivotPointsValue
StockSharp.Algo.Indicators
要点指标价值执行情况。
继承自: ComplexIndicatorValue<PivotPoints>
实现: IPivotPointsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
构造函数
PivotPointsValue
public PivotPointsValue(PivotPoints indicator, DateTime time)
pivotPointsValue = PivotPointsValue(indicator, time)
要点指标价值执行情况。
- indicator
- 母偏点指标 。
- time
- 与该指标值相接的时间。
属性
PivotPointValue
public IIndicatorValue PivotPointValue { get; }
value = pivotPointsValue.PivotPointValue
获得枢轴点值。