chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
5.05k stars 1.09k forks source link

Bot stops working after a wile. #233

Closed Jbizl closed 3 years ago

Jbizl commented 3 years ago

Managed to get the bot set up after some misunderstanding with the instructions, first time I've ever made a .env file so it was a bit of a learning curve but I got there in the end. Anyhoo, after running the bot for a while it just seems to stop responding and updating prices etc, the only way I can get it to work again is by stopping it in docker and starting it back up again.

.env file looks like this:

BINANCE_TZ=Europe/London BINANCE_MODE=live BINANCE_LIVE_API_KEY=(myApiKey) BINANCE_LIVE_SECRET_KEY=(mySecretKey) BINANCE_LOCAL_TUNNEL_ENABLED=false BINANCE_SLACK_ENABLED=false

Perhaps I'm missing something?

chrisleekr commented 3 years ago

@Jbizl

.env looks fine.

Have you checked the log message - https://github.com/chrisleekr/binance-trading-bot/wiki/Troubleshooting#how-to-get-the-logs-by-installing-bunyan-npm-package

Jbizl commented 3 years ago

Hi, thanks for the reply. I have installed the Bunyan package and I am able to get the logs up in the terminal windows, I have no idea what I am looking for though.

chrisleekr commented 3 years ago

I assume you have resolved the issue and will close the issue. Please open new issue or reopen this issue if you still have an issue.