ILinearRegressionValue

StockSharp.Algo.Indicators

LinearRegressionインジケータ値.

実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

プロパティ

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

値のLinearReg@を@に取得します。

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

値のLinearRegSlope@を@に取得します。

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

値のLinearRegSlope@を@に取得します。

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

値のLinearReg@を@に取得します。

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

格付けされた値を取得します。

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

格付けされた値を取得します。

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

値のStandardError@を@に取得します。

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

値のStandardError@を@に取得します。