freqtrade_origin/README.md
2017-05-18 02:13:02 +02:00

13 lines
193 B
Markdown

# marginbot
Cryptocurrency micro trading bot
```
cd marginbot/
cp config.json.example config.json
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
./main.py
```