Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mementum/bta-lib
Technical Analysis library in pandas for backtesting algotrading and quantitative analysis
https://github.com/mementum/bta-lib
Last synced: 7 days ago
JSON representation
Technical Analysis library in pandas for backtesting algotrading and quantitative analysis
- Host: GitHub
- URL: https://github.com/mementum/bta-lib
- Owner: mementum
- License: mit
- Created: 2020-01-31T23:04:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T15:02:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T16:13:57.720Z (14 days ago)
- Language: Python
- Size: 326 KB
- Stars: 459
- Watchers: 26
- Forks: 109
- Open Issues: 22
-
Metadata Files:
- Readme: README.rst
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome_time_series_in_python - bta-lib
- awesome-quant - bta-lib - Technical Analysis library in pandas for backtesting algotrading and quantitative analysis. (Python / Trading & Backtesting)
README
``bta-lib`` - A ``pandas`` based *Technical Analysis Library*
=============================================================.. image:: https://img.shields.io/pypi/v/bta-lib.svg
:alt: PyPi Version
:scale: 100%
:target: https://pypi.python.org/pypi/bta-lib/.. image:: https://img.shields.io/github/release/mementum/bta-lib.svg
:alt: Release
:scale: 100%
:target: https://github.com/mementum/bta-lib/releases/``bta-lib`` is ``pandas`` based technical analysis library and part of the
``backtrader`` family.Links
------ Main Page: https://btalib.backtrader.com/
- Documentation: https://btalib.backtrader.com/introduction/
- Community: https://community.backtrader.com/category/10/bta-lib
- GitHub Repo: https://github.com/mementum/bta-libInstallation
------------Via ``pip``::
pip install bta-lib
**Remember**: ``pandas`` is a requirement. Read the docs!!!