# Report Template (Strict) Use this template exactly. Keep key names unchanged for downstream parsing. ```markdown --- version: 1 run_date: run_time_local: mode: ticker: exchange: market: report_dir: /daily-stock-analysis/reports/ output_file: report_versioning_mode: history_window_days: recommendation: recommendation_triggers: pred_close_t1: pred_range_t1: pred_confidence: pred_assumptions: prev_pred_close_t1: prev_actual_close_t1: AE: APE: strict_hit: loose_hit: acc_1d_strict: acc_1d_loose: acc_3d_strict: acc_3d_loose: acc_7d_strict: acc_7d_loose: acc_30d_strict: acc_30d_loose: acc_custom_strict: acc_custom_loose: improvement_actions: - - - status: status_note: --- # Daily Stock Analysis - () ## 1) Market Snapshot - Last/Close: - Session Range: - Volume/Volatility: - Thesis: ## 2) Recommendation - Recommendation: - Trigger Conditions: - Risk Controls: ## 3) Next Trading Day Prediction - Point Forecast: - Range: - Confidence: - Assumptions: ## 4) Prior Forecast Review - Previous Forecast: - Actual Close: - AE / APE: / - Attribution: ## 5) Rolling Accuracy | Window | Strict | Loose | |---|---:|---:| | 1d | | | | 3d | | | | 7d | | | | 30d | | | | Custom | | | ## 6) Self-Improvement Actions for Next Run 1. 2. 3. ## 7) Sources (with timestamp) - - - ## 8) Disclaimer This content is for research and informational purposes only and does not constitute investment advice or a return guarantee. Markets are risky; invest with caution. ```