PivotPointsValue

StockSharp.Algo.Indicators

Aplicación de los indicadores de los puntos de pivote.

Hereda de: ComplexIndicatorValue<PivotPoints>

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

Constructores

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

Aplicación de los indicadores de los puntos de pivote.

indicator
El indicador de puntos de pivote de los padres.
time
Tiempo asociado con este valor indicador.

Propiedades

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

Consigue el valor de Pivot Point.

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

Consigue el valor de Pivot Point.

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

Obtiene el valor R1.

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

Obtiene el valor R1.

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

Obtiene el valor R2.

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

Obtiene el valor R2.

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

Consigue el valor S1.

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

Consigue el valor S1.

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

Consigue el valor S2.

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

Consigue el valor S2.

Métodos

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

Convertirse en una representación de línea.

Devuelve: Rendimiento de cuerda.