robindrew / robindrew-trading

Algorithmic trading core library for Java, with an extensive set of support libraries for backtesting and trading.
GNU General Public License v3.0
7 stars 5 forks source link

Create PriceCandle Image Generator #16

Open robindrew opened 6 years ago

robindrew commented 6 years ago

Write a basic image generator that renders price candles as accurately as possible. Include greyed out areas to represent price candles that are missing (due to weekends/holidays/etc).

robindrew commented 6 years ago

Generate the images in PNG format - JPEG is lossy and GIF is not as versatile as PNG.