ILinearRegressionValue
StockSharp.Algo.Indicators
LinearRegression valor indicador.
Implementa: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Propiedades
LinearReg
public decimal? LinearReg { get; }
value = iLinearRegressionValue.LinearReg
Consigue el valor LinearReg.
LinearRegSlope
public decimal? LinearRegSlope { get; }
value = iLinearRegressionValue.LinearRegSlope
Consigue el valor LinearRegSlope.
LinearRegSlopeValue
public IIndicatorValue LinearRegSlopeValue { get; }
value = iLinearRegressionValue.LinearRegSlopeValue
Consigue el valor LinearRegSlope.
LinearRegValue
public IIndicatorValue LinearRegValue { get; }
value = iLinearRegressionValue.LinearRegValue
Consigue el valor LinearReg.
RSquared
public decimal? RSquared { get; }
value = iLinearRegressionValue.RSquared
Consigue el valor RSquared.
RSquaredValue
public IIndicatorValue RSquaredValue { get; }
value = iLinearRegressionValue.RSquaredValue
Consigue el valor RSquared.
StandardError
public decimal? StandardError { get; }
value = iLinearRegressionValue.StandardError
Consigue el valor StandardError.
StandardErrorValue
public IIndicatorValue StandardErrorValue { get; }
value = iLinearRegressionValue.StandardErrorValue
Consigue el valor StandardError.