From d163fc446359d66afa10e2ab63e860887aa8732c Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 19 八月 2025 01:33:11 +0800 Subject: [PATCH] 连续涨停时间记录/新增大单概览接口 --- constant.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/constant.py b/constant.py index 4de827d..773e4d6 100644 --- a/constant.py +++ b/constant.py @@ -245,4 +245,7 @@ # 鍙互鑷姩鍔犳兂 CAN_AUTO_ADD_WANT_BUY_CODES = True +# L鍚庢挙鍗曟瘮渚嬭嚜鍔ㄥ彉鍖� +CAN_AUTO_L_DOWN_RATE_CHANGE = True + -- Gitblit v1.8.0