EhlersFisherTransformLine
StockSharp.Algo.Indicators
Represents a single line of the Ehlers Fisher Transform indicator.
Inherits: BaseIndicator
Methods
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = ehlersFisherTransformLine.OnProcess(input)
To handle the input value.
- input
- The input value.
Returns: The resulting value.