LinearRegressionForecast
StockSharp.Algo.Indicators
Linear Regression Forecast indicator.
Inherits: DecimalLengthIndicator
Constructors
LinearRegressionForecast()
Initializes a new instance of the LinearRegressionForecast.
Methods
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Returns: The resulting value.