This is an experimental bot for auto trading the Binance exchange.
Be very careful when using this bot. Potentially it can loose your money. Use this bot at your own risk.
- How it looks?
- How it works?
- Installation with Docker
- Login to docker container
- Running the bot
- Run tests
- Contributing
- Donate & Thanks to developer
- Disclaimer
Install Docker and Docker Compose
cp /{proj_path}/Dockerfile.dist /{proj_path}/Dockerfile
cp /{proj_path}/docker-compose.yml.dist /{proj_path}/docker-compose.yml
Build and run docker container
docker-compose build
docker-compose up -d
Inside conf you can find configuration examples. Copy this files and create your own configuration.
- /conf/conf.yaml.dist - this file contains bot configuration parameters. Change them for your own needs.
Important!!! Each bot instance should have his own:
- configuration file
- database (database file defined in configuration file)
- Binance account
Don't share this data between separate bot instances. Otherwise the behavior of the bot can be unpredictable.
docker exec -ti -e COLUMNS="`tput cols`" -e LINES="`tput lines`" dimka-binance bash
To see help about bot additional parameters use command:
python 3-step-bot.py --help
Running the bot:
python 3-step-bot.py /var/www/conf/conf.yaml. --step=3 --iters=10 --high-diff=50 --debug
python -m unittest discover dimka-binance
To create new endpoint - create issue or create pull request
If you find the bot useful and would like to donate, you can send some coins here:
BTC 17RaWy3SwvwhrMnakaMARX4N2vh5ukxpiz
BCH: qpsx260laq6wj4s99052nuy063v7j0sxsqxluur84z
ETH: 0x387D91F008dB992c7DAd9be8493dfA68E565706E
XRP: rpoi4dWSbEyQP2xmpsNMxCk2g2n5QvVSmM
Waves: 3PPXpTagbQCSXYZ3Y5h6vuFPj6RxHbnapmE
BTS: madmis-1
I am not responsible for anything done with this bot. You use it at your own risk. There are no warranties or guarantees expressed or implied. You assume all responsibility and liability.