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.