Administrator
2025-03-26 dba42fe844a5ef5e42e4c1981ecb5a80f4824e32
bug修复
1个文件已修改
5 ■■■■ 已修改文件
trade/current_price_process_manager.py 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
trade/current_price_process_manager.py
@@ -118,7 +118,10 @@
            if b not in top_in_blocks and tool.get_now_time_as_int() >= 100000:
                # 10点之后才考虑净流入
                continue
            index = top_in_blocks.index(b)
            if b in top_in_blocks:
                index = top_in_blocks.index(b)
            else:
                index = 1000
            special_codes = BlockSpecialCodesManager().get_block_codes(b)
            if not special_codes or code not in special_codes:
                continue