Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dokato/crypto_ta

Technical Analysis of Cryptocurrencies
https://github.com/dokato/crypto_ta

Last synced: about 1 month ago
JSON representation

Technical Analysis of Cryptocurrencies

Awesome Lists containing this project

README

        

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:

- `ta` - https://github.com/bukosabino/ta
- `mplfinance` - https://github.com/matplotlib/mplfinance
- `statsmodels` - https://github.com/statsmodels/statsmodels

and some API python wrappers:

- https://github.com/sammchardy/python-binance
- https://github.com/dominiktraxl/pykrakenapi

# 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