Returns the highest high value within the list of bars.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public static double HighestHigh( IList<BarData> bars, int start, int length ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function HighestHigh ( _ bars As IList(Of BarData), _ start As Integer, _ length As Integer _ ) As Double |
| Visual C++ |
|---|
public: static double HighestHigh( IList<BarData^>^ bars, int start, int length ) |
Parameters
- bars
- Type: System.Collections.Generic..::.IList<(Of <(BarData>)>)
List containing a series of BarData classes.
- start
- Type: System..::.Int32
The index in the list in which to start the analysis.
- length
- Type: System..::.Int32
The length or number of values to analyze before completing.