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
its a recomendation, to use a limite capital on every order, so is not spending all the capital on the wallter to make every order, or at least to have the config to do it
The text was updated successfully, but these errors were encountered:
on line 119 of bot_functions.py:
qty = round(qty * 0.99,8)
You can change to for example:
qty = round(qty * 0.50,8)
This will trade only 50% of your asset.
Hope this helps someone! :)
its a recomendation, to use a limite capital on every order, so is not spending all the capital on the wallter to make every order, or at least to have the config to do it
The text was updated successfully, but these errors were encountered: