Feature request: Real-time order status updates via WebSocket (order lifecycle events + fills) #611
shoebshah64
started this conversation in
feature-request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to request a new feature: native real-time order status updates via WebSocket in OpenAlgo. This feature would push order lifecycle events (open, partially_filled, filled, canceled, rejected, replaced, updated, completed) to clients over the existing WebSocket channel (or a new dedicated channel) so strategies can respond immediately to order changes without polling the orderbook API.
Avoids polling the orderbook repeatedly (reduces rate limits, latency and CPU waste).
Ensures strategies can immediately place SL/TP, bracket orders or manage risk the instant an order fills or is canceled.
Enables coordinated multi-leg flows where the next step must execute promptly after a fill.
Beta Was this translation helpful? Give feedback.
All reactions