LinearRegressionValue

StockSharp.Algo.Indicators

LinearRegressionIndikatorwert-Implementierung.

Erbt von: ComplexIndicatorValue<LinearRegression>

Implementiert: ILinearRegressionValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Konstruktoren

LinearRegressionValue
public LinearRegressionValue(LinearRegression indicator, DateTime time)
linearRegressionValue = LinearRegressionValue(indicator, time)

LinearRegressionIndikatorwert-Implementierung.

indicator
Der übergeordnete LinearRegression Indikator.
time
Zeit, die diesem Indikatorwert zugeordnet ist.

Eigenschaften

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

Bekommt den LinearReg-Wert.

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

Bekommt den LinearRegSlope-Wert.

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

Bekommt den LinearRegSlope-Wert.

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

Bekommt den LinearReg-Wert.

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

Bekommt den RSquared-Wert.

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

Bekommt den RSquared-Wert.

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

Bekommt den StandardError-Wert.

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

Bekommt den StandardError-Wert.

Methoden

ToString
public override string ToString()
result = linearRegressionValue.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.