LinearRegressionValue
StockSharp.Algo.Indicators
LinearRegression indicador de implementação do valor.
Herda de: ComplexIndicatorValue<LinearRegression>
Implementa: ILinearRegressionValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Construtores
LinearRegressionValue
public LinearRegressionValue(LinearRegression indicator, DateTime time)
linearRegressionValue = LinearRegressionValue(indicator, time)
LinearRegression indicador de implementação do valor.
- indicator
- O pai LinearRegression indicador.
- time
- Tempo associado a este valor indicador.
Propriedades
LinearReg
public decimal? LinearReg { get; }
value = linearRegressionValue.LinearReg
Obtém o valor LinearReg.
LinearRegSlope
public decimal? LinearRegSlope { get; }
value = linearRegressionValue.LinearRegSlope
Obtém o valor LinearRegSlope.
LinearRegSlopeValue
public IIndicatorValue LinearRegSlopeValue { get; }
value = linearRegressionValue.LinearRegSlopeValue
Obtém o valor LinearRegSlope.
LinearRegValue
public IIndicatorValue LinearRegValue { get; }
value = linearRegressionValue.LinearRegValue
Obtém o valor LinearReg.
RSquared
public decimal? RSquared { get; }
value = linearRegressionValue.RSquared
Obtém o valor RSquared.
RSquaredValue
public IIndicatorValue RSquaredValue { get; }
value = linearRegressionValue.RSquaredValue
Obtém o valor RSquared.
StandardError
public decimal? StandardError { get; }
value = linearRegressionValue.StandardError
Obtém o valor StandardError.
StandardErrorValue
public IIndicatorValue StandardErrorValue { get; }
value = linearRegressionValue.StandardErrorValue
Obtém o valor StandardError.
Métodos
ToString
public override string ToString()
result = linearRegressionValue.ToString()
Converter para uma representação de linha.
Retorna: Desempenho de cordas.