Gets the highest High 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 HighestHigh( _ 
   ByVal index1 As Integer,  _ 
   ByVal index2 As Integer _ 
) As Double
C#
public double HighestHigh(
   int index1,
   int index2
)
C++
public:
 double HighestHigh(
   int index1,
   int index2
) sealed 
J#
public double HighestHigh(
   int index1,
   int index2
)
JScript
public  function HighestHigh(
   index1 : int,
   index2 : int
) : double

Parameters

index1
index2

See Also