From 5f034f7a6733b03e0d08d7920ec6de1b1517c421 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 19 六月 2025 10:02:03 +0800 Subject: [PATCH] bug修复/策略完善 --- strategy/strategy_variable_factory.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/strategy/strategy_variable_factory.py b/strategy/strategy_variable_factory.py index 2b3d3d1..648b294 100644 --- a/strategy/strategy_variable_factory.py +++ b/strategy/strategy_variable_factory.py @@ -674,7 +674,7 @@ # __load_target_codes_v1() - __DataLoader = DataLoader("2025-06-17") + __DataLoader = DataLoader("2025-06-04") # __test_jx_blocks(__DataLoader) # instance = StockVariables() @@ -692,7 +692,7 @@ results = __DataLoader.load_target_plate_and_codes() # for k in results: # print(k, results[k]) - plates = ["鑴戞満鎺ュ彛"] + plates = ["閿傜數姹�"] print("==========鏂伴鏉�=======") for p in plates: print(p, results.get(p)) -- Gitblit v1.8.0