Releases: chrisleekr/binance-trading-bot
Releases · chrisleekr/binance-trading-bot
Added features
New features
- Add max-size for logging
- Execute chaseStopLossLimitOrder on every process
- Support buy trigger percentage
How to update
If using docker-compose.yml
$ docker-compose up -d --build
If using docker-compose.server.yml
$ docker-compose -f docker-compose.server.yml pull
$ docker-compose -f docker-compose.server.yml up -d
If using docker-compose.rpi.yml
$ docker build . --build-arg NODE_ENV=production --target production-stage -t chrisleekr/binance-trading-bot:latest
$ docker-compose -f docker-compose.rpi.yml up -d
Updated more features
New features
- Allow entering more decimals for the last buy price
- Override buy/sell configuration per symbol
- Support PWA for frontend - now support "Add to Home screen"
- Enable/Disable symbols trading, but continue to monitor
How to update
If use docker-compose.yml
$ docker-compose up -d --build
If use docker-compose.server.yml
$ docker-compose -f docker-compose.server.yml pull
$ docker-compose -f docker-compose.server.yml up -d
If use docker-compose.rpi.yml
$ docker build . --build-arg NODE_ENV=production --target production-stage -t chrisleekr/binance-trading-bot:latest
$ docker-compose -f docker-compose.rpi.yml up -d