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

Private_TriArbBot.py TypeError: 'module' object is not callable #39

Open mantoayo opened 5 years ago

mantoayo commented 5 years ago

Hello, can you help me?? i have error when run Private_TriArbBot.py.... i don't know how to fix. My second question is about CryptoTriangularArbitrageBinanceBot.py, bot work correctly, no errors but dont live trade...I changed the variable "place_order='Yes')" but still no live trade...thank you in advance for your help

-114 <main.Binance object at 0x000000C71ABC5080>

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: 2019-05-29 19:31:25.667518

Traceback (most recent call last): File "E:/crypto/trading arbitrage etc/python-binance-master/python-binance-master/examples/Private_TriArbBot.py", line 555, in run() File "E:/crypto/trading arbitrage etc/python-binance-master/python-binance-master/examples/Private_TriArbBot.py", line 71, in run initialize_arb() File "E:/crypto/trading arbitrage etc/python-binance-master/python-binance-master/examples/Private_TriArbBot.py", line 93, in initialize_arb pprint(balance) TypeError: 'module' object is not callable

Process finished with exit code 1