Cryptocurrency-Trading-Bots-Python-Beginner-Advance
Cryptocurrency-Trading-Bots-Python-Beginner-Advance copied to clipboard
Failure Initialize
Binance Arbitrage Function Data Collection - Running
('List of Arbitrage Symbols:', ['BNBBTC', 'BCCBNB', 'BCCBTC']) Currency Pair: BNBBTC Exchange Rate: 0.00399410 list index out of range
FAILURE INITIALIZE
Restarting I try to run the Bot on Ubuntu, kinda hard to "develope"
Same here :
List of Arbitrage Symbols: ['BNBBTC', 'BTCUSDT', 'BNBUSDT'] Currency Pair: BNBBTC Exchange Rate: 0.00354400 Currency Pair: BTCUSDT Exchange Rate: 5167.78000000 Currency Pair: BNBUSDT Exchange Rate: 18.31050000 [0.003544, 5167.78, 18.3105, datetime.datetime(2019, 4, 9, 21, 19, 53, 617052)] Buy: 0.003544 Sell: 0.003543204238570528 No Arbitrage Possibility
ARBITRAGE FUNCTIONALITY SUCCESSFUL - Data of Exchange Rates Collected
4 list index out of range
FAILURE INITIALIZE
Restarting
I'm in the same situation, has anyone been able to solve?
its because binance has delisted some coins that are in the list of (coins/symbols). delete the ones that have been delisted and it should work.