Class ForecastOscillator
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Forecast Oscillator (FOSC) indicator.
[Display(ResourceType = typeof(LocalizedStrings), Name = "FOSC", Description = "ForecastOscillator")]
public class ForecastOscillator : LinearReg, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
ForecastOscillator
- Implements
-
IPersistableICloneable<IIndicator>
- Derived
- Inherited Members
- Extension Methods
Constructors
ForecastOscillator()
Initializes a new instance of the ForecastOscillator.
public ForecastOscillator()
Properties
Measure
public override IndicatorMeasures Measure { get; }
Property Value
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.