CoinAlpha / hummingbot

Hummingbot is open source software that helps you build trading bots that run on any exchange or blockchain
https://www.hummingbot.org
Apache License 2.0
169 stars 84 forks source link

Failed Test #353 - Not cancelling orders simultaneously #354

Open mrhzysbl opened 1 year ago

mrhzysbl commented 1 year ago

Summary and Screenshots

Not all orders are being cancelled at the same time. The client keeps on "Canceling active order" while .

https://user-images.githubusercontent.com/120451804/236168912-d62dd933-357f-4385-88fc-5eaca1c35cc3.mov

Steps To Reproduce

  1. Clone and install feat branch
  2. Connect gateway
  3. Connect injective perp wallet
  4. Create and start perpetual market making strategy
  5. Run the status --live and observe the logs, status screen along with the web app

Expected Results

Orders should be cancelled at the same time or only with a split second delay.

Test Result Comparison

Attachments

inj-perp.zip

petioptrv commented 1 year ago

This seems similar to this ticket. Both are related to issue with the Injective JS SDK and the Injective team is currently looking into it. Let's keep the ticket open for tracking.