CyberPunkMetalHead / Binance-volatility-trading-bot

This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
MIT License
3.4k stars 774 forks source link

Did i forgot something? #96

Closed twofacednine380 closed 3 years ago

twofacednine380 commented 3 years ago

Traceback (most recent call last): File "C:\Users\USER\Documents\binance_bot_v3\Binance-volatility-trading-bot-main\Binance_Detect_Moonings.py", line 396, in orders, last_price, volume = buy() File "C:\Users\USER\Documents\binance_bot_v3\Binance-volatility-trading-bot-main\Binance_Detect_Moonings.py", line 157, in buy volume, last_price = convert_volume() File "C:\Users\USER\Documents\binance_bot_v3\Binance-volatility-trading-bot-main\Binance_Detect_Moonings.py", line 117, in convert_volume volatile_coins, number_of_coins, last_price = wait_for_price() File "C:\Users\PUSER\Documents\binance_bot_v3\Binance-volatility-trading-bot-main\Binance_Detect_Moonings.py", line 66, in wait_for_price while initial_price['BNB' + PAIR_WITH]['time'] > datetime.now() - timedelta(seconds=TIME_DIFFERENCE): KeyError: 'BNBEUR'

(I put api keys only for test)

titulebolide commented 3 years ago

Please post your configuration (config.yml) (censor the sensitive data of course)

twofacednine380 commented 3 years ago

testnet

in main is running smoothly

titulebolide commented 3 years ago

What do you mean "in main running smoothly?" Which branch are you on?

twofacednine380 commented 3 years ago

the main net work fine, the testnet gave the output: "Traceback..."

titulebolide commented 3 years ago

I don't really know the underlying logic of the code, but I find this surprising that it tries to swap BNB for EUR

twofacednine380 commented 3 years ago

yeah, i tried with EUR and with USDT, but still, nevermind, the important is that the mainnet is working! :DD

titulebolide commented 3 years ago

Yes absolutely :)