CyberPunkMetalHead / Binance-News-Sentiment-Bot

This is a fully functioning Binance trading bot that takes into account the news sentiment for the top 100 crypto feeds. If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
MIT License
1.57k stars 290 forks source link

Event Loop Is Closed #28

Open Toddy1369 opened 3 years ago

Toddy1369 commented 3 years ago

First off I want to thank you for providing this code!

I'm currently having 2 issues, after it goes to "buy" i have a range of traceback errors Screenshot_2

Then it tells me I have insufficient balance, I've changed the quantity in the code down to 15 to see if that would work but it doesn't. I've checked binance i do have £30 deposited and a further 15 already in coins.

Any suggestions would be greatly appreciated!

Regards,

CyberPunkMetalHead commented 3 years ago

Are your available funds in USDT? By default the bot trades using USDT as determined by the PAIRING variable. If your balance is in fiat you may need to replace the value of the PAIRING variable with the fiat where you currently have your funds.

Another issue that may arise is your lot size, the minimum trade on BTC for example is 0.001, any amount lower than that may not go through.

Try it out on the testnet and let me know if you have any issues.

Toddy1369 commented 3 years ago

Hello,

Thanks for the reply, yes my funds were in GBP and not USDT I'll transfer to that now.

Great suggestion on the lot size also. I'll give that a try later and let you know if I have any further problems

Thanks