From e155f71d1fda90ecf5ffc5bc9b4baeb06579ddbe Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 28 八月 2025 15:06:53 +0800 Subject: [PATCH] 委托列表输出量比/动态L后撤单比例修改/最大单价买到250/参考量不取最近5个交易日最大/下午1点过后不自动加想 --- 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 c68248a..f734984 100644 --- a/code_attribute/first_target_code_data_processor.py +++ b/code_attribute/first_target_code_data_processor.py @@ -257,7 +257,7 @@ # 绾犳鏁版嵁 if is_limit_up and limit_up_time is None: limit_up_time = tool.get_now_time_str() - pricePre = gpcode_manager.CodePrePriceManager.get_price_pre_cache(code) + pricePre = gpcode_manager.CodePrePriceManager().get_price_pre_cache(code) if pricePre is None: history_k_data_manager.re_set_price_pres([code]) -- Gitblit v1.8.0