public class High extends CachelessIndicator<Num>
High is a Num Indicator to provide Bar.getHigh().
See Also:
  • Constructor Details

  • Method Details

    • high

      public static High high(BarSeries barSeries)
      Gets a High.
      Parameters:
      barSeries - the BarSeries
    • calculate

      protected Num calculate(long index)
      Description copied from class: Indicator
      Performs the calculation of this Indicator at the given index.
      Specified by:
      calculate in class Indicator<Num>
      Parameters:
      index - the index
      Returns:
      the result (never null)