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