LinearRegressionValue
StockSharp.Algo.Indicators
LinearRegression valor indicador de implementación.
Hereda de: ComplexIndicatorValue<LinearRegression>
Implementa: ILinearRegressionValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructores
LinearRegressionValue
public LinearRegressionValue(LinearRegression indicator, DateTime time)
linearRegressionValue = LinearRegressionValue(indicator, time)
LinearRegression valor indicador de implementación.
- indicator
- El padre LinearRegressionindicador.
- time
- Tiempo asociado con este valor indicador.
Propiedades
LinearReg
public decimal? LinearReg { get; }
value = linearRegressionValue.LinearReg
Consigue el valor LinearReg.
LinearRegSlope
public decimal? LinearRegSlope { get; }
value = linearRegressionValue.LinearRegSlope
Consigue el valor LinearRegSlope.
LinearRegSlopeValue
public IIndicatorValue LinearRegSlopeValue { get; }
value = linearRegressionValue.LinearRegSlopeValue
Consigue el valor LinearRegSlope.
LinearRegValue
public IIndicatorValue LinearRegValue { get; }
value = linearRegressionValue.LinearRegValue
Consigue el valor LinearReg.
RSquared
public decimal? RSquared { get; }
value = linearRegressionValue.RSquared
Consigue el valor RSquared.
RSquaredValue
public IIndicatorValue RSquaredValue { get; }
value = linearRegressionValue.RSquaredValue
Consigue el valor RSquared.
StandardError
public decimal? StandardError { get; }
value = linearRegressionValue.StandardError
Consigue el valor StandardError.
StandardErrorValue
public IIndicatorValue StandardErrorValue { get; }
value = linearRegressionValue.StandardErrorValue
Consigue el valor StandardError.
Métodos
ToString
public override string ToString()
result = linearRegressionValue.ToString()
Convertirse en una representación de línea.
Devuelve: Rendimiento de cuerda.