/crypto_ta

Technical Analysis of Cryptocurrencies

Primary LanguageJupyter NotebookMIT LicenseMIT

Technical Analysis of Cryptocurrencies

CryptoTAlogo

This is a collection of tools that allow you to perform a simple "technical analysis" on cryptocurrencies using popular crypto APIs.

Currently supported APIs: Binance, Kraken. More too come.

Installation

The easiest way to install is to use pip.

pip install git+https://github.com/dokato/crypto_ta.git

Or download the package from https://github.com/dokato/crypto_ta.git and install with:

python setup.py install

How to use it?

Visit tutorials/ folder.

Dependencies

This module heavily relies on some of the existing fantastic tools for technical analysis:

and some API python wrappers:

Development

This package is still in its infancy and the api can change any time.

Contributions are welcome. Please raise the issue first before you make a PR and please test your code.

TODO

  • add ccxt support
  • cloud plots