journal_add_trade
Record an open trade with symbol, side, entry price, and shares. Optionally add rationale, tags, and notes for journaling.
Instructions
Add an open trade to the journal. Record the symbol, side (long/short), entry price, and number of shares. Optionally include a rationale, strategy tags, and notes. Entry date defaults to now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| side | Yes | ||
| entry_price | Yes | ||
| shares | Yes | ||
| rationale | No | ||
| tags | No | ||
| notes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||