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
5k stars 1.09k forks source link

Cannot find other symbols #199

Closed jst94nl closed 3 years ago

jst94nl commented 3 years ago

Version

Running Version: v0.0.66 (e634670)

Description

Been using this bot for a few days now. The standard symbols i can find and add normally. Like BTCEUR or ETHEUR But the newer ones it cant find like: WRXEUR I attached a screenshot to show Knipsel

chrisleekr commented 3 years ago

@jst94nl Oh, that is strange.

I can select WRXEUR.

image

Have you tried to save the global configuration and wait for some time? This will refresh exchange-symbols cache, which is listing in the symbols.

If not, let me know. Let's dig further.

jst94nl commented 3 years ago

Thanks for your quick reaction! I did the thing you asked me above. After 15 minutes, it still cant find the WRX.

chrisleekr commented 3 years ago

Hmm,

@jst94nl can you run following command and give me the response?

$ docker exec -it binance-redis redis-cli hget trailing-trade-common exchange-symbols
jst94nl commented 3 years ago

Ran the command from the result it looks like it can find the symbols hmm. I added the .txt file command.txt

jst94nl commented 3 years ago

Found the issue i think. There was some other thing running in my docker called: binance-mongo-express.. Turned that one off and it works :)

chrisleekr commented 3 years ago

Ok, can you open your browser and press F12 and click Network -> WS -> click first appearing one and see the result as below.

image

There was some other thing running in my docker called: binance-mongo-express..

binance-mongo-express?

Try to use docker-compose.server.yml not docker-compose.yml.

jst94nl commented 3 years ago

Ran this command docker-compose -f docker-compose.server.yml up -d --remove-orphans Docker Compose is now in the Docker CLI, try docker compose up

Removing orphan container "binance-mongo-express" binance-bot is up-to-date binance-redis is up-to-date binance-mongo is up-to-date

And now everything works as it should :) Thanks!!!

chrisleekr commented 3 years ago

Good to hear. Please close the issue :)