PivotPoints

StockSharp.Algo.Indicators

Pivot Points indicator.

Herda de: BaseComplexIndicator<IPivotPointsValue>

Construtores

PivotPoints()

Initializes a new instance of the PivotPoints.

Propriedades

PivotPoint : PivotPointPart

Pivot point.

R1 : PivotPointPart

Resistance level R1.

R2 : PivotPointPart

Resistance level R2.

S1 : PivotPointPart

Support level S1.

S2 : PivotPointPart

Support level S2.

Métodos

CreateValue(DateTime) : IPivotPointsValue

Create .

time
Time
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Retorna: The resulting value.