Binance-News-Sentiment-Bot icon indicating copy to clipboard operation
Binance-News-Sentiment-Bot copied to clipboard

Event Loop Is Closed

Open Toddy1369 opened this issue 3 years ago • 2 comments

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,

Toddy1369 avatar Apr 21 '21 20:04 Toddy1369

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.

CyberPunkMetalHead avatar Apr 22 '21 06:04 CyberPunkMetalHead

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

Toddy1369 avatar Apr 22 '21 07:04 Toddy1369