close_trade
Close an open trade in your Trading Journal with an exit reflection — exit price, date, and optionally how you felt and what you learned. Identify the trade by id, or by ticker if you have a single open position for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | No | Alternative to trade_id: the ticker of your single open trade. | |
| trade_id | No | The trade id (from list_my_trades). Preferred when known. | |
| exit_date | Yes | Exit date — ISO date (YYYY-MM-DD) or datetime. | |
| exit_price | Yes | Exit price per share/unit. | |
| exit_reason | No | Optional: why you exited. | |
| lesson_learned | No | Optional: a post-trade reflection — what you learned. | |
| emotional_state | No | Optional emotional state on a -4 to +4 scale: -4 Panic, -3 Fearful, -2 Anxious, -1 Uneasy, 0 Neutral, 1 Calm, 2 Confident, 3 Very Confident, 4 Euphoric. |