Bitvested / ta.py

Financial Technical Analysis in Python
MIT License
69 stars 27 forks source link

Technical Analysis (ta.py)

ta.py is a Python package for dealing with financial technical analysis.

Installation

pip

Use the package manager pip to install ta.py.

pip install ta_py

Usage

import ta_py as ta;

Examples

Moving Averages

Please make sure to update tests as appropriate.

License

MIT