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.

Методы

CreateValue(DateTime) : IPivotPointsValue

Create .

time
Time
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Возвращает: The resulting value.