From 9fd7f88878b0ffa8dc9071c8ad7e632a682a5080 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 11 六月 2024 11:18:40 +0800 Subject: [PATCH] bug修复 --- cancel_strategy/s_l_h_cancel_strategy.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cancel_strategy/s_l_h_cancel_strategy.py b/cancel_strategy/s_l_h_cancel_strategy.py index 7095c6e..9cbae71 100644 --- a/cancel_strategy/s_l_h_cancel_strategy.py +++ b/cancel_strategy/s_l_h_cancel_strategy.py @@ -1309,7 +1309,7 @@ thresh_cancel_rate, must_buy = LCancelRateManager.get_cancel_rate(code, total_data[buy_exec_index]["val"]["time"], is_up=True) - l2_log.l_cancel_debug(code, f"璁$畻鑼冨洿锛歿start_index}-{end_index},鎴愪氦浣嶄复杩戝凡鎾ゅ崟姣斾緥锛歿rate}/{thresh_cancel_rate}") + l2_log.l_cancel_debug(code, f"璁$畻鑼冨洿锛歿start_index}-{end_index},L鍓嶅凡鎾ゅ崟姣斾緥锛歿rate}/{thresh_cancel_rate}") if rate >= thresh_cancel_rate: # 璁$畻鎴愪氦杩涘害浣嶇疆鍒板綋鍓嶄笅鍗曚綅缃殑绾拱棰� real_place_order_index_info = self.__real_place_order_index_dict.get(code) -- Gitblit v1.8.0