aitjcize / alec

Alec the trading bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alec the Trading Bot

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

Initial Setup

$ 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

$ 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.

About

Alec the trading bot.


Languages

Language:Python 97.5%Language:Shell 2.2%Language:Makefile 0.3%