IntermediateLast verified Aug 23, 2026
Position Monitor
Observes an open position and branches on updates, exits, and closure.
Observes an open position and branches on updates, exits, and closure.
When to use
Use it after a position has been established and the strategy needs ongoing exit or status logic.
Example
Monitor a filled position, send updates to one branch, and handle closure on another.
Common problems
Provide a valid open position context. Do not assume every update means an exit, and handle closure explicitly.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.
Related documentation
- Await Order EventWaits for lifecycle events associated with a submitted Order Ticket.
- Leverage MonitorEmits margin-warning and liquidation-risk branches for a leveraged position.
- Tactical order and position monitoringUnderstand a Tactical pattern that sizes an order, checks margin, tracks its lifecycle, and monitors the position.