Chart reader for practicing traders

Hi all, I recently created this project as I was unable to find source code for chart readers where I could try out implementing my own strategies. I had plenty of data but no means to examine it closely.

Chartreader

The app can be used to load stock/forex/etc market data and then browsed through one candlestick a time by pressing space button. RSI and SMA indicator implementations are also included. They mathematics might contain bugs as I haven’t thoroughly examined the generated RSI or SMA lines.

Some aspiring programmer traders might find some value in playing around with this, especially regarding technical analysis.

Disclaimer: The application provides example of a strategy. This strategy is naive and real technical analysis goes far beyond this, but this may help some aspiring traders in their journey.

Link to Github is here: https://github.com/joni-mikkola/chartreader

Leave a Comment