From 1dea3d72da9d3d2d55f2e41b611913b0901d8074 Mon Sep 17 00:00:00 2001 From: admin <admin@example.com> Date: 星期二, 17 六月 2025 19:15:19 +0800 Subject: [PATCH] 增加测试/记录精选流入板块 --- strategy/plate_strength_analysis.py | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/strategy/plate_strength_analysis.py b/strategy/plate_strength_analysis.py index 7650689..ce2d05a 100644 --- a/strategy/plate_strength_analysis.py +++ b/strategy/plate_strength_analysis.py @@ -83,8 +83,7 @@ if data_cache.OPENING_TIME < now_time < data_cache.AFTER_CLOSING_TIME: logger_kpl_market_sift_plate.info(f"{market_sift_plate['list']}") # 鎬绘帶鍒舵椂闂存 - # TODO 娴嬭瘯 - if not (data_cache.OPENING_TIME < now_time < data_cache.NOON_MARKET_TIME) and False: + if not (data_cache.OPENING_TIME < now_time < data_cache.NOON_MARKET_TIME): return # ['801235', '鍖栧伐', 6996, 0.027, 2.43, 117836347690, -122548038, 8105997595, -8228545633, 0.92, 8595377775454, 0.09, 332297449, 9954902621130, -192457252, 24.0487, 17.1809, 6996, 0.027] # market_sift_plate['list'][0] = ['801062', '鍐涘伐', 3520, -0.49, 0.666, 139133934669, 383864272, 9077352839, -8693488567, 1.183, 6129448037490,-0.12, 168245858, 7088854452019, -290614763, 50.2408, 30.3672, 3520, 0] @@ -122,8 +121,7 @@ # print(f"kpl_limit_up_process寮�濮嬩簡{now}") start_time = time.time() now_time = tool.get_now_time_str() - # TODO 娴嬭瘯 - if data_cache.L1_DATA_START_TIME < now_time < data_cache.CLOSING_TIME or True: + if data_cache.L1_DATA_START_TIME < now_time < data_cache.CLOSING_TIME: its_stock_power = get_market_sift_plate_its_stock_power() time_str = datetime.datetime.now().strftime("%H%M%S") if 92900 < int(time_str) < 95000: -- Gitblit v1.8.0