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

https://github.com/aitjcize/alec

Alec the trading bot.
https://github.com/aitjcize/alec

Last synced: 5 months ago
JSON representation

Alec the trading bot.

Awesome Lists containing this project

README

          

Alec the Trading Bot
====================

This is the beginning of my grand trading automation plan ..

Initial Setup
-------------

```bash
$ cd bin
$ cp config.sample.sh config.sh # Modify config.sh to suite your needs

$ virtualenv .env
$ source bin/env.sh
$ pip install -r requirements.txt
```

Now every time you want to start development, just do

```bash
$ source bin/env.sh
```

and the config and PATH will be set for you.

Useful Commands
---------------

1. `profit_calc`: calculate profit according ledger csv file.
2. `price_monitor`: monitors trading price.
3. `rate_monitor`: monitor margin funding price.
4. `funding_stats`: report funding performance and statistics.