Table of Contents

Class LinearRegSlope

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

Linear regression gradient.

[Display(ResourceType = typeof(LocalizedStrings), Name = "LRS", Description = "LinearRegSlope")]
public class LinearRegSlope : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable, ILengthIndicator
Inheritance
LinearRegSlope
Implements
IPersistable
ICloneable<IIndicator>
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

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.