IPivotPointsValue
StockSharp.Algo.Indicators
PivotPoints valor indicador.
Implementa: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Propiedades
PivotPoint
public decimal? PivotPoint { get; }
value = iPivotPointsValue.PivotPoint
Consigue el valor de Pivot Point.
PivotPointValue
public IIndicatorValue PivotPointValue { get; }
value = iPivotPointsValue.PivotPointValue
Consigue el valor de Pivot Point.
R1Value
public IIndicatorValue R1Value { get; }
value = iPivotPointsValue.R1Value
Obtiene el valor R1.
R2Value
public IIndicatorValue R2Value { get; }
value = iPivotPointsValue.R2Value
Obtiene el valor R2.
S1Value
public IIndicatorValue S1Value { get; }
value = iPivotPointsValue.S1Value
Consigue el valor S1.
S2Value
public IIndicatorValue S2Value { get; }
value = iPivotPointsValue.S2Value
Consigue el valor S2.