Qteasy

Latest version: v1.2.7

Safety actively analyzes 634660 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

1.1.7

- - Now qteasy can be installed and imported in higher versions of python from 3.9 up to 3.12

What's Changed
* Restructure project, added pyproject.toml to make package installable in python 3.9 and 3.10 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/135


**Full Changelog**: https://github.com/shepherdpp/qteasy/compare/1.1.4...1.1.7

1.1.4

- Updated version restrictions on dependencies, to solve the version conflicts between numba and numpy.
- Slightly improved warning information when loading qteasy for the first time.
- Fixed a few bugs that will cause compatibility issue with pandas > 2.0
- Added performance warnings for strategy optimization method 2 when some numpy and numba versions will cause performance degrade in multiprocessing

What's Changed
* Update to version 1.1.4 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/132
* Update test_qt.py by shepherdpp in https://github.com/shepherdpp/qteasy/pull/134


**Full Changelog**: https://github.com/shepherdpp/qteasy/compare/1.1.3...1.1.4

1.1.3

- now trade_log, trade_records, full_histories are added to the results returned from backtest run, and can be accessed by `res['trade_log']`, `res['trade_records']`, and `res['full_histories']`

**Full Changelog**: https://github.com/shepherdpp/qteasy/compare/1.1.2...1.1.3

1.1.2

- Added parameter --rewind to command dashboard, to allow users to rewind to previous system logs
- Added more information print-outs for command buy and sell, to show if orders are submitted successfully

What's Changed
* Qt dev1.1 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/130


**Full Changelog**: https://github.com/shepherdpp/qteasy/compare/1.1.1...1.1.2

1.1.1

- corrected system log for live trade, now different live trade instances will log to different files
- added capability of reading info from live trade log files and system log files

What's Changed
* update to version 1.1.1 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/129


**Full Changelog**: https://github.com/shepherdpp/qteasy/compare/1.1.0...1.1.1

1.1.0

- New feature: The QTEASY shell is now parsing command arguments in a better and more intuitive way
- Now all commands support `--parameter` / `-p` style parameters, same way as all other CLI tools
- All commands now support `--help` and `-h` to show help messages, are now fully documented in the shell help message
- All commands now have better error handling and usage messages when wrong arguments are given
- All commands are now thoroughly tested and debugged
- Arguments of some commands are now re-designed and re-organized to be more intuitive and easier to use:
- `watch` command now supports `--remove` / `-r` to remove symbols from watch list, and `--clear` / `-c` to clear the list
- `buy` and `sell` commands now uses `--price` / `-p` to specify price, and `--side` / `-s` to specify position side
- `info` and `overview` commands now support new argument `--system` to show system info, and `verbose` will be replaced by `detail` in future versions
- `history` command now accepts explicit argument `all` to show all history
- `orders` command now accepts order filter arguments with optional tags `--status`, `--time`, `--side`, and `--type`
- `config` command now support `--set` / `-s` to set configurations, and set view levels with count of `--level` / `-l`
- `strategies` command now supports `--set-par` to set strategy optimizable parameters, and to be implemented: possible to set blenders with `--blender` and `--timing`
- `run` command now supports running tasks with arguments given with optional flag `--args` / `-a`
- `orders` command now works with new optional arguments for time, type, side and status in more logical way

What's Changed
* merge latest updates and documents to qt_dev 1.1 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/113
* Revert "merge latest updates and documents to qt_dev 1.1" by shepherdpp in https://github.com/shepherdpp/qteasy/pull/114
* Update qteasy to version 1.1 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/126


**Full Changelog**: https://github.com/shepherdpp/qteasy/compare/1.0.27...1.1.0

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.