Class ForecastOscillator
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Forecast Oscillator (FOSC) indicator.
[Display(ResourceType = typeof(LocalizedStrings), Name = "FOSC", Description = "ForecastOscillator")]
[Doc("topics/indicators/forecast_oscillator.html")]
public class ForecastOscillator : LinearReg, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
ForecastOscillator
- Implements
- 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
OnProcessDecimal(IIndicatorValue)
To handle the input value.
protected override decimal? OnProcessDecimal(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- decimal?
The new value of the indicator.