ILinearRegressionValue

StockSharp.Algo.Indicators

LinearRegression indicator value.

Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Properties

LinearReg
public decimal? LinearReg { get; }
value = iLinearRegressionValue.LinearReg

Gets the LinearReg value.

LinearRegSlope
public decimal? LinearRegSlope { get; }
value = iLinearRegressionValue.LinearRegSlope

Gets the LinearRegSlope value.

LinearRegSlopeValue
public IIndicatorValue LinearRegSlopeValue { get; }
value = iLinearRegressionValue.LinearRegSlopeValue

Gets the LinearRegSlope value.

LinearRegValue
public IIndicatorValue LinearRegValue { get; }
value = iLinearRegressionValue.LinearRegValue

Gets the LinearReg value.

RSquared
public decimal? RSquared { get; }
value = iLinearRegressionValue.RSquared

Gets the RSquared value.

RSquaredValue
public IIndicatorValue RSquaredValue { get; }
value = iLinearRegressionValue.RSquaredValue

Gets the RSquared value.

StandardError
public decimal? StandardError { get; }
value = iLinearRegressionValue.StandardError

Gets the StandardError value.

StandardErrorValue
public IIndicatorValue StandardErrorValue { get; }
value = iLinearRegressionValue.StandardErrorValue

Gets the StandardError value.