Administrator
2023-12-01 5647d69508599a434a21116496c1f2c62a1860be
bug修复
1个文件已修改
6 ■■■■ 已修改文件
l2/cancel_buy_strategy.py 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
l2/cancel_buy_strategy.py
@@ -1727,9 +1727,9 @@
        # if time_sub > 15 * 60:
        #     if len(current_limit_up_block_codes_dict[block]) == 1:
        #         return True, "独苗下单15分钟无后排"
        if time_sub > 10 * 60:
            if len(current_limit_up_block_codes_dict[block]) == 1 and volume_rate < 0.7:
                return True, f"独苗下单10分钟无后排且量({volume_rate})小于70%"
        # if time_sub > 10 * 60:
        #     if len(current_limit_up_block_codes_dict[block]) == 1 and volume_rate < 0.7:
        #         return True, f"独苗下单10分钟无后排且量({volume_rate})小于70%"
        return False, "不需要撤单"