analyze_account_performancereadOwner-scopedSummary of one of the user's mt5 accounts: trade count, win rate, net P/L and where they lose money.
| Param | Type | Req. | Description |
|---|---|---|---|
| account_id | string | yes | An account_id from list_journal_accounts. |
| lookback_trades | integer | no | How many recent trades to analyze (default 100). |
Example prompts
- “Where am I losing money on my main account?”
- “Summarize my win rate and net P/L over the last 100 trades.”
Example call
{ "name": "analyze_account_performance", "arguments": { "account_id": "5012345", "lookback_trades": 100 } }