/tradingview-ta-lib

Tradingview ta lib implementation in python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

tradingview-ta

Many indicators that are implemented in Tradingview have different formulas or algorithms from which implemented in popular libraries like ta-lib or pandas-ta.

When conversion strategies from Tradingview, respectively, the results of the strategies do not match.

This library is designed to correct this problem.

Instalation

Until library will be publushed in PyPl it can be instolled from github

pip install git+https://github.com/akumidv/tradingview-ta-lib.git

For upgrade

pip install git+https://github.com/akumidv/tradingview-ta-lib.git --upgrade

Examples

TODO