QSTrader backtesting simulation engine (forked)
Project description
Trading Strategy QSTrader
This is patched and bug fixed version for QSTrader library. This package is a dependency for tradingstrategy package.
The QSTrader project was forked and the fork released on a different PyPi package name trading-strategy-qstrader
because the original project by Michael Halls-Moore was unmaintained and unusable as a PyPi package dependency.
Warning: This package is currently under active development to become suitable for crypto trading. APIs are likely to break.
Information
- Visit Trading Strategy
- View Trading Strategy documentation
- View package information on PyPi
- See the original QSTrader repository on Github
Compatibility
Since version 0.4 internals have been reworked to be compatible with crypto trading. This version is unlikely to work with stock markets anymore and the development has diverged
Release
How to release this package on PyPi.
Update setup.py
version.
rm -rf dist
python3.9 -m venv venv
source venv/bin/activate
pip install -U pip
python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for trading-strategy-qstrader-0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c294b56f84bdc31e79842b5db5f6c8a5603c947725b9650d95655d95ade3ed04 |
|
MD5 | 68dcd07241287358a3239ff43913c66d |
|
BLAKE2b-256 | af6206017d55cf5ae836029d2a9245ff6c8e1706e7b6c0970499f7612eb43f69 |
Hashes for trading_strategy_qstrader-0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9be233a73d6f519719d518bceac59ad2f3b1839d1cb3657d67572afe7001c06b |
|
MD5 | f4c3ee9f6791d7616eeec74cfe9c1d7b |
|
BLAKE2b-256 | bcb45189123a689598b395861e93ab1125038a19f24b062206aa07f9f3e45504 |