Returns the lowest low value in a series of bars.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public static double LowestLow( RList<BarData> bars ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function LowestLow ( _ bars As RList(Of BarData) _ ) As Double |
| Visual C++ |
|---|
public: static double LowestLow( RList<BarData^>^ bars ) |
Parameters
- bars
- Type: RightEdge.Common..::.RList<(Of <(BarData>)>)
RList containing a series of bars.