LinearRegressionForecast

StockSharp.Algo.Indicators

Linear Regression Forecast indicator.

Inherits: DecimalLengthIndicator

Constructors

LinearRegressionForecast
public LinearRegressionForecast()
linearRegressionForecast = LinearRegressionForecast()

Initializes a new instance of the LinearRegressionForecast.

Methods

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

To handle the input value.

input
The input value.

Returns: The resulting value.