From cbf0eb16d93a5c7ebfa5196c012cde695166647a Mon Sep 17 00:00:00 2001
From: admin <admin@example.com>
Date: 星期二, 27 五月 2025 14:21:03 +0800
Subject: [PATCH] 1.充分交易量公式 修改参数 2.策略中新增且打印有意购买列表 3.GUI新增及修改 行情板块强度模块 的 日志数据整理 与 data_server 相关的响应修改 4.

---
 strategy/data_cache.py |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/strategy/data_cache.py b/strategy/data_cache.py
index dda7250..d573437 100644
--- a/strategy/data_cache.py
+++ b/strategy/data_cache.py
@@ -273,7 +273,10 @@
 # 鏈�鏂版垚浜や环鏍�
 latest_deal_price_dict = {}
 
-logging.info(f"鍏ㄥ眬鍒濆鍖栨暟鎹�  瀹屾垚銆娿�娿�� - {os.getpid()}")
-
 # 澶у崟鎴愪氦鏁版嵁: {"浠g爜":[澶у崟鏁版嵁1,澶у崟鏁版嵁2,...]}
 big_order_deal_dict = {}
+
+# 鏈夋剰璐拱鐨勮偂绁ㄥ悕绉板垪琛�
+willing_buy_list = []
+
+logging.info(f"鍏ㄥ眬鍒濆鍖栨暟鎹�  瀹屾垚銆娿�娿�� - {os.getpid()}")

--
Gitblit v1.8.0