Skip to content

tradingstrategy-ai/backtrader

 
 

Repository files navigation

Trading Strategy Backtrader

This is patched and bug fixed version for Backtrader library. This package is a dependency for trading-strategy package.

The backtrader project was forked and the fork released on a different PyPi package name trading-strategy-backtrader because the original was unmaintained and unusable as a PyPi package dependency.

Show package information on PyPi.

For more information see the original Backtrader website and Trading Strategy website.

Release

How to release this package on PyPi.

Update setup.py version.

rm -rf dist
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

About

Python Backtesting library for trading strategies. Forked from the original work to start maintaining again.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%