Commit Graph

  • 9e5ea52c1e 策略质量门禁三段自动修复 master 知微 2026-07-02 14:12:31 +08:00
  • 400e4ee34d review_needed 跟进机制 + 质量门禁文档 知微 2026-07-02 14:04:15 +08:00
  • 6f8644b327 质量门禁自动修复 — CRITICAL失败不再退回, 调技术分析补全 知微 2026-07-02 13:57:50 +08:00
  • c36479f481 第4条CRITICAL红线:GATE_9D_ANALYSIS 知微 2026-07-02 13:50:53 +08:00
  • 7c0e85af28 硬性策略质量门禁 validate_strategy() 知微 2026-07-02 13:46:53 +08:00
  • 04b8a6d4bc mo_data: +write_cash_log 函数 知微 2026-07-02 01:43:33 +08:00
  • 29d0eb96cc feat: 筹码因子情景权重+共振检测修复 知微 2026-07-02 01:05:29 +08:00
  • 69c6c5633a feat: 筹码S/R集成到reassess_strategy 知微 2026-07-02 00:57:54 +08:00
  • 7f8b27df3b feat: 筹码因子模块 + 分钟K线 + 历史数据回填 知微 2026-07-02 00:36:35 +08:00
  • c1cdec6edc feat: 分钟级K线 get_minute_kline() + 1s限流保护 知微 2026-07-02 00:22:42 +08:00
  • c91a2b47e4 docs: CHANGELOG — mo_data + cash_log 知微 2026-07-01 23:48:11 +08:00
  • 6305204c7a feat: mo_data.py unified read layer (DB-first, JSON fallback) + cash_log table + batch JSON→DB migration (16 files) 知微 2026-07-01 23:45:30 +08:00
  • 864d924012 docs: CHANGELOG 2026-07-01 — DB migration + single price source + health check 知微 2026-07-01 23:28:29 +08:00
  • 6918dffd10 fix: restore 0.1s sleep between Eastmoney HK requests (anti-scraping) 知微 2026-07-01 23:21:40 +08:00
  • 0faa58d211 perf: remove 0.2s sleep between Eastmoney HK requests (9 stocks < 1s, batch not supported by API) 知微 2026-07-01 23:15:39 +08:00
  • 671fe4ecc2 feat: price_monitor cron entry + health check script (DB freshness monitoring) 知微 2026-07-01 23:07:24 +08:00
  • ec285669c4 fix: deploy scripts/ files properly (correct directory) 知微 2026-07-01 23:00:28 +08:00
  • b2822cec15 feat: all remaining Tencent API price fetchers now DB-first (8 files) 知微 2026-07-01 22:59:17 +08:00
  • 0aef122b69 feat: mofin_db get_price_from_db/get_prices_batch helpers + strategy_evaluator DB-first 知微 2026-07-01 22:56:24 +08:00
  • 8ed755bff9 feat: strategy_lifecycle + stale_detector + server — DB-first price reads, Tencent API as fallback only 知微 2026-07-01 22:48:48 +08:00
  • 849495c4ba fix: remove stale_push_wlin hardcoded 0.87 fallback — imports mo_models directly, no shadow functions 知微 2026-07-01 22:39:20 +08:00
  • f50b93d427 feat: eliminate duplicate price fetches — stale_push_wlin + per_stock_reassess now read from DB instead of self-pulling Tencent API 知微 2026-07-01 22:32:30 +08:00
  • 82024a6d7f 给笑笑的接手说明 — refactor-for-xiaoxiao.md 知微 2026-07-01 22:05:01 +08:00
  • e8653acd37 sync: 全部cron脚本同步+游离代码归位+关键依赖部署 知微 2026-07-01 00:02:56 +08:00
  • 00b0e643d1 feat: holdings_reconciliation + process_trade + import_holding_xls → DB writes 知微 2026-06-30 23:56:51 +08:00
  • e3bf196a59 fix: ALTER TABLE migrations must run before CREATE TABLE + currency validation in write_holdings_batch 知微 2026-06-30 23:53:57 +08:00
  • 1c2344d217 feat: strategy_lifecycle regenerate_all now writes to DB (holdings+strategies+watchlist) 知微 2026-06-30 23:47:59 +08:00
  • dc68739ac4 feat: DB migration — enforce currency constraints on holdings/strategies/watchlist/summary tables + price_monitor DB writes 知微 2026-06-30 23:46:08 +08:00
  • 236e67fa71 fix: NEAR_SL false alarm — add cost check, relabel as PROFIT_PROTECT when floating profit >5% 知微 2026-06-30 23:33:37 +08:00
  • 0a6c659e45 sync: system_audit.py cache审计(笑笑) 知微 2026-06-30 23:12:53 +08:00
  • 28c001684e 币种标记标准化 + data-pipeline诊断文档 知微 2026-06-30 11:13:45 +08:00
  • 28afb14769 建滔价格错误修复 + 币种标记标准化 知微 2026-06-30 11:11:22 +08:00
  • 8e738404d4 fix: 全线港股前缀修复 + 币种统一 知微 2026-06-30 10:38:18 +08:00
  • e1057bc747 docs: 数据管道诊断报告(交笑笑重构参考) 知微 2026-06-30 09:34:59 +08:00
  • 6cbc433c20 fix: 莫荷审计三个问题修复 知微 2026-06-30 03:20:47 +08:00
  • fb74c8bbb5 fix: capital_flow_collector+per_stock_reassess归位 知微 2026-06-30 03:12:59 +08:00
  • 12025d58a0 docs: 更新交接文档(含笑笑架构改革) 知微 2026-06-30 03:04:26 +08:00
  • 04c98c23e1 docs: session交接文档 知微 2026-06-30 03:02:29 +08:00
  • 6915fd9cbf fix: 添加venv到gitignore+移除跟踪 知微 2026-06-30 02:57:11 +08:00
  • fa45d8aa5f fix: 小果地址统一node122(兼容LAN+EasyTier) 知微 2026-06-30 02:56:35 +08:00
  • 8f0ee37aa4 sync: 游离代码归位+node122地址 知微 2026-06-30 02:46:55 +08:00
  • bfeb3cdfb1 docs: DSA Web + AlphaSift + 选股链路修复 + 小果EasyTier hmo 2026-06-30 02:35:40 +08:00
  • d4cfc5c931 fix: market_screener call_xiaoguo direct to node122 instead of Hermes gateway hmo 2026-06-30 02:30:32 +08:00
  • f4b2467ae9 fix: replace hardcoded 192.168.1.122 with node122 (hostname resolves via /etc/hosts to LAN or EasyTier) hmo 2026-06-30 02:27:52 +08:00
  • efaa20d775 feat: AlphaSift disabled by default (ALPHASIFT_ENABLED=false), add --enable flag hmo 2026-06-30 02:21:23 +08:00
  • c38787aea3 fix: sort candidates by score across strategies before limiting MAX_ADD hmo 2026-06-30 02:15:44 +08:00
  • 992b283d3f feat: multi-strategy parallel screening (balanced_alpha+dual_low+quality_value) hmo 2026-06-30 02:08:48 +08:00
  • 790b0f9acc feat: mo_alphasift_bridge v2 — async mode + source tracking (date/strategy/notes) hmo 2026-06-30 01:57:01 +08:00
  • 897bc54bab feat: mo_alphasift_bridge.py — AlphaSift screening → MoFin watchlist auto-bridge hmo 2026-06-30 01:51:48 +08:00
  • 8fd134a063 fix: mo_bridge cache path (reports/ + data/market_review/) + mo_dsa_opinion.py standalone DSA strategy reference script hmo 2026-06-30 01:31:42 +08:00
  • 18081c05a4 fix: mo_bridge news fallback to akshare + market review cache-only in cron hmo 2026-06-30 01:24:09 +08:00
  • ab23dfd234 feat: DSA full integration — mo_bridge v2 + strategy_lifecycle injection hmo 2026-06-30 01:17:23 +08:00
  • 8bcba05e7d docs: add DSA web server info to CHANGELOG hmo 2026-06-30 00:50:56 +08:00
  • 5264fd5241 docs: MoFin architecture reform CHANGELOG hmo 2026-06-30 00:36:08 +08:00
  • d9b48ea5f0 fix: Eastmoney individual query + remove /100 price bug hmo 2026-06-30 00:29:37 +08:00
  • 8710dfe366 feat: HK realtime via Eastmoney push2 API — no more 15-min delay hmo 2026-06-30 00:25:56 +08:00
  • 89153832b4 fix: DSA path auto-detect — check server path /home/hmo/daily-stock-analysis first hmo 2026-06-29 23:47:59 +08:00
  • 6abc2e45b0 refactor: phase 0-2 MoFin architecture reform — single source of truth hmo 2026-06-29 23:25:54 +08:00
  • 7d49470aeb 总资产公式修复+数据模型文档 知微 2026-06-29 22:35:07 +08:00
  • 5a2d616dfd 现金冻结修复:price_monitor不再重算cash 知微 2026-06-29 22:24:12 +08:00
  • 0b0323eb23 cash/总资产循环依赖修复 知微 2026-06-29 22:17:28 +08:00
  • 9709c43ccb 总资产权威数据源统一修复 知微 2026-06-29 21:39:06 +08:00
  • a8d5418726 price_monitor 汇总值重算 + total_assets修正 知微 2026-06-29 20:20:24 +08:00
  • d82de939ff revert(币种统一): 回退CNY转换 知微 2026-06-29 17:46:14 +08:00
  • 6aa338ee4d 币种统一全覆盖审计 + 修复 知微 2026-06-29 16:58:18 +08:00
  • 1ad2c20493 CNY币种统一修复 — decisions.json所有价格字段统一CNY 知微 2026-06-29 16:28:59 +08:00
  • 4bcc51f219 数据新鲜度铁律+违规记录 知微 2026-06-29 15:52:29 +08:00
  • aa4f013ee5 数据新鲜度防御体系(致命错误防御) 知微 2026-06-29 15:23:32 +08:00
  • 6a97d93018 现金更正 + 法拉电子清仓记录 知微 2026-06-29 12:40:50 +08:00
  • 13b4dcbcf0 三维分析框架固化(news-flow-analysis skill) 知微 2026-06-28 22:06:24 +08:00
  • 1abb6bb7fd 自选正反自动同步 知微 2026-06-28 00:18:11 +08:00
  • 4477b06f12 Watchlist↔Holdings双向自动迁移 知微 2026-06-28 00:15:37 +08:00
  • 91d2957ab0 自选清理+新增策略 知微 2026-06-28 00:12:31 +08:00
  • 8474effcad feat: --verify-new-cron模式 + MEMORY.md流程 知微 2026-06-27 02:31:18 +08:00
  • 2912b127e3 docs: 38个cron完全手册 知微 2026-06-27 02:26:34 +08:00
  • c3c1895896 fix: 自动注册读脚本docstring推算数据流,不再是"未知" 知微 2026-06-27 02:22:34 +08:00
  • d89351fbfe fix: 管道注册表自动修复——新组件自动登记占位 知微 2026-06-27 02:19:12 +08:00
  • 10caef1853 fix: 管道审计改为动态读jobs.json,无需手动维护脚本列表 知微 2026-06-27 02:16:46 +08:00
  • 44d0a435a0 fix: 管道注册表自发现+未登记组件报警 知微 2026-06-27 02:08:21 +08:00
  • 120f35671d feat: 数据管道注册表+宏观风险集成+管道完整性审计 知微 2026-06-27 02:04:22 +08:00
  • b4f957f80d fix: guardian每日调gateway清理memory, 花token但省心 知微 2026-06-27 01:37:18 +08:00
  • 56249428fe fix: MEMORY.md补全现金铁律+报告规则, guardian支持模式清理 知微 2026-06-27 01:34:48 +08:00
  • 2bda688a30 feat: 记忆守卫每日cron(按SOUL规则自检memory) 知微 2026-06-27 01:30:27 +08:00
  • cb779b692c revert: 去掉我误建的macro_index_collector(莫荷的macro_context_collector已覆盖) 知微 2026-06-27 01:16:22 +08:00
  • 54915e9b7e feat: 宏观指数采集独立(macro_index_collector) + 莫荷宏观预警系统入库 知微 2026-06-27 01:14:00 +08:00
  • 8b5705beae fix: 私聊回复去重(去掉send_stanza双发) 知微 2026-06-26 23:23:38 +08:00
  • 40d74f89ff feat: xmpp bot最终修复版+skill文档同步 知微 2026-06-26 23:17:21 +08:00
  • ef7c83a3ed feat: 换仓策略整合深套解套+T+2前瞻 知微 2026-06-25 21:32:01 +08:00
  • fa3fc93f25 feat: 数据治理+深套解套方案 知微 2026-06-25 21:22:59 +08:00
  • b63475402e feat: 港股ATR波动率止损校验 知微 2026-06-25 21:11:07 +08:00
  • dff8e17d68 feat: 止损洗盘检测(60日K线反弹验证) 知微 2026-06-25 20:33:34 +08:00
  • 127a0ff021 feat: 复盘每日cron + 卖飞检测(60日最高价) 知微 2026-06-25 20:27:53 +08:00
  • 29ec09530a feat: 三层策略复盘框架 知微 2026-06-25 20:04:44 +08:00
  • b053103377 feat: 策略复盘闭环 Phase1 知微 2026-06-25 19:58:00 +08:00
  • 147d6d0fa2 docs: 最终文档更新+全链路测试通过 知微 2026-06-24 23:05:16 +08:00
  • 39ff4d95f7 feat: macro_context/market数据全部DB优先,JSON回退 知微 2026-06-24 22:34:08 +08:00
  • 843012e045 cleanup: 历史记录从JSON迁移到DB(health_check_log表) 知微 2026-06-24 22:14:53 +08:00
  • 4c074b789e docs: 更新自愈循环+体检文档至最终版 知微 2026-06-24 22:09:30 +08:00
  • 5a7335e583 fix: xiaoguo_scanner LLM超时恢复30s 知微 2026-06-24 22:05:45 +08:00
  • 9b878001af fix: 小果LLM不可达降级处理 知微 2026-06-24 22:04:18 +08:00