From 561a966e37bab193be277a0936c2868cc1a5e5d0 Mon Sep 17 00:00:00 2001 From: admin <admin@example.com> Date: 星期四, 27 三月 2025 15:14:10 +0800 Subject: [PATCH] 日志修改 --- strategy/kpl_api.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/strategy/kpl_api.py b/strategy/kpl_api.py index ee26626..28f7ea6 100644 --- a/strategy/kpl_api.py +++ b/strategy/kpl_api.py @@ -16,7 +16,7 @@ # import requests from strategy import data_cache from strategy import basic_methods -from strategy.index_market_trend_strategy import index_trend_expectation +from strategy.market_sentiment_analysis import index_trend_expectation from trade import middle_api_protocol from utils import hx_qc_value_util, tool @@ -784,7 +784,7 @@ # ((澶х洏缁煎悎寮哄害鍒嗘暟 + 澶х洏鎸囨暟鎯呯华棰勬湡鍒嗘暟) * 0.01) * (璐︽埛鍙敤閲戦 * 0.9 * 鏋佺浣庤糠鎯呯华姣斾緥 / 浠婃棩鏈�澶ф柊澧炴寔浠撶エ鏁�) # data_cache.today_planned_order_amount = ((data_cache.real_time_market_strong + index_trend_expectation_score) * 0.01) * ( # usefulMoney * 0.9 * low_emotion_mood_ratio / Unfinished_opening_plan_number) - data_cache.today_planned_order_amount = (index_trend_expectation_score * 0.01) * (usefulMoney * 0.9 * low_emotion_mood_ratio / Unfinished_opening_plan_number) + data_cache.today_planned_order_amount = (index_trend_expectation_score * 0.01) * (usefulMoney * 0.95 * low_emotion_mood_ratio / Unfinished_opening_plan_number) else: data_cache.today_planned_order_amount = data_cache.BUY_MONEY_PER_CODE -- Gitblit v1.8.0