mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 16:54:20 +08:00
通达信统计指数 880005/880006 的计数类字段返回真实家数的 1/10, get_market_stat 未做缩放还原,导致 up/down/total/limit_up 等系统性偏小 10 倍。 对 6 个计数字段统一 round(field * 10),成交额/量/市值不动。 重写 test_get_market_stat_mapping 覆盖还原逻辑。761 单测全绿。