知微
|
d972553b6e
|
fix: divergence_detector 改用新浪API直接获取指数数据(原mo_data不支持指数代码)
|
2026-07-14 11:08:07 +08:00 |
|
知微
|
52e70bde26
|
fix: 14个LLM cron prompt添加数据真实性铁律(置顶)+注册到提示词系统
|
2026-07-09 13:38:36 +08:00 |
|
知微
|
9fef32413b
|
refactor: 统一价格入口 mo_data.get_price() - 22个脚本移除自拉腾讯API
所有价格获取统一走 mo_data.get_price() / get_prices_batch():
- 优先读 live_prices(DB) → 无/过期才调 stock_quote(API) → 自动写回DB
- 22个脚本全部替换:branch_scanner chip_factors divergence_detector
market_screener mo_provider mofin_collect monitor_300308 300308_monitor
multi_timeframe refresh_macro_context stale_detector stale_push_wlin
stock_profile strategy_evaluator strategy_lifecycle strategy_review
strategy-staleness-check technical_analysis xiaoguo_signal_consumer
collect_evaluation_data
|
2026-07-08 23:54:01 +08:00 |
|
知微
|
ec285669c4
|
fix: deploy scripts/ files properly (correct directory)
|
2026-07-01 23:00:28 +08:00 |
|
知微
|
54915e9b7e
|
feat: 宏观指数采集独立(macro_index_collector) + 莫荷宏观预警系统入库
- 重建 macro_index_collector.py: 原macro_context_collector(index采集)独立
避免与莫荷的 macro_context_collector(宏观新闻采集)冲突
- 纳入莫荷的宏观预警系统:
divergence_detector.py — 跨市场背离监测
macro_context_collector.py — 宏观新闻采集+红绿灯(莫荷版)
macro_signal_consumer.py — 宏观风险信号消费
- cron修正: 宏观采集-早/午间 → macro_index_collector.py
|
2026-06-27 01:14:00 +08:00 |
|