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
-
IPersistableICloneable<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
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.