Hello,
couldn't find anyhting about this in the forum. Does any body know if there is anything like On Order Executed in Wealth Lab? For instance when an order is filled or activated or status changed, is it possible to get some callback at this point by an existing API? Thank you.
Size:
Color:
Size:
Color:
A broker adapter (API not published) can get order status in realtime from a broker and can therefore be updated in the Orders tool. But as Eugene pointed out, live order information is not available to strategies.
That said, the Orders tool runs a thread that saves those operations periodically (I think every 5 seconds), but it would probably be better for a custom broker adapter to save order status separately to a file that could be retrieved by a strategy.
Size:
Color: