l2/l2_data_manager_new.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
l2/l2_data_manager_new.py
@@ -830,6 +830,12 @@ else: if average_rate < 0.04: return False, True, f"均价涨幅({average_rate})小于4%", True if not gpcode_manager.WantBuyCodesManager().is_in_cache(code): zyltgb_as_yi = round(global_util.zyltgb_map.get(code) / 100000000, 2) if code in global_util.zyltgb_map else None if zyltgb_as_yi and zyltgb_as_yi < 40: return False, True, f"自由流通市值小于({zyltgb_as_yi})< 40亿", True return True, False, f"", False @classmethod