Free, open source crypto trading bot
Go to file
gcarq d572b7bdbe implement support for concurrent open trades 2017-05-18 02:13:02 +02:00
rpc implement support for concurrent open trades 2017-05-18 02:13:02 +02:00
.gitignore update gitignore 2017-05-18 02:13:02 +02:00
README.md create table if it doesnt exist and other fixes 2017-05-18 02:13:02 +02:00
config.json.example major refactoring 2017-05-18 02:13:02 +02:00
exchange.py major refactoring 2017-05-18 02:13:02 +02:00
main.py implement support for concurrent open trades 2017-05-18 02:13:02 +02:00
persistence.py major refactoring 2017-05-18 02:13:02 +02:00
requirements.txt major refactoring 2017-05-18 02:13:02 +02:00
utils.py implement support for concurrent open trades 2017-05-18 02:13:02 +02:00

README.md

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

Enter your API keys and tokens in config.json