Class PivotPointsValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
PivotPoints indicator value.
public class PivotPointsValue : ComplexIndicatorValue<PivotPoints>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
PivotPointsValue
- Implements
- Inherited Members
- Extension Methods
Constructors
PivotPointsValue(PivotPoints, DateTimeOffset)
Initializes a new instance of the PivotPointsValue.
public PivotPointsValue(PivotPoints indicator, DateTimeOffset time)
Parameters
indicator
PivotPointstime
DateTimeOffset
Properties
PivotPoint
Gets the Pivot Point value.
public decimal PivotPoint { get; }
Property Value
R1
Gets the R1 value.
public decimal R1 { get; }
Property Value
R2
Gets the R2 value.
public decimal R2 { get; }
Property Value
S1
Gets the S1 value.
public decimal S1 { get; }
Property Value
S2
Gets the S2 value.
public decimal S2 { get; }