Real Time Candle stick chart using javafx (and no jfreechart )

后端 未结 3 696
清酒与你
清酒与你 2021-02-11 01:38

I want to make a candlestick chart which reads stream of data and then plot it (so it will be plotting either as data comes or after certain period it will update the previous p

3条回答
  •  甜味超标
    2021-02-11 01:46

    I have tried the ensemble example myself and customized. It does not perform well over 1000 bars. At least when your moving the 1000 bars and figure that out. Which is a huge shock since I wrote the same thing in swing a while ago with stellar performance.

    I would recommend rolling your own in fx.

提交回复
热议问题