Kairi - KRI (KRI)


Namespace: OpenQuant.API.Indicators
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public Class KRI
    Inherits Indicator
C#
public class KRI : Indicator
C++
ref class KRI : Indicator
J#
public class KRI extends Indicator
JScript
public class KRI extends Indicator

Remarks

Kairi - KRI calculates deviation of the current price from its simple average as percent of moving average. If the percent is rather high and positive - is signals to sell, large and negative - to buy.

Formula:

Inheritance Hierarchy

System.Object
   OpenQuant.API.Indicator
      OpenQuant.API.Indicators.KRI

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also