Gets the lowest Low of bars in this series


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

Syntax

Visual Basic (Declaration)
Public Function LowestLow() As Double
C#
public double LowestLow()
C++
public:
 double LowestLow() sealed 
J#
public double LowestLow()
JScript
public  function LowestLow() : double

See Also