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.29k stars 438 forks source link

2 errors when i ran the script "could not convert string to float" and "'module' object is not callable" #27

Open hw00183 opened 5 years ago

hw00183 commented 5 years ago

Hi i have 2 issues when executing the script :+1:

"LOADING BALANCES FROM BINANCE could not convert string to float: '[10.447733600487705'

FAILURE INITIALIZE

Restarting"

and before, when i can run the script and identidy potential arbitrage, i have this following error :

"PLACING ORDER

STARTING TRI ARB PAPER TRADING FUNCTION

'module' object is not callable

FAILURE INITIALIZE"

Can you please help me to resolve this 2 errors?

Thanks in advance.

Roibal commented 5 years ago

Hi friend, which bot are you running? I remember running into the first error, can't recall how I fixed it. Hopefully you are using an outdated version of the bot.

Second I am not sure about that error, have you installed all libraries appropriately?

hw00183 commented 5 years ago

Hello, i installed the bot in windows 10, I was running on Windows 7 yesterday, i launch the script BinanceTriArbTrader.

However i still have the following error :

PLACING ORDER

STARTING TRI ARB PAPER TRADING FUNCTION

'module' object is not callable

I did not install package cryptography 2.1.4 and twisted 17.9.0 because the installation failed , i have newer version of that package.

How can i check that all libraries is installed?

Roibal commented 5 years ago

So the error is the part " 'module' object is not callable " , see if you can find out more about the source / line of this error. somewhere it is calling the module rather than an instance.

JustP2W commented 3 years ago

Hello, i installed the bot in windows 10, I was running on Windows 7 yesterday, i launch the script BinanceTriArbTrader.

However i still have the following error :

PLACING ORDER

STARTING TRI ARB PAPER TRADING FUNCTION

'module' object is not callable

I did not install package cryptography 2.1.4 and twisted 17.9.0 because the installation failed , i have newer version of that package.

How can i check that all libraries is installed?

import pprint change to: from pprint import pprint