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.26k stars 433 forks source link

RUNNING ERROR #10

Closed pilubt closed 5 years ago

pilubt commented 5 years ago

=== RESTART: C:\CryptoStuffPy\python-binance\examples\Private_TriArbBot.py === 1361 <main.Binance object at 0x00000267FDBE9A90>


Hello and Welcome to the Binance Arbitrage Crypto Trader Bot Python Script Created 2018 by Joaquin Roibal (@BlockchainEng)A quick 'run-through' will be performed to introduce you to the functionality of this bot To learn more visit medium.com/@BlockchainEng or watch introductory Youtube Videos Copyright 2018 by Joaquin Roibal

Bot Start Time: 2018-08-25 16:09:46.777794

Traceback (most recent call last): File "C:\CryptoStuffPy\python-binance\examples\Private_TriArbBot.py", line 555, in run() File "C:\CryptoStuffPy\python-binance\examples\Private_TriArbBot.py", line 71, in run initialize_arb() File "C:\CryptoStuffPy\python-binance\examples\Private_TriArbBot.py", line 93, in initialize_arb pprint(balance) TypeError: 'module' object is not callable

Roibal commented 5 years ago

I'm not sure, perhaps try commenting out #pprint(balance) , let me know what happens after that. Did you install Roibal/Python-Binance/ fork ?

Roibal commented 5 years ago

the bot seems to be running, it could be just from the pprint

Roibal commented 5 years ago

Please comment if any further issues arise.