Table of Contents

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

Remarks

Initializes a new instance of the PivotPointsValue.

Constructors

PivotPointsValue(PivotPoints, DateTimeOffset)

PivotPoints indicator value.

public PivotPointsValue(PivotPoints indicator, DateTimeOffset time)

Parameters

indicator PivotPoints

PivotPoints

time DateTimeOffset

Time

Remarks

Initializes a new instance of the PivotPointsValue.

Properties

PivotPoint

Gets the Pivot Point value.

[Browsable(false)]
public decimal? PivotPoint { get; }

Property Value

decimal?

PivotPointValue

Gets the Pivot Point value.

public IIndicatorValue PivotPointValue { get; }

Property Value

IIndicatorValue

R1

Gets the R1 value.

[Browsable(false)]
public decimal? R1 { get; }

Property Value

decimal?

R1Value

Gets the R1 value.

public IIndicatorValue R1Value { get; }

Property Value

IIndicatorValue

R2

Gets the R2 value.

[Browsable(false)]
public decimal? R2 { get; }

Property Value

decimal?

R2Value

Gets the R2 value.

public IIndicatorValue R2Value { get; }

Property Value

IIndicatorValue

S1

Gets the S1 value.

[Browsable(false)]
public decimal? S1 { get; }

Property Value

decimal?

S1Value

Gets the S1 value.

public IIndicatorValue S1Value { get; }

Property Value

IIndicatorValue

S2

Gets the S2 value.

[Browsable(false)]
public decimal? S2 { get; }

Property Value

decimal?

S2Value

Gets the S2 value.

public IIndicatorValue S2Value { get; }

Property Value

IIndicatorValue