Files
MoFin/data/reports/cron_6f8c0c6494b6_2026-05-21_14-43-41.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

11 lines
3.3 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: 盯盘-价格区间监控",
"type": "盯盘",
"created_at": "2026-06-01T10:25:54.196382",
"summary": "**Job ID:** 6f8c0c6494b6\n**Run Time:** 2026-05-21 14:43:40\n**Schedule:** */10 9-16 * * 1-5\n[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically deli",
"content": "# Cron Job: 盯盘-价格区间监控\n\n**Job ID:** 6f8c0c6494b6\n**Run Time:** 2026-05-21 14:43:40\n**Schedule:** */10 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执行价格区间盯盘。数据源在/home/hmo/Obsidian/knowledge/finance/目录。\n\n每10分钟扫描各股票现价是否进入操作价位区间。每次扫描结果汇总成 **一条消息** 发送。\n\n**输出规则:**\n- **今日第一轮**(当日首次运行):输出完整列表。【持仓操作】按仓位从高到低排,每只带现价+操作建议+价格区间+仓位比例。【自选关注】按推荐价值从高到低排。\n- **后续轮次**:只发状态变化的股票——价格进入/离开操作区间、触发买卖信号。没有变化的股票不提,不重复完整列表。\n- **精简原则**:先列有操作建议的几只(详细),其余统一概括\"其余X只持仓观望,仓位不变\";\"其余X只自选暂无触发\"。不逐只列观望状态。\n- **逻辑校验**:止损价 < 补仓价 < 现价 < 目标价。出现矛盾区间主动剔除。\n- **去重**:同一只股票同一区间,通知过一次就不再重复通知。状态变化了(比如从\"关注\"变成\"可买入\")再通知第二次。\n- **A股交易时间** 9:30-11:30/13:00-15:00**港股** 9:30-12:00/13:00-16:00。非交易时间不推送。\n- 用纯文本,不用MD表格,不用emoji之外的符号装饰。\n\n格式示例:\n【持仓操作】\n① 海博思创 现价238 → 补仓区225-245,建议补仓(仓位25%)\n② 丘钛科技 现价15.8 → 已达目标15.5,建议止盈(仓位18%)\n其余12只持仓观望,仓位不变\n\n【自选关注】\n① 腾讯控股 现价380 → 接近买入区350-370,建议关注(建议仓位5%)\n其余30只自选暂无触发\n\n推送渠道:POST :5801 {\"to\":\"wxid_c0a6izmwd78y22\",\"message\":\"...\"}\n\n## Response\n\n两个推送端点均超时(HTTP handler卡死),Windows机器可达但WeChat Bot未响应。报告以文本输出:\n\n📊 **价格区间盯盘报告** | 2026-05-21 14:40 | A股+港股盘中\n\n---\n\n**变动:中芯国际H(00981) 现价75.2 → 离开买入区72-75(+0.3%)**\n之前已在买入区(74.95),现已上行脱离区间,等回调至75以下再考虑。\n\n---\n\n其余13只持仓观望,仓位不变\n其余10只自选暂无触发\n\n⚠️ 推送端口5801/19001均超时(HTTP handler卡死),通知未送达微信。\n",
"stocks_mentioned": [
"00981"
],
"_id": "cron_6f8c0c6494b6_2026-05-21_14-43-41"
}