Class HurstExponent
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Hurst Exponent indicator.
[Display(ResourceType = typeof(LocalizedStrings), Name = "HurstExponent", Description = "HurstExponentDesc")]
public class HurstExponent : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
HurstExponent
- Implements
- Inherited Members
- Extension Methods
Remarks
Measures the tendency of a time series to regress strongly to the mean or to cluster in a direction. https://en.wikipedia.org/wiki/Hurst_exponent
Constructors
HurstExponent()
Initializes a new instance of the HurstExponent class.
public HurstExponent()
Properties
Measure
public override IndicatorMeasures Measure { get; }
Property Value
Methods
OnProcessDecimal(IIndicatorValue)
To handle the input value.
protected override decimal? OnProcessDecimal(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- decimal?
The new value of the indicator.