Metadata-Version: 2.0
Name: bta-lib
Version: 0.9.1
Summary: bta-lib technical analysis library
Home-page: https://github.com/mementum/bta-lib
Author: Daniel Rodriguez
License: MIT
Download-URL: https://github.com/mementum/bta-lib/tarball/0.9.1
Keywords: trading,development,backtesting,algotrading,technical analysis
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Software Development
Classifier: Topic :: Office/Business :: Financial
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: pandas

``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-lib

Installation
------------

Via ``pip``::

  pip install bta-lib

**Remember**: ``pandas`` is a requirement. Read the docs!!!


