HurstExponent

StockSharp.Algo.Indicators

Hurst Exponent indicator.

Inherits: DecimalLengthIndicator

Constructors

HurstExponent
public HurstExponent()
hurstExponent = HurstExponent()

Initializes a new instance of the HurstExponent class.

Properties

Measure
public override IndicatorMeasures Measure { get; }
value = hurstExponent.Measure

IndicatorMeasures.

Methods

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = hurstExponent.OnProcessDecimal(input)

To handle the input value.

input
The input value.

Returns: The new value of the indicator.