You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
Describe the bug
Even though my Binance balance is 1000 EUR, InsufficientFunds error is raised when bot_config has starting_balance = 500 and initial_entry_allocation = 20. However, when I try with starting_balance = 100 and initial_entry_allocation = 20 no error appears.
It is important to mention that the error shows up when the bot is trying to place the Sell order.
To Reproduce
Set bot_config to the following, ensure you have more than 500 EUR in your Binance balance. Then run defineBot() and executeBot().
I have tried with 100, 200 and 300 and it seems it is working. I will try with higher amounts to see where is the problem. Nevertheless, I have more than 500 EUR in my account, so I think I should have not received the error with 500.
________________________________
De : tudor ***@***.***>
Envoyé : Tuesday, August 2, 2022 12:02:13 PM
À : tudorelu/pyjuque ***@***.***>
Cc : cantami ***@***.***>; Author ***@***.***>
Objet : Re: [tudorelu/pyjuque] InsufficientFunds error placing Sell order despite enough Binance balance (Issue #31)
For what amount are the orders placed? Perhaps there's a bug with the trade amount allocation and it each trade places is worth 500 euro.
—
Reply to this email directly, view it on GitHub<#31 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AY7AZMUVC7UYNUCERROZWO3VXDBXLANCNFSM54S7F6TQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Even though my Binance balance is 1000 EUR, InsufficientFunds error is raised when bot_config has starting_balance = 500 and initial_entry_allocation = 20. However, when I try with starting_balance = 100 and initial_entry_allocation = 20 no error appears.
It is important to mention that the error shows up when the bot is trying to place the Sell order.
To Reproduce
Set bot_config to the following, ensure you have more than 500 EUR in your Binance balance. Then run defineBot() and executeBot().
Expected behavior
InsufficientFunds error should not be raised when the Binance balance is greater than the starting_balance.
Screenshots
Desktop (please complete the following information):
Additional context
Typically it happens placing the second Sell order, but occasionally it happened during the first Sell order.
The text was updated successfully, but these errors were encountered: