From 289a70c3d76fee4724bc97de96b4664e88d35b1e Mon Sep 17 00:00:00 2001 From: admin <admin@example.com> Date: 星期一, 24 三月 2025 14:36:18 +0800 Subject: [PATCH] bug修改 --- strategy/data_cache.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/strategy/data_cache.py b/strategy/data_cache.py index 74b5a8e..6d7f64c 100644 --- a/strategy/data_cache.py +++ b/strategy/data_cache.py @@ -166,10 +166,13 @@ # 鍒濆鍖栧疄鏃跺ぇ鐩樿鎯呮儏缁患鍚堝己搴﹀垎鏃跺垪琛� time_sharing_market_strong_dirt = {} + # 涓烘墍鏈変釜鑲$殑甯﹀睘鎬绾� 瀛楀吀鍒濆鍖� all_stocks_all_K_line_property_dict = {} # 涓烘寚鏁扮殑甯﹀睘鎬绾� 瀛楀吀鍒濆鍖� all_index_k_line_property_dict = {} +# 涓烘墍鏈変釜鑲$殑鎵�灞炴澘鍧楁蹇靛瓧鍏稿垵濮嬪寲 +all_stocks_plate_dict = {} # 澹版槑K绾垮睘鎬т腑鎵�鏈夋定鍋滅被鍨� limit_up_type = ['one_line_limit_up', 'limit_down_then_limit_up', 'limit_up_then_limit_down_then_limit_up', 'limit_up'] -- Gitblit v1.8.0