Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.
This repository was archived by the owner on Feb 16, 2020. It is now read-only.

Incorrect error: "amount is too small" when retrying an unfilled trade #999

Closed
@pelletencate

Description

@pelletencate
  • I'm submitting a ...
  • bug report
  • feature request
  • question about the decisions made in the repository
  • Action taken (what you did)
    Run Gekko live on GDAX and wait for an order

  • Expected result (what you hoped would happen)
    Keep trying until the order is fulfilled

  • Actual result (unexpected outcome)

2017-08-17 20:33:32 (INFO):     Attempting to SELL 0.2748845 ETH at GDAX price: 257.97
2017-08-17 20:34:33 (INFO):     SELL order was not (fully) filled, cancelling and creating new order
2017-08-17 20:34:34 (INFO):     Attempting to SELL 0.2748845 ETH at GDAX price: 257.97
2017-08-17 20:35:35 (INFO):     SELL order was not (fully) filled, cancelling and creating new order
2017-08-17 20:35:36 (INFO):     Attempting to SELL 0.2748845 ETH at GDAX price: 257.98
2017-08-17 20:36:37 (INFO):     SELL order was not (fully) filled, cancelling and creating new order
2017-08-17 20:36:58 (ERROR):    Wanted to buy EUR but the amount is too small (0.000000000000) at GDAX

This last message is incorrect. Yet, no sell order was placed after this message. Could it be the case that the new order is placed before the old order is properly canceled?

  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions