← 返回
数据分析 中文

Daily Stock Analysis

Deterministic daily stock analysis skill for global equities. Use when users need daily analysis, next-trading-day close prediction, prior forecast review, r...
全球股票确定性日分析技能。适用于每日分析、次日收盘预测、前次预测回顾等。
hexavi8
数据分析 clawhub v1.0.2 1 版本 99911 Key: 无需
★ 4
Stars
📥 2,165
下载
💾 241
安装
1
版本
#latest

概述

Daily Stock Analysis

Perform market-aware, evidence-based daily stock analysis with prediction, next-run review, rolling accuracy tracking, and a structured self-evolution mechanism that updates future assumptions from observed forecast errors.

Hard Rules

  1. Read and write files only under working_directory.
  2. Save new reports only to:
  • /daily-stock-analysis/reports/
  1. Use filename:
  • YYYY-MM-DD--analysis.md
  1. If same ticker/day file exists, ask user:
  • overwrite or new_version (-v2, -v3, ...)
  • For unattended runs, default to new_version
  1. Always review history before new prediction.
  2. Limit history read count to control token usage:
  • Script mode: max 5 files (default)
  • Compatibility mode: max 3 files

Required Scripts (Use First)

  1. Plan output path + collect history:
python3 {baseDir}/scripts/report_manager.py plan \
  --workdir <working_directory> \
  --ticker <TICKER> \
  --run-date <YYYY-MM-DD> \
  --versioning auto \
  --history-limit 5
  1. Compute rolling accuracy from existing reports:
python3 {baseDir}/scripts/calc_accuracy.py \
  --workdir <working_directory> \
  --ticker <TICKER> \
  --windows 1,3,7,30 \
  --history-limit 60
  1. Optional: migrate legacy files after explicit user confirmation:
python3 {baseDir}/scripts/report_manager.py migrate \
  --workdir <working_directory> \
  --file <ABS_PATH_1> --file <ABS_PATH_2>

Compatibility Mode (No Python / Small Model)

If Python scripts are unavailable or model capability is limited, switch to minimal mode:

  1. Read at most 3 recent reports for the same ticker.
  2. Use only a minimal source set:
  • one official disclosure source
  • one reliable market data source (Yahoo Finance acceptable)
  1. Output concise result only:
  • recommendation
  • pred_close_t1
  • prior review (prev_pred_close_t1, prev_actual_close_t1, AE, APE) if available
  • one improvement_action
  1. Save report with same filename rules in canonical reports directory.

See references/minimal_mode.md.

Minimal Run Protocol

  1. Resolve ticker/exchange/market (ask if ambiguous).
  2. Run report_manager.py plan.
  3. Read history_files returned by script.
  4. If legacy_files exist, list all absolute paths and ask whether to migrate.
  5. Gather data using references/sources.md + references/search_queries.md.
  6. Run calc_accuracy.py for consistent metrics.
  7. Render report using references/report_template.md.
  8. Save to selected_output_file returned by report_manager.py.

Required Output Fields

Must include:

  • recommendation
  • pred_close_t1
  • prev_pred_close_t1
  • prev_actual_close_t1
  • AE, APE
  • rolling strict/loose accuracy fields
  • improvement_actions

Self-Improvement (Required)

Each run must include 1-3 concrete improvement_actions from recent misses and use them in the next run.

Do not skip this step.

Scheduling Recommendation

Recommend users set this as a weekday recurring task (for example 10:00 local time) to keep prediction-review windows continuous.

References

Default:

  • references/workflow.md
  • references/report_template.md
  • references/metrics.md
  • references/search_queries.md
  • references/sources.md
  • references/minimal_mode.md
  • references/security.md

Deep-dive only (full_report mode):

  • references/fundamental-analysis.md
  • references/technical-analysis.md
  • references/financial-metrics.md

Compliance

Always append:

"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."

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-29 03:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,565
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,076
content-creation

QRCode

hexavi8
根据用户输入生成带样式的二维码(SVG/PNG/JPG)。支持自定义模块颜色、背景、码点形状、码眼形状及多种输出选项。
★ 2 📥 1,421