This is the beginning of my grand trading automation plan ..
$ 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.
profit_calc
: calculate profit according ledger csv file.price_monitor
: monitors trading price.rate_monitor
: monitor margin funding price.funding_stats
: report funding performance and statistics.