ForecastOscillator
StockSharp.Algo.Indicators
Forecast Oscillator (FOSC) indicator.
Inherits: LinearReg
Constructors
ForecastOscillator
public ForecastOscillator()
forecastOscillator = ForecastOscillator()
Initializes a new instance of the ForecastOscillator.
Properties
Measure
public override IndicatorMeasures Measure { get; }
value = forecastOscillator.Measure
IndicatorMeasures.
Methods
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = forecastOscillator.OnProcessDecimal(input)
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.