-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: Manual trade #216
feat: Manual trade #216
Conversation
Ok, I tried placing a market SELL order, 100%. First time around it failed (see detail below), then I tried again with the exact same parameters and it went through fine. EDIT: I tried again with BNBUSDT, same thing happened except subsequent attempts failed as well. XLMBNB Manual SELL Action (19:07:25.059): MARKET - TOTAL
Execution failed (19:07:25.334)
|
Hey, thanks for testing. I found a precision calculation for the amount is slightly wrong. |
Since the PR is getting larger with the changes, I will merge this PR first and then develop extra features
|
Description
The bot is doing automated transactions; however, was raised a suggestion to have a manual buy/sell trade feature by @chopeta.
This PR is to cover that feature.
How to test:
Related Issue
#100
Motivation and Context
To provide the feature, I had to refactor and add extra steps to the bot.
In addition, I have added the feature to display the frontend notifications.
The feature outlines as below:
How Has This Been Tested?
I have been placed multiple orders in the live mode.
Screenshots (if appropriate):