Class LinearRegSlope
Linear regression gradient.
Inherited Members
Namespace: StockSharp.Algo.Indicators
Assembly: StockSharp.Algo.dll
Syntax
[DescriptionLoc("Str742", false)]
public class LinearRegSlope : LengthIndicator<Decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Constructors
LinearRegSlope()
Создать LinearRegSlope.
Declaration
public LinearRegSlope()
Methods
OnProcess(IIndicatorValue)
Обработать входное значение.
Declaration
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
Type | Name | Description |
---|---|---|
IIndicatorValue | input | Входное значение. |
Returns
Type | Description |
---|---|
IIndicatorValue | Результирующее значение. |
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.Common.ICloneable<>