l2/l2_data_manager_new.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
l2/l2_data_manager_new.py
@@ -2265,7 +2265,9 @@ elif code.find("00") == 0: # 深证非板上放量 safe_count = 2 if code.find("60") == 0: # 上证安全笔数为3 safe_count = 3 if buy_count < safe_count: not_buy_msg = f"【{i}】安全笔数不足,{buy_count}/{safe_count}" continue