PivotPointPart
StockSharp.Algo.Indicators
Represents a part of the Pivot Points indicator.
Inherits: BaseIndicator
Methods
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = pivotPointPart.OnProcess(input)
To handle the input value.
- input
- The input value.
Returns: The resulting value.