show_anti_portfolio
Evaluate sell decisions by tracking post-exit performance of fully sold positions. Shows price change and labels like missed_rebound or good_call.
Instructions
Track the post-exit performance of positions the user has fully sold — the data brokerage apps deliberately don't show (because it would highlight bad sells). For each ticker the user once held but no longer does, returns the last sell date, last sell price, current price, days since exit, post-sell price change %, and a label: missed_rebound (+20% or more since sell — sell was likely premature), good_call (-20% or more — sell saved losses), neutral_exit, or too_recent (<14 days, signal noise). Use when the user is contemplating a sell, reviewing past decisions, or asking 'have my sells worked out?'. Pair with show_thesis_track to connect the original buy thesis to the sell outcome. The summary counts make the user's overall sell discipline visible at a glance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of sold positions to return (most recently sold first). | |
| display_currency | No | Display currency (USD/KRW/EUR/JPY/CNY/GBP/HKD/INR/TWD). Defaults to USD. | USD |