PivotPoints

StockSharp.Algo.Indicators

Indicador de pontos pivô.

Herda de: BaseComplexIndicator<IPivotPointsValue>

Construtores

PivotPoints
public PivotPoints()
pivotPoints = PivotPoints()

Inicializa uma nova instância do PivotPoints.

Propriedades

PivotPoint
public PivotPointPart PivotPoint { get; }
value = pivotPoints.PivotPoint

Ponto de pivô.

R1
public PivotPointPart R1 { get; }
value = pivotPoints.R1

Nível de resistência R1.

R2
public PivotPointPart R2 { get; }
value = pivotPoints.R2

Nível de resistência R2.

S1
public PivotPointPart S1 { get; }
value = pivotPoints.S1

Nível de suporte S1.

S2
public PivotPointPart S2 { get; }
value = pivotPoints.S2

Nível de suporte S2.

Métodos

CreateValue
protected override IPivotPointsValue CreateValue(DateTime time)
result = pivotPoints.CreateValue(time)

Criar.

time
Hora
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = pivotPoints.OnProcess(input)

Para lidar com o valor de entrada.

input
O valor de entrada.

Retorna: O valor resultante.