From f0743a9c8e4cc247a213804cc68c7fa26f173736 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 26 九月 2024 22:06:31 +0800 Subject: [PATCH] 扫入策略调正 --- third_data/kpl_block_util.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/third_data/kpl_block_util.py b/third_data/kpl_block_util.py index 6c9c1f4..c99badc 100644 --- a/third_data/kpl_block_util.py +++ b/third_data/kpl_block_util.py @@ -201,5 +201,10 @@ return 0, [] +# 寮�1鏃堕棿鑼冨洿 +open_limit_up_time_range = time.mktime( + time.strptime(tool.get_now_date_str() + " 09:25:00", '%Y-%m-%d %H:%M:%S')), time.mktime( + time.strptime(tool.get_now_date_str() + " 09:30:00", '%Y-%m-%d %H:%M:%S')) + if __name__ == "__main__": pass -- Gitblit v1.8.0