From cf551c3d66c1410bfdfd9f808e98cba77dec5cd1 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 16 七月 2024 17:16:15 +0800 Subject: [PATCH] 上证S重砸优化/逼近成交时L后囊括范围修改 --- code_attribute/code_data_util.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/code_attribute/code_data_util.py b/code_attribute/code_data_util.py index f21e00e..2725f06 100644 --- a/code_attribute/code_data_util.py +++ b/code_attribute/code_data_util.py @@ -19,8 +19,6 @@ # 浠g爜瀵瑰簲鐨勪环鏍兼槸鍚︽纭� def is_same_code_with_price(code, price): - if code == '600066': - print('杩涘叆璋冭瘯') # 鏄ㄦ棩鏀剁洏浠� price_close = gpcode_manager.CodePrePriceManager.get_price_pre_cache(code) max_price = tool.to_price(decimal.Decimal(str(price_close)) * decimal.Decimal(tool.get_limit_up_rate(code))) -- Gitblit v1.8.0