Administrator
2024-02-29 4349e51c0ef43a77e8a1e59723f481a9cfa97c8d
l2/cancel_buy_strategy.py
@@ -1670,7 +1670,7 @@
        # 统计未撤订单的数量与金额
        total_datas = local_today_datas.get(code)
        # 是否是下单5分钟内
        if tool.trade_time_sub(tool.get_now_time_str(), total_datas[real_order_index]['val']['time']) > 5 * 60:
        if tool.trade_time_sub(tool.get_now_time_str(), total_datas[real_order_index]['val']['time']) > 3 * 60:
            return False, "下单超过5分钟"
        total_left_count = 0