This repository contains infra-structure for agent backtesting and cryptocoin trading. It is under active development and is provided "AS-IS", without any warrants whatsoever.
In order to get started, you will need python and some dependencies:
- Python 3.6
- numpy
- pandas
- bokeh
- chainer
- optunity
- ta-lib
- empyrical
- jupyter
You also will need ta-lib binaries.
Just clone this repository and install using pip:
git clone [email protected]:naripok/cryptotrader.git
cd cryptotrader/
pip3 install .
Inside notebooks directory you will find jupyter notebooks containing code to optimize and backtest some example agents. You just need to run it under an active internet connection, as the data will be downloaded on the go.
In order to run paper trading, you will need to specify the initial balance. The api is similar to the backtest one. You can also specify some gmail addr and password in order to receive trade and debug logs. There is, as well, an example notebook inside notebooks dir.
This project is licensed under the MIT License - see the LICENSE.md file for details