PivotPointsValue
StockSharp.Algo.Indicators
Pivot Points indicator value implementation.
Inherits: ComplexIndicatorValue<PivotPoints>
Implements: IPivotPointsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
PivotPointsValue
public PivotPointsValue(PivotPoints indicator, DateTime time)
pivotPointsValue = PivotPointsValue(indicator, time)
Pivot Points indicator value implementation.
- indicator
- The parent Pivot Points indicator.
- time
- Time associated with this indicator value.
Properties
PivotPoint
public decimal? PivotPoint { get; }
value = pivotPointsValue.PivotPoint
Gets the Pivot Point value.
PivotPointValue
public IIndicatorValue PivotPointValue { get; }
value = pivotPointsValue.PivotPointValue
Gets the Pivot Point value.
Methods
ToString
public override string ToString()
result = pivotPointsValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.