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

Constructors

PivotPointsValue(PivotPoints, DateTimeOffset)

Initializes a new instance of the PivotPointsValue.

public PivotPointsValue(PivotPoints indicator, DateTimeOffset time)

Parameters

indicator PivotPoints

PivotPoints

time DateTimeOffset

Time

Properties

PivotPoint

Gets the Pivot Point value.

public decimal PivotPoint { get; }

Property Value

decimal

R1

Gets the R1 value.

public decimal R1 { get; }

Property Value

decimal

R2

Gets the R2 value.

public decimal R2 { get; }

Property Value

decimal

S1

Gets the S1 value.

public decimal S1 { get; }

Property Value

decimal

S2

Gets the S2 value.

public decimal S2 { get; }

Property Value

decimal