get_forward_tradereadOwner-scopedEverything about one forward trade: its live valuation, the scale-out ladder, the break-even trigger, the notes and confluences, and the audit trail of what the server did to it and why. get_forward_trades already carries the floating P&L of every position, so this is for the detail and the audit trail.
| Param | Type | Req. | Description |
|---|---|---|---|
| tradeId | string | yes | The trade id (from get_forward_trades). |
Example prompts
- “Why did that EURUSD forward trade close?”
- “Show me everything about trade 9b8a7c6d.”
Example call
{ "name": "get_forward_trade", "arguments": { "tradeId": "9b8a7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d" } }