Class PivotPointPart
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Represents a part of the Pivot Points indicator.
[IndicatorHidden]
public class PivotPointPart : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
PivotPointPart
- Implements
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Constructors
PivotPointPart()
public PivotPointPart()
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.