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.
R1Value
public IIndicatorValue R1Value { get; }
value = iPivotPointsValue.R1Value
Gets the R1 value.
R2Value
public IIndicatorValue R2Value { get; }
value = iPivotPointsValue.R2Value
Gets the R2 value.
S1Value
public IIndicatorValue S1Value { get; }
value = iPivotPointsValue.S1Value
Gets the S1 value.
S2Value
public IIndicatorValue S2Value { get; }
value = iPivotPointsValue.S2Value
Gets the S2 value.