Skip to main content

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

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/*

How to publish Python packages

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trading-strategy-qstrader-0.5.tar.gz (79.5 kB view hashes)

Uploaded Source

Built Distribution

trading_strategy_qstrader-0.5-py3-none-any.whl (83.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page