ILinearRegressionValue

StockSharp.Algo.Indicators

Значение индикатора LinearRegression.

Реализует: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Свойства

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

Получает значение LinearReg.

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

Получает значение LinearRegSlope.

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

Получает значение LinearRegSlope.

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

Получает значение LinearReg.

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

Получает квадратную стоимость.

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

Получает квадратную стоимость.

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

Получает значение StandardError.

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

Получает значение StandardError.