LinearRegressionValue

StockSharp.Algo.Indicators

LinearRegression indicator value implementation.

继承自: ComplexIndicatorValue<LinearRegression>

实现: ILinearRegressionValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

构造函数

LinearRegressionValue(LinearRegression, DateTime)

LinearRegression indicator value implementation.

indicator
The parent LinearRegression indicator.
time
Time associated with this indicator value.

属性

LinearReg : decimal?

Gets the LinearReg value.

LinearRegSlope : decimal?

Gets the LinearRegSlope value.

LinearRegSlopeValue : IIndicatorValue

Gets the LinearRegSlope value.

LinearRegValue : IIndicatorValue

Gets the LinearReg value.

RSquared : decimal?

Gets the RSquared value.

RSquaredValue : IIndicatorValue

Gets the RSquared value.

StandardError : decimal?

Gets the StandardError value.

StandardErrorValue : IIndicatorValue

Gets the StandardError value.

方法

ToString() : string

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

返回值: Строковое представление.