Class LinearRegressionForecast
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Linear Regression Forecast indicator.
[Display(ResourceType = typeof(LocalizedStrings), Name = "LinearRegressionForecast", Description = "LinearRegressionForecastDescription")]
[Doc("topics/indicators/linear_regression_forecast.html")]
public class LinearRegressionForecast : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
LinearRegressionForecast
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
LinearRegressionForecast()
Initializes a new instance of the LinearRegressionForecast.
public LinearRegressionForecast()
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.