l2/cancel_buy_strategy.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
l2/cancel_buy_strategy.py
@@ -319,6 +319,9 @@ if not watch_indexes: return False, None, "无大单监听" total_datas = local_today_datas.get(code) if tool.trade_time_sub(total_datas[start_index]["val"]["time"] ,total_datas[list(watch_indexes)[0]]["val"]["time"]) > 60: return False, None, "只有前60s生效" cancel_indexes = set() canceled_buyno_map = local_today_canceled_buyno_map.get(code) if True: