Administrator
2024-11-14 5c8f301496972c101d93cc8ae08cd9338d8d2835
触发扫入的成交比例阈值修改
1个文件已修改
2 ■■■ 已修改文件
servers/data_server.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
servers/data_server.py
@@ -92,7 +92,7 @@
            if not blocks:
                blocks = set()
            for b in blocks:
                if b not in record_reason_dict:
                if b not in current_reason_dict:
                    current_reason_dict[b] = []
                current_reason_dict[b].append(_code)
        # (板块名称,涨停代码数量,炸板数量,涨停时间)