get_forward_tradesreadOwner-scopedThe trades on one of the user's forward-testing accounts, newest first, each with the current floating P&L, live price and used margin of the position. One call answers 'how are my positions doing'; no per-trade lookup is needed for that. Owner-scoped.
| Param | Type | Req. | Description |
|---|---|---|---|
| accountId | string | yes | The forward account id (from get_forward_accounts). |
| status | string | no | Only trades in this state: pending, open or closed. |
| limit | integer | no | Max trades to return (1-500, default 100). |
Example prompts
- “What is still open on my forward account?”
- “List my last 20 forward testing trades.”
Example call
{ "name": "get_forward_trades", "arguments": { "accountId": "7c1d2e3f-4a5b-6c7d-8e9f-0a1b2c3d4e5f", "status": "open" } }