Roibal / Cryptocurrency-Trading-Bots-Python-Beginner-Advance

Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
https://www.youtube.com/channel/UCVTnyT4fUxYkvawbggo8-AQ
MIT License
1.3k stars 442 forks source link

Failure Initialize #32

Open izced opened 5 years ago

izced commented 5 years ago

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"

Memoi commented 5 years ago

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

elmahico86 commented 5 years ago

I'm in the same situation, has anyone been able to solve?