Table of Contents

Class LinearRegressionValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

LinearRegression indicator value.

public class LinearRegressionValue : ComplexIndicatorValue<LinearRegression>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
LinearRegressionValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the LinearRegressionValue.

Constructors

LinearRegressionValue(LinearRegression, DateTimeOffset)

LinearRegression indicator value.

public LinearRegressionValue(LinearRegression indicator, DateTimeOffset time)

Parameters

indicator LinearRegression

LinearRegression

time DateTimeOffset

Time

Remarks

Initializes a new instance of the LinearRegressionValue.

Properties

LinearReg

Gets the LinearReg value.

[Browsable(false)]
public decimal? LinearReg { get; }

Property Value

decimal?

LinearRegSlope

Gets the LinearRegSlope value.

[Browsable(false)]
public decimal? LinearRegSlope { get; }

Property Value

decimal?

LinearRegSlopeValue

Gets the LinearRegSlope value.

public IIndicatorValue LinearRegSlopeValue { get; }

Property Value

IIndicatorValue

LinearRegValue

Gets the LinearReg value.

public IIndicatorValue LinearRegValue { get; }

Property Value

IIndicatorValue

RSquared

Gets the RSquared value.

[Browsable(false)]
public decimal? RSquared { get; }

Property Value

decimal?

RSquaredValue

Gets the RSquared value.

public IIndicatorValue RSquaredValue { get; }

Property Value

IIndicatorValue

StandardError

Gets the StandardError value.

[Browsable(false)]
public decimal? StandardError { get; }

Property Value

decimal?

StandardErrorValue

Gets the StandardError value.

public IIndicatorValue StandardErrorValue { get; }

Property Value

IIndicatorValue