- Removed dependency on pandas to load dataframes from database, which will arouse UserWarnings in higher versions of pandas, requesting users to install sqlalchemy
What's Changed * Updated to version 1.0.27 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/124
- Now trade logs are saved in a file in live trade mode, the file is saved in the same directory as set in `qt.config['trade_log_file_path']` - Fixed a few bugs in live trade mode, and added information print outs on errors
What's Changed * corrected mistake in broker by shepherdpp in https://github.com/shepherdpp/qteasy/pull/117 * Qt dev1.0 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/118 * corrected a few mistakes and updated version by shepherdpp in https://github.com/shepherdpp/qteasy/pull/119 * improved trade log format by shepherdpp in https://github.com/shepherdpp/qteasy/pull/120
- Corrected a critical mistake introduced since version 1.0.18, with wrongly merged incomplete and untested features in broker. this bug will cause failure of execution orders in live trade mode.
What's Changed * make latest update available in version 1.1 dev by shepherdpp in https://github.com/shepherdpp/qteasy/pull/97 * Bump urllib3 from 1.26.8 to 1.26.18 in /docs by dependabot in https://github.com/shepherdpp/qteasy/pull/101 * merge latest document changes to qt_dev 1.0 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/112 * Corrected a mistake since version 1.0.18 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/116
- Fixed a bug that will cause wrong type conversion when filtering stocks with `qt.filter_stocks()` and creating candle charts with `qt.candle()`
What's Changed * Qt dev1.0 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/108 * corrected mistakes by shepherdpp in https://github.com/shepherdpp/qteasy/pull/109 * updated version to 1.0.23 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/110
- Fixed a mistake in qt.get_config and qt.candle() that interprets wrong list dates in basic data - Improved progress bar: trim the text to screen width - Allows qt.get_stock_info() to run without all basic tables being downloaded
What's Changed * prepared to update to 1.0.22 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/107