True Low (TL)


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

Syntax

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

Remarks

The value the TrueLow function returns is either the Low of the current bar or the Close of the previous bar if its value is lower.

Formula:

Inheritance Hierarchy

System.Object
   OpenQuant.API.Indicator
      OpenQuant.API.Indicators.TL

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