Class CandlestickPlot


  • public class CandlestickPlot
    extends Object
    Candlestick time series plot typically used to illustrate price trends for stocks and other exchange-traded products
    See Also:
    OHLCPlot
    • Constructor Detail

      • CandlestickPlot

        public CandlestickPlot()
    • Method Detail

      • 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 candlestick time series plot with a default layout