Another quick update on my bot.
I was getting frustrated with matplotlib so I've ditched it and written my own routines to plot candlestick charts, RSI & MACD.
Also, changed the structure of the app, it can now show multiple charts.
Buy/Sell functionality is the next priority. This will require some input for the API key & secret in order to enable the private API calls. Any ideas of the best way to store this? I'm guessing saving as plain text would be frowned upon. Maybe hash the key & secret against the username or is that too simplistic?
I'll also see if I can build a windows binary.
I reckon I'm making some good progress here but would love to hear any opinions you guys have. I'd also really like some of the Python experts here to have a look at my code and let me know if I'm doing anything stupid. ;-)
Catch you later.