From efe62c0c92bee36da5179f34bb73e8ee4db6f814 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 10 六月 2025 10:37:41 +0800 Subject: [PATCH] 买入金额>=30亿/L后撤只囊括100w以上的 --- constant.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/constant.py b/constant.py index 4fbfc61..e4f4ba9 100644 --- a/constant.py +++ b/constant.py @@ -202,7 +202,7 @@ MIN_CODE_RADICAL_BUY_PRICE = 2 # 鎵叆鐨勮嚜鐢辨祦閫氬競鍊煎尯闂达細[[(鑷敱娴侀�氭渶灏忓��,鑷敱娴侀�氭渶澶у��),(鑲′环鏈�灏忓��,鑲′环鏈�澶у��)]] -RADICAL_BUY_ZYLTGB_AS_YI_RANGES = [[(50, 1000), (3, 50)], [(50, 1000), (2, 3)]] +RADICAL_BUY_ZYLTGB_AS_YI_RANGES = [[(30, 1000), (3, 50)], [(30, 1000), (2, 3)]] # L2鏁版嵁鏄惁杞藉叆瀹屾垚 L2_DATA_IS_LOADED = False -- Gitblit v1.8.0