update_trade
Update fields on an existing trade in your Trading Journal — entry price, quantity, thesis, notes, how you felt at entry, or the lesson you took from it. Identify the trade by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Updated notes. | |
| thesis | No | Updated thesis — why this trade. | |
| quantity | No | New quantity. | |
| trade_id | Yes | The trade id (from list_my_trades). | |
| entry_price | No | New entry price. | |
| is_test_trade | No | Reclassify the trade: true makes it a paper trade (excluded from your stats), false makes it a real one. Use delete_trade if what you want is to take a mistaken entry out of your record. | |
| lesson_learned | No | What you took away from this trade. Can be written long after the exit — the lesson usually arrives later than the P&L. | |
| 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. (entry) |