IPivotPointsValue

StockSharp.Algo.Indicators

PivotPoints indicator value.

Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Properties

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

Gets the Pivot Point value.

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

Gets the Pivot Point value.

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

Gets the R1 value.

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

Gets the R1 value.

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

Gets the R2 value.

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

Gets the R2 value.

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

Gets the S1 value.

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

Gets the S1 value.

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

Gets the S2 value.

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

Gets the S2 value.