l2/cancel_buy_strategy.py | ●●●●● 补丁 | 查看 | 原始文档 | 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, "不需要撤单"