From f62bb70f7ec94d513fad29572deec78a33a2d9bc Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 29 十一月 2023 15:48:52 +0800 Subject: [PATCH] 买入策略调整 --- code_attribute/first_target_code_data_processor.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/code_attribute/first_target_code_data_processor.py b/code_attribute/first_target_code_data_processor.py index eb6336e..90e88ee 100644 --- a/code_attribute/first_target_code_data_processor.py +++ b/code_attribute/first_target_code_data_processor.py @@ -125,7 +125,7 @@ if code_nature_analyse.is_up_too_high_in_10d_with_limit_up(volumes_data): # 鍒ゆ柇鏄惁澶珮 - l2_trade_util.forbidden_trade(code, "鑲′环闀垮緱澶珮锛�5澶╁唴鏈�3涓定鍋滐級") + # l2_trade_util.forbidden_trade(code, "鑲′环闀垮緱澶珮锛�5澶╁唴鏈�3涓定鍋滐級") HighIncreaseCodeManager().add_code(code) if code_nature_analyse.is_up_too_high_in_120d(volumes_data): -- Gitblit v1.8.0