Table of Contents

Class KaufmanEfficiencyRatio

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

Kaufman Efficiency Ratio indicator.

[Display(ResourceType = typeof(LocalizedStrings), Name = "KER", Description = "KaufmanEfficiencyRatio")]
[Doc("topics/api/indicators/list_of_indicators/kaufman_efficiency_ratio.html")]
public class KaufmanEfficiencyRatio : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
KaufmanEfficiencyRatio
Implements
Derived
Inherited Members
Extension Methods

Constructors

KaufmanEfficiencyRatio()

Initializes a new instance of the KaufmanEfficiencyRatio.

public KaufmanEfficiencyRatio()

Properties

Measure

public override IndicatorMeasures Measure { get; }

Property Value

IndicatorMeasures

Methods

OnProcessDecimal(IIndicatorValue)

To handle the input value.

protected override decimal? OnProcessDecimal(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

decimal?

The new value of the indicator.