Table of Contents

Class PivotPoints

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Pivot Points indicator.

[Display(ResourceType = typeof(LocalizedStrings), Name = "PP", Description = "PivotPoints")]
[IndicatorIn(typeof(CandleIndicatorValue))]
public class PivotPoints : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
PivotPoints
Implements
IPersistable
ICloneable<IIndicator>
Derived
Inherited Members
Extension Methods

Constructors

PivotPoints()

Initializes a new instance of the PivotPoints.

public PivotPoints()

Methods

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.