-
Notifications
You must be signed in to change notification settings - Fork 292
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
replace "coins_in_hand" with "get_asset_balance" #21
Comments
That's a good point, how would we tell that the coin was bought via the bot and not purchased by the user? |
No need, I think all users will use a new binance account for bot use. |
you can store initial balance status and then substract inital from current after every iteration
|
Or disable the bot when doing manual trading. |
you can get the order ID of the order placed by the bot and track its status. You will have all information needed: status, quantity, price,.... |
i think this is possible ,,, and stored in database ,,, mongodb for example |
i think it would be better to directly read available coins balance from wallet
balance = client.get_asset_balance(asset='BTC')
The text was updated successfully, but these errors were encountered: