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

Constructors

LinearRegressionValue(LinearRegression, DateTimeOffset)

Initializes a new instance of the LinearRegressionValue.

public LinearRegressionValue(LinearRegression indicator, DateTimeOffset time)

Parameters

indicator LinearRegression

LinearRegression

time DateTimeOffset

Time

Properties

LinearReg

Gets the LinearReg value.

public decimal LinearReg { get; }

Property Value

decimal

LinearRegSlope

Gets the LinearRegSlope value.

public decimal LinearRegSlope { get; }

Property Value

decimal

RSquared

Gets the RSquared value.

public decimal RSquared { get; }

Property Value

decimal

StandardError

Gets the StandardError value.

public decimal StandardError { get; }

Property Value

decimal