trade/current_price_process_manager.py | ●●●●● 补丁 | 查看 | 原始文档 | 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