PivotPoints

StockSharp.Algo.Indicators

Pivot Points indicator.

Erbt von: BaseComplexIndicator<IPivotPointsValue>

Konstruktoren

PivotPoints()

Initializes a new instance of the PivotPoints.

Eigenschaften

PivotPoint : PivotPointPart

Pivot point.

R1 : PivotPointPart

Resistance level R1.

R2 : PivotPointPart

Resistance level R2.

S1 : PivotPointPart

Support level S1.

S2 : PivotPointPart

Support level S2.

Methoden

CreateValue(DateTime) : IPivotPointsValue

Create .

time
Time
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Rückgabe: The resulting value.