Gets the lowest Low of the bars between specfied indicies in this series


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

Syntax

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

Parameters

index1
index2

See Also