Administrator
2025-06-27 9949e2de0c9f0624a0698a305b5d3ad52799e906
l2/cancel_buy_strategy.py
@@ -319,7 +319,8 @@
        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:
        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()