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
- Inheritance
-
LinearRegSlope
- Implements
-
IPersistableICloneable<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
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.