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

DCA trading is not working due to invalid symbol #23

Closed
fbn-roussel opened this issue Sep 8, 2021 · 0 comments · Fixed by #24
Closed

DCA trading is not working due to invalid symbol #23

fbn-roussel opened this issue Sep 8, 2021 · 0 comments · Fixed by #24
Assignees
Labels
bug Something isn't working
Projects

Comments

@fbn-roussel
Copy link
Collaborator

Since #12 the DCA trading function fails :

   {
    "symbol": "BTCBUSD",
    "requestedQuantity": 25,
    "baseAsset": "BTC",
    "message": "Unable to extract assets, symbol 'BTCBUSD' is invalid",
    "success": false,
    "quoteAsset": "BUSD"
   }

This is due to the symbol format refactoring.

@fbn-roussel fbn-roussel added the bug Something isn't working label Sep 8, 2021
@fbn-roussel fbn-roussel self-assigned this Sep 8, 2021
@fbn-roussel fbn-roussel added this to To do in BOT trading via automation Sep 8, 2021
@fbn-roussel fbn-roussel linked a pull request Sep 8, 2021 that will close this issue
@fbn-roussel fbn-roussel moved this from To do to In progress in BOT trading Sep 8, 2021
BOT trading automation moved this from In progress to Done Sep 8, 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
Projects
Development

Successfully merging a pull request may close this issue.

1 participant