- The quotation database has been optimized (the conversion may take some time at the first launch) - Fix some bugs (when ccxt is used for multiple exchanges at the same time) - New indicator - Williams %R
0.7.2
- The quotation database has been optimized (the conversion may take some time at the first launch) - New indicator - Ichimoku
0.7.1
- Migration of quote storage to sqlite3 - Added support for three compression algorithms: gzip, bz2 and lz4 ([see](https://github.com/hal9000cc/live_trading_indicators/blob/stable/README.md#compression_type)) - Add the depth parameter for ZigZag indicator
0.6.3
- New indicator - Aroon
0.6.2
- New indicator - ZigZag
0.6.1
- Displaying indicator charts using matplotlib - [see](https://github.com/hal9000cc/live_trading_indicators/blob/stable/examples_show.ipynb). - Repeated download attempts in case of errors (request_trys [setting](https://github.com/hal9000cc/live_trading_indicators/edit/stable/README.md#settings)).