Gets the lowest Low of last N bars in this series


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

Syntax

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

Parameters

nBars

See Also