l2/l2_data_manager_new.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
l2/l2_data_manager_new.py
@@ -1016,9 +1016,6 @@ # 是独苗 if code in cls.volume_rate_info and cls.volume_rate_info[code][0] < 0.3: return False, True, f"近2天有10日内最高量,量比({cls.volume_rate_info[code][0]})未达到30%" # 是独苗 if can_buy_result[1]: if now_timestamp < int("100000") or int("130000") <= now_timestamp < int("133000"): # 独苗必须9:30-10:00和13:00-13:30时间段内买 return True, False, f"独苗:{can_buy_result[2]}"