Write a journal note
write_journal_noteRecord what the trader tells you into their journal. Three places: their pre-market plan for a day, their post-market reflection on a day, and their reflection on one symbol they traded that day. Write their words, not your reading of the trades — if they have not said what they thought, ask rather than composing something plausible. Nothing else about a trade can be changed from here. If the field already holds something they wrote, this refuses and hands you the existing text: show it to them and call again with overwrite: true only if they say to replace it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The journal day (YYYY-MM-DD) | |
| symbol | No | Ticker — required for symbol_reflection, rejected otherwise | |
| content | Yes | Markdown, in the trader's own words | |
| section | Yes | Which field to write | |
| overwrite | No | Replace text the trader wrote. Only after they have agreed to it. |