We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when Market looks ok, bot is running...
this error comes out:
Traceback (most recent call last): File "c:/Users/pc/Desktop/TradingTry/Binance Detect Moonings.py", line 597, in orders, last_price, volume = buy() File "c:/Users/pc/Desktop/TradingTry/Binance Detect Moonings.py", line 294, in buy volume, last_price = convert_volume() File "c:/Users/pc/Desktop/TradingTry/Binance Detect Moonings.py", line 255, in convert_volume volatile_coins, number_of_coins, last_price = wait_for_price() File "c:/Users/pc/Desktop/TradingTry/Binance Detect Moonings.py", line 139, in wait_for_price if historical_prices[hsp_head]['BNB' + PAIR_WITH]['time'] > datetime.now() - timedelta(minutes=float(TIME_DIFFERENCE / RECHECK_INTERVAL)): KeyError: 'BNBUSDT'
what's the solution ?
The text was updated successfully, but these errors were encountered:
Have you found the answer?
Sorry, something went wrong.
You must have BNB symbol in files tickers & signalsample, after this ishould work!
Maybe clear cache ( delete files in dir pycache ) help...
Make sure you have BNB as one of the tickers in tickers.txt. It worked for me
No branches or pull requests
when Market looks ok, bot is running...
this error comes out:
Traceback (most recent call last):
File "c:/Users/pc/Desktop/TradingTry/Binance Detect Moonings.py", line 597, in
orders, last_price, volume = buy()
File "c:/Users/pc/Desktop/TradingTry/Binance Detect Moonings.py", line 294, in buy
volume, last_price = convert_volume()
File "c:/Users/pc/Desktop/TradingTry/Binance Detect Moonings.py", line 255, in convert_volume
volatile_coins, number_of_coins, last_price = wait_for_price()
File "c:/Users/pc/Desktop/TradingTry/Binance Detect Moonings.py", line 139, in wait_for_price
if historical_prices[hsp_head]['BNB' + PAIR_WITH]['time'] > datetime.now() - timedelta(minutes=float(TIME_DIFFERENCE / RECHECK_INTERVAL)):
KeyError: 'BNBUSDT'
what's the solution ?
The text was updated successfully, but these errors were encountered: