Class OHLCPlot

java.lang.Object
tech.tablesaw.plotly.api.OHLCPlot

public class OHLCPlot extends Object
Open-High-Low-Close time series plot typically used to illustrate price trends for stocks and other exchange-traded products
See Also:
  • Constructor Details

    • OHLCPlot

      public OHLCPlot()
  • Method Details

    • create

      public static Figure create(String title, tech.tablesaw.api.Table table, String xCol, String openCol, String highCol, String lowCol, String closeCol)
      Returns Figure containing Open-High-Low-Close time series plot with a default layout