A user defined indicator


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

Syntax

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

Inheritance Hierarchy

System.Object
   OpenQuant.API.Indicator
      OpenQuant.API.Plugins.UserIndicator

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