Table of Contents

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
IPersistable
ICloneable<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

IndicatorMeasures

Methods

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.