LinearRegressionValue
StockSharp.Algo.Indicators
LinearRegression indicator value implementation.
Inherits: ComplexIndicatorValue<LinearRegression>
Implements: ILinearRegressionValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
LinearRegressionValue
public LinearRegressionValue(LinearRegression indicator, DateTime time)
linearRegressionValue = LinearRegressionValue(indicator, time)
LinearRegression indicator value implementation.
- indicator
- The parent LinearRegression indicator.
- time
- Time associated with this indicator value.
Properties
LinearReg
public decimal? LinearReg { get; }
value = linearRegressionValue.LinearReg
Gets the LinearReg value.
LinearRegSlope
public decimal? LinearRegSlope { get; }
value = linearRegressionValue.LinearRegSlope
Gets the LinearRegSlope value.
LinearRegSlopeValue
public IIndicatorValue LinearRegSlopeValue { get; }
value = linearRegressionValue.LinearRegSlopeValue
Gets the LinearRegSlope value.
LinearRegValue
public IIndicatorValue LinearRegValue { get; }
value = linearRegressionValue.LinearRegValue
Gets the LinearReg value.
RSquared
public decimal? RSquared { get; }
value = linearRegressionValue.RSquared
Gets the RSquared value.
RSquaredValue
public IIndicatorValue RSquaredValue { get; }
value = linearRegressionValue.RSquaredValue
Gets the RSquared value.
StandardError
public decimal? StandardError { get; }
value = linearRegressionValue.StandardError
Gets the StandardError value.
StandardErrorValue
public IIndicatorValue StandardErrorValue { get; }
value = linearRegressionValue.StandardErrorValue
Gets the StandardError value.
Methods
ToString
public override string ToString()
result = linearRegressionValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.