Binance-News-Sentiment-Bot
Binance-News-Sentiment-Bot copied to clipboard
Event Loop Is Closed
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
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,
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.
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