IPivotPointsValue
StockSharp.Algo.Indicators
Значение индикатора PivotPoints.
Реализует: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Свойства
PivotPoint
public decimal? PivotPoint { get; }
value = iPivotPointsValue.PivotPoint
Получает значение точки поворота.
PivotPointValue
public IIndicatorValue PivotPointValue { get; }
value = iPivotPointsValue.PivotPointValue
Получает значение точки поворота.
R1Value
public IIndicatorValue R1Value { get; }
value = iPivotPointsValue.R1Value
Получает значение R1.
R2Value
public IIndicatorValue R2Value { get; }
value = iPivotPointsValue.R2Value
Получает значение R2.
S1Value
public IIndicatorValue S1Value { get; }
value = iPivotPointsValue.S1Value
Получает значение S1.
S2Value
public IIndicatorValue S2Value { get; }
value = iPivotPointsValue.S2Value
Получает значение S2.