I made OHLC charts with JfreeChart and timeline work

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
JayBridges
Posts: 1
Joined: Wed Feb 06, 2019 5:38 pm
antibot: No, of course not.
Contact:

I made OHLC charts with JfreeChart and timeline work

Post by JayBridges » Sun Apr 18, 2021 3:21 pm

Hi all, I got the awesome JFreechart to work with market data nicely. I made an implementation of Timeline to avoid using the somewhat problematic SegmentedTimeline. I also wrote market data parsers to get market data and learned how to annotate and merge charts and more. I have a PhD in chemical engineering, I think it came in handy. Currently I'm building my own market analysis applications with my tools. Now I am ready to show these to you. Have a look at https://youtu.be/HJerIObC838

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: I made OHLC charts with JfreeChart and timeline work

Post by david.gilbert » Tue Apr 27, 2021 5:52 am

Nice work!
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked