Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dokato/crypto_ta
- Owner: dokato
- License: mit
- Created: 2021-11-07T11:23:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T08:41:05.000Z (over 2 years ago)
- Last Synced: 2024-10-16T12:39:51.839Z (3 months ago)
- Language: Jupyter Notebook
- Size: 928 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Technical Analysis of Cryptocurrencies
======================================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/statsmodelsand 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