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