Table of Contents

Class LinearRegSlope

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

Linear regression gradient.

[Display(ResourceType = typeof(LocalizedStrings), Name = "LRS", Description = "LinearRegSlope")]
[Doc("topics/api/indicators/list_of_indicators/lrs.html")]
public class LinearRegSlope : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
LinearRegSlope
Implements
Inherited Members
Extension Methods

Remarks

Constructors

LinearRegSlope()

Initializes a new instance of the LinearRegSlope.

public LinearRegSlope()

Properties

Measure

public override IndicatorMeasures Measure { get; }

Property Value

IndicatorMeasures

Methods

OnProcessDecimal(IIndicatorValue)

To handle the input value.

protected override decimal? OnProcessDecimal(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

decimal?

The new value of the indicator.