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
Remarks
Initializes a new instance of the LinearRegressionValue.
Constructors
LinearRegressionValue(LinearRegression, DateTimeOffset)
LinearRegression indicator value.
public LinearRegressionValue(LinearRegression indicator, DateTimeOffset time)
Parameters
indicator
LinearRegressiontime
DateTimeOffset
Remarks
Initializes a new instance of the LinearRegressionValue.
Properties
LinearReg
Gets the LinearReg value.
[Browsable(false)]
public decimal? LinearReg { get; }
Property Value
LinearRegSlope
Gets the LinearRegSlope value.
[Browsable(false)]
public decimal? LinearRegSlope { get; }
Property Value
LinearRegSlopeValue
Gets the LinearRegSlope value.
public IIndicatorValue LinearRegSlopeValue { get; }
Property Value
LinearRegValue
Gets the LinearReg value.
public IIndicatorValue LinearRegValue { get; }
Property Value
RSquared
Gets the RSquared value.
[Browsable(false)]
public decimal? RSquared { get; }
Property Value
RSquaredValue
Gets the RSquared value.
public IIndicatorValue RSquaredValue { get; }
Property Value
StandardError
Gets the StandardError value.
[Browsable(false)]
public decimal? StandardError { get; }
Property Value
StandardErrorValue
Gets the StandardError value.
public IIndicatorValue StandardErrorValue { get; }