public class Close extends CachelessIndicator<Num>
See Also:
  • Constructor Details

    • Close

      protected Close(BarSeries barSeries)
  • Method Details

    • close

      public static Close close(BarSeries barSeries)
      Gets a Close.
      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)