Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Loop Is Closed #28

Open
Toddy1369 opened this issue Apr 21, 2021 · 2 comments
Open

Event Loop Is Closed #28

Toddy1369 opened this issue Apr 21, 2021 · 2 comments

Comments

@Toddy1369
Copy link

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
Copy link
Owner

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants