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.
Свойства
LinearRegSlope : decimal?
Gets the LinearRegSlope value.
LinearRegSlopeValue : IIndicatorValue
Gets the LinearRegSlope value.
LinearRegValue : IIndicatorValue
Gets the LinearReg value.
RSquaredValue : IIndicatorValue
Gets the RSquared value.
StandardError : decimal?
Gets the StandardError value.
StandardErrorValue : IIndicatorValue
Gets the StandardError value.