LinearRegressionForecast

StockSharp.Algo.Indicators

Linearer Regressionsprognoseindikator.

Erbt von: DecimalLengthIndicator

Konstruktoren

LinearRegressionForecast
public LinearRegressionForecast()
linearRegressionForecast = LinearRegressionForecast()

Initialisiert eine neue Instanz von LinearRegressionForecast.

Methoden

OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = linearRegressionForecast.OnProcess(input)

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der resultierende Wert.