From b03f1ca7c2d77be46ca55c7fb68ae6215783840a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 17 四月 2024 18:46:35 +0800 Subject: [PATCH] 买入调整 --- test/test_sell.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/test/test_sell.py b/test/test_sell.py index c3a4abb..865b88d 100644 --- a/test/test_sell.py +++ b/test/test_sell.py @@ -57,7 +57,7 @@ def is_active_sell(sell_no, buy_no): return sell_no > buy_no - code = "002761" + code = "002660" data_map = log_export.load_huaxin_transaction_map(date=tool.get_now_date_str()) datas = data_map.get(code) __latest_sell_order_dict = {} @@ -67,6 +67,8 @@ for data in datas: for d in data: + if d[6] == 24975654: + print(d[1]*d[2], d) type = -1 if d[7] > d[6]: -- Gitblit v1.8.0