PivotPointsValue

StockSharp.Algo.Indicators

Implementação do valor do indicador de Pontos Pivot.

Herda de: ComplexIndicatorValue<PivotPoints>

Implementa: IPivotPointsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Construtores

PivotPointsValue
public PivotPointsValue(PivotPoints indicator, DateTime time)
pivotPointsValue = PivotPointsValue(indicator, time)

Implementação do valor do indicador de Pontos Pivot.

indicator
O indicador de Pontos Pivot pai.
time
Tempo associado a este valor indicador.

Propriedades

PivotPoint
public decimal? PivotPoint { get; }
value = pivotPointsValue.PivotPoint

Obtém o valor do Ponto Pivot.

PivotPointValue
public IIndicatorValue PivotPointValue { get; }
value = pivotPointsValue.PivotPointValue

Obtém o valor do Ponto Pivot.

R1
public decimal? R1 { get; }
value = pivotPointsValue.R1

Obtém o valor R1.

R1Value
public IIndicatorValue R1Value { get; }
value = pivotPointsValue.R1Value

Obtém o valor R1.

R2
public decimal? R2 { get; }
value = pivotPointsValue.R2

Obtém o valor R2.

R2Value
public IIndicatorValue R2Value { get; }
value = pivotPointsValue.R2Value

Obtém o valor R2.

S1
public decimal? S1 { get; }
value = pivotPointsValue.S1

Obtém o valor de S1.

S1Value
public IIndicatorValue S1Value { get; }
value = pivotPointsValue.S1Value

Obtém o valor de S1.

S2
public decimal? S2 { get; }
value = pivotPointsValue.S2

Obtém o valor S2.

S2Value
public IIndicatorValue S2Value { get; }
value = pivotPointsValue.S2Value

Obtém o valor S2.

Métodos

ToString
public override string ToString()
result = pivotPointsValue.ToString()

Converter para uma representação de linha.

Retorna: Desempenho de cordas.