Overload List

  NameDescription
HighestHigh(RList<(Of <(BarData>)>))
Returns the highest high value in a series of bars.
HighestHigh(IList<(Of <(BarData>)>))
Returns the highest high value within the list of bars.
HighestHigh(RList<(Of <(BarData>)>), Int32)
Returns the highest high for the specified number of recent bars in a bar series.
HighestHigh(IList<(Of <(BarData>)>), Int32, Int32)
Returns the highest high value within the list of bars.

See Also