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.

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

Gets the R1 value.

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

Gets the R1 value.

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

Gets the R2 value.

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

Gets the R2 value.

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

Gets the S1 value.

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

Gets the S1 value.

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

Gets the S2 value.

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

Gets the S2 value.

Methods

ToString
public override string ToString()
result = pivotPointsValue.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.