Is there a way my code can get notified when an order is placed, filled or partially filled? The calculations performed "behind the scenes" by order_percent, order_value, and order_target_* are valuable but make it difficult to track the actual orders placed.
I suppose I could monitor open orders and positions in handle_data and manually construct a history of orders and fills but this seems rather tedious.
Shawn