PivotPoints
StockSharp.Algo.Indicators
Pivot Points indicator.
继承自: BaseComplexIndicator<IPivotPointsValue>
构造函数
PivotPoints()
Initializes a new instance of the PivotPoints.
属性
PivotPoint : PivotPointPart
Pivot point.
R1 : PivotPointPart
Resistance level R1.
R2 : PivotPointPart
Resistance level R2.
S1 : PivotPointPart
Support level S1.
S2 : PivotPointPart
Support level S2.
方法
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
返回值: The resulting value.