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.
- Host: GitHub
- URL: https://github.com/aitjcize/alec
- Owner: aitjcize
- Created: 2017-08-26T11:16:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T14:30:58.000Z (about 8 years ago)
- Last Synced: 2025-04-06T04:18:17.692Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.