PivotPoints
StockSharp.Algo.Indicators
Pivot Points indicator.
Inherits: BaseComplexIndicator<IPivotPointsValue>
Constructors
PivotPoints
public PivotPoints()
pivotPoints = PivotPoints()
Initializes a new instance of the PivotPoints.
Properties
Methods
CreateValue
protected override IPivotPointsValue CreateValue(DateTime time)
result = pivotPoints.CreateValue(time)
Create .
- time
- Time
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = pivotPoints.OnProcess(input)
To handle the input value.
- input
- The input value.
Returns: The resulting value.