Class LinearRegressionValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
LinearRegression indicator value.
public class LinearRegressionValue : ComplexIndicatorValue<LinearRegression>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
LinearRegressionValue
- Implements
- Inherited Members
- Extension Methods
Constructors
LinearRegressionValue(LinearRegression, DateTimeOffset)
Initializes a new instance of the LinearRegressionValue.
public LinearRegressionValue(LinearRegression indicator, DateTimeOffset time)
Parameters
indicator
LinearRegressiontime
DateTimeOffset
Properties
LinearReg
Gets the LinearReg value.
public decimal LinearReg { get; }
Property Value
LinearRegSlope
Gets the LinearRegSlope value.
public decimal LinearRegSlope { get; }
Property Value
RSquared
Gets the RSquared value.
public decimal RSquared { get; }
Property Value
StandardError
Gets the StandardError value.
public decimal StandardError { get; }