Back to Cookbook
Weekly Review Compiler
Converts tags + stats into one concrete rule change
Traders often recommend a weekly review to spot repetitive patterns (revenge trades after first loss, overtrading during lunch, etc.). This recipe compiles the week into a short brief and proposes one fix.
House RecipePersonal5 min setup
INGREDIENTS
📄Google Docs
PROMPT
Create "Weekly Review Compiler". Every Friday, compile weekly performance and mistake tags. Identify the single most repeated behavior pattern and propose exactly one rule change + one guardrail to test next week.
Pain point
Daily journaling helps; weekly aggregation reveals true patterns.
Triggers
- Weekly schedule (e.g., Friday after close)
Conditions
- Needs daily journal entries or trade logs
Actions
- Summarize: win rate, avg R, biggest drawdown day, most common mistake tags
- Identify "if-then" pattern (e.g., after first red trade -> revenge)
- Propose 1 rule change + 1 guardrail recipe to trial next week
Parameters (defaults)
- runDay: "Friday"
- maxRecommendations: 1
Examples
- If "FOMO" is top mistake, propose tighter chase filter + breakout confirmation.
- If "overtrading lunch" appears, propose stricter lunch chop lockout.
Tags:#trading#review#improvement#analytics