show_thesis_track
Review past trades with a recorded reason (thesis) to check if each played out. Returns buy price, current price, days held, price change, and outcome labels like validated_holding or cut_loss. See track record and thesis coverage.
Instructions
Review past trades that have a recorded reason (the thesis) and check whether each thesis played out. Returns each thesis trade with the buy price, current price, days held, price change %, whether the position is still held, and an outcome label (validated_holding / underwater_holding / cut_loss / etc — these are descriptive labels, not judgments). Use this when the user asks 'did my last trade work', 'what's the track record of my AAPL theses', 'review my decisions', or when reasoning about a new buy in the same name as past trades. Coverage_pct tells you what fraction of trades have a recorded reason — if low, encourage the user to add reason when logging future trades.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | No | Filter to a single ticker (case-insensitive). Omit for portfolio-wide review. | |
| limit | No | Max number of thesis entries to return (most recent first). | |
| display_currency | No | Display currency for prices (USD/KRW/EUR/JPY/CNY/GBP/HKD/INR/TWD). Defaults to USD. | USD |