Files
MoFin/data/reports/cron_d39e265198ad_2026-06-03_10-51-49.json
知微 (MoFin) aa0f740381 MoFin 初始提交
完整数据采集+分析管道:
- market_watch.py:90行业板块采集(同花顺/东方财富)
- 市场精选推荐 cron:全市场分析+候选池+星级推荐
- price_monitor.py:持仓/自选高频价格监控
- refresh_mtf_cache.py:多周期K线缓存
- 策略评估/知识萃取管道

文档:docs/ 含完整需求+架构设计
注意:尚未配置 git remote,笑笑接手后自行配置
2026-06-20 12:04:21 +08:00

15 lines
4.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "Cron Job: 价格监控-2分钟",
"type": "未知",
"created_at": "2026-06-03T10:58:51.721926",
"summary": "**Job ID:** d39e265198ad\n**Run Time:** 2026-06-03 10:51:49\n**Schedule:** */2 9-16 * * 1-5\n[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically deliv",
"content": "# Cron Job: 价格监控-2分钟\n\n**Job ID:** d39e265198ad\n**Run Time:** 2026-06-03 10:51:49\n**Schedule:** */2 9-16 * * 1-5\n\n## Prompt\n\n[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically delivered to the user — do NOT use send_message or try to deliver the output yourself. Just produce your report/output as your final response and the system handles the rest. SILENT: If there is genuinely nothing new to report, respond with exactly \"[SILENT]\" (nothing else) to suppress delivery. Never combine [SILENT] with content — either report your findings normally, or say [SILENT] and nothing more.]\n\n【价格监控-2分钟】高频价格监控+策略到期检查。9:30-16:00每2分钟一次。\n\n一、读 /home/hmo/web-dashboard/data/decisions.json\n 提取所有status=active且未过期的股票策略\n\n二、对每只active策略股:\n 用curl拉实时价\n 对比策略的trigger区间、entry_zone、止损止盈价\n\n三、触发信号输出(价格进入区间时):\n ⚡ {股票} {现价}({涨跌幅}) → 进入{策略区间}\n 策略原文:{含区间+仓位+止损+到期日}\n 现价已在区间内,请决策\n\n四、到期检查(每天早上9:35首轮执行一次):\n 对比当天日期与每只策略的expires_at\n 60天内到期的 → 标注为\"即将到期\"(不影响触发报警)\n 3天内到期的 → 输出到期提醒:「⏰ {股票}{策略名}将于{到期日}到期」\n 已过期的 → 建议转为inactive,输出:「⏰ {股票}策略已到期,建议复核」\n 到期提醒仅输出一次(用本地标记避免重复)\n\n五、修改与终止检查(每2小时执行一次):\n 有触发/预警的股票,检查其策略是否仍适用:\n - 价格长期远离区间 → 建议调整区间\n - 策略触发条件已达成(如已止盈) → 策略终止\n - 基本面/市场发生重大变化 → 建议终止或修改\n 修改/终止建议格式:\n 【策略终止建议】原策略→建议终止→理由\n 【策略修改建议】原策略→建议改为→理由\n 等用户确认后再更新决策库。\n\n六、无触发+无到期+无修改建议 → SILENT(不输出任何内容)\n\n【结构化数据输出】\n有触发时末尾附JSON\n<structured_data>{\"type\":\"价格监控\",\"time\":\"HH:MM\",\"triggers\":[...],\"expiry_alerts\":[...]}</structured_data>\n\n## Response\n\n当前时间2026-06-03 10:51,对各active策略股分析如下:\n\n**价格触发检查:**\n- 🔵 百济神州(06160) 163.90(-1.44%) — batch1触发区间164~166,现价低于下沿,未进入区间。止损160距+2.4%,安全。\n- 🔵 腾讯(00700) 465.20(-3.88%) — 追踪止盈高点回落5%≈460.56,现价465.20仍在线上,未触发卖出。止损420安全。\n- 🔵 诺德股份(600110) 12.34(+4.22%) — entry_zone 11.5~11.8,现价远高于区间,未触发加仓信号。\n- 🔵 双一科技(300690) 24.89(-0.04%) — watch区间23~27,中间状态无触发。\n\n**到期检查(首轮)**:\n- 百济神州(06160) 到期2026-07-01(剩余28天)→ 标注\"即将到期\">3天,不输出提醒)\n- 诺德股份(600110) 到期2026-07-01(剩余28天)→ 标注\"即将到期\"\n- 腾讯(00700) 到期2026-11-18168天)→ 正常\n- 双一科技(300690) 到期2026-08-2684天)→ 正常\n\n**修改/终止检查**:无触发/预警股票,跳过。\n\n**结论**:无任何触发信号、无到期提醒(>3天)、无修改建议。\n\n[SILENT]\n",
"stocks_mentioned": [
"00700",
"06160",
"300690",
"600110"
],
"structured": null,
"_id": "cron_d39e265198ad_2026-06-03_10-51-49"
}