save_daily_review
Save or append a dated trading journal entry with morning prep, session notes, mindset reflection, lessons learned, and discipline rating. Returns the full saved daily note.
Instructions
[WRITE ACTION] Save or append a daily journal review in TradeZylo for a specific date (morning prep, session notes, psychology reflection, lessons learned, and discipline rating). Returns full saved daily journal note.
Example questions:
"Save my daily review for today: morning prep was bullish EUR, session was disciplined, rating 8/10"
"Write a daily journal note for 2026-09-12: waited for NY open, followed all rules"
"Add evening reflection to today's journal note"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO date string YYYY-MM-DD (defaults to today) | |
| append | No | If true, appends to existing note for the date (if any). If false, overwrites. | |
| content | No | Direct markdown or text content for the daily note | |
| morning_prep | No | Pre-market preparation, HTF bias, key levels, economic news expectations | |
| session_notes | No | Trading session commentary, trades taken, execution observations | |
| lessons_learned | No | Key takeaways, rules reinforced, or adjustments for tomorrow | |
| discipline_rating | No | Self-evaluation discipline score from 1 to 10 | |
| mindset_reflection | No | Psychology, emotional state, patience, discipline level |