update_trade
Modify an existing trade record: adjust stop loss or take profit, add post-trade notes and lessons, tag mistakes, or update execution rating and quantity.
Instructions
[WRITE ACTION] Update fields of an existing trade record in TradeZylo: adjust Stop Loss or Take Profit, add post-trade notes, assign lessons learned, update execution rating, or tag mistakes. Returns full updated trade record.
Example questions:
"Update trade : move stop loss to breakeven at 1.0850"
"Add a note to trade : took partial profits at 2R"
"Tag mistake 'Exited Early' on trade and set execution rating to 6"
"Update lesson learned on trade "
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | General notes | |
| mistakes | No | Execution mistakes tags e.g. ["Overleveraging", "Moved Stop Loss"] | |
| quantity | No | Updated position quantity | |
| strategy | No | Strategy name | |
| trade_id | Yes | Unique UUID of the trade to update | |
| stop_loss | No | New stop loss price level | |
| planned_rr | No | Updated planned RR | |
| setup_tags | No | Setup tags | |
| take_profit | No | New take profit price level | |
| emotion_exit | No | Exit emotional state | |
| emotion_entry | No | Entry emotional state | |
| lesson_learned | No | Key lesson learned from this trade | |
| notes_posttrade | No | Post-trade review and reflection | |
| execution_rating | No | Self-rating 1–10 on plan execution discipline | |
| notes_management | No | Trade management commentary (e.g. trailing stop, partials) |