From 8d4be7d30a05b97590d29dfd3c83eebce4c4fb14 Mon Sep 17 00:00:00 2001
From: admin <admin@example.com>
Date: 星期一, 31 三月 2025 18:00:54 +0800
Subject: [PATCH] bug修改

---
 strategy/market_sentiment_analysis.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/strategy/market_sentiment_analysis.py b/strategy/market_sentiment_analysis.py
index c2c7ee3..81a9768 100644
--- a/strategy/market_sentiment_analysis.py
+++ b/strategy/market_sentiment_analysis.py
@@ -300,10 +300,6 @@
     else:
         index_composite_tick_increase = '涓夊ぇ鎸囨暟锛氭定璺屼笉涓�'
     logger.info(f"寮�鐩樻寚鏁板紑鐩樼灛鏃惰蛋鍔挎挱鎶ワ細{index_composite_tick_increase}")
-    # print(f"鎸囨暟K绾縶data_cache.all_index_k_line_property_dict}")
-    if len(data_cache.all_index_k_line_property_dict) > 0 or data_cache.all_index_k_line_property_dict is not None:
-        logger.info(f"鎸囨暟甯﹀睘鎬绾挎暟鎹殑鏄ㄦ棩鏄惁涓虹┖:{data_cache.all_index_k_line_property_dict['SHSE.000001'][0]}")
-        # print(f"鎸囨暟甯﹀睘鎬绾挎暟鎹殑鏄ㄦ棩鏄惁涓虹┖:{data_cache.all_index_k_line_property_dict['SHSE.000001'][0]['open']}")
     if index_trend_expectation_score > 100:
         index_trend_expectation_score = 100
     return index_trend_expectation_score

--
Gitblit v1.8.0