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

Infinit Loop #58

Closed
GamerClassN7 opened this issue Feb 16, 2021 · 7 comments
Closed

Infinit Loop #58

GamerClassN7 opened this issue Feb 16, 2021 · 7 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@GamerClassN7
Copy link

sometime i am sucked in infinite loop :(

2021-02-16 11:47:57,415 - crypto_trader_logger - INFO - BUY QTY 0.0
2021-02-16 11:47:59,526 - crypto_trader_logger - INFO - BUY QTY 0.0
2021-02-16 11:48:00,774 - crypto_trader_logger - INFO - BUY QTY 0.0
2021-02-16 11:48:02,015 - crypto_trader_logger - INFO - BUY QTY 0.0

@slyths
Copy link

slyths commented Feb 17, 2021

I'm not sure, but this might happen if one doesn't have enough crypto to buy the crypto the bot is supposed to buy.
I have had a similar issue,
Again, i'm not 100% sure.

@rel-s rel-s added the bug Something isn't working label Feb 17, 2021
@ronnyandre
Copy link

Same issue here.

@rel-s
Copy link
Collaborator

rel-s commented Feb 17, 2021

I suspect, as @slyths wrote, that this may have something to do with a low balance. Can you confirm that your instance is running with a low balance, or is this not the case?

@ronnyandre
Copy link

@rel-s Define "low balance"? When mine says "Selling 0.0 of ADA" when I currently have 0.97420456 ADA I'm not sure if low balance is the thing?

@AnasAlmomany
Copy link

Delete
.current_coin
And .current_coin_table

Thats should do the trick

@rel-s rel-s added the duplicate This issue or pull request already exists label Feb 18, 2021
@ronnyandre
Copy link

ronnyandre commented Feb 18, 2021

That's the issue. It doesn't. Currently I'm testing converting all crypto to the same currency and start over.

@edeng23
Copy link
Owner

edeng23 commented Feb 18, 2021

@ronnyandre Looks like your low balance is causing the problem. Notice that Binance has a minimum trade amount policy.
https://www.binance.com/en/trade-rule

Screenshot 2021-02-18 at 20 35 12

@edeng23 edeng23 closed this as completed Feb 22, 2021
cbayonao pushed a commit to cbayonao/binance-trade-bot that referenced this issue Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

6 participants