From ea909a02d82f193d5bfb66d2a01c7bcfe66fdb2b Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 2 Feb 2026 10:48:39 +0800 Subject: [PATCH] =?UTF-8?q?bitmart=E4=BC=98=E5=8C=96=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1111 | 7 ++----- telegram/8619211027341.session | Bin 45056 -> 45056 bytes 交易/bitmart-五分之一策略交易.py | 4 ++-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/1111 b/1111 index 337f7ae..7270362 100644 --- a/1111 +++ b/1111 @@ -21,9 +21,6 @@ db2e87093c120766bca60d2282y72760688 yx20250715@gmail.com Abc12345678 -yx20250715@gmail.com - - -555.73 -2278 \ No newline at end of file +248.23 +2611 \ No newline at end of file diff --git a/telegram/8619211027341.session b/telegram/8619211027341.session index 4702eb35823a616c1973fd427545f65d1a8539c9..8145d0d16d6cea8f6b81f95299a29dd85e51a098 100644 GIT binary patch delta 73 zcmZp8z|`=7X@V3}*7S)oPC#;F!jfDr`xM7p2`n-bqZUu*%Tr)ooY^3dx7j%FI16)w aK;h=UMH3l;jH1mGOBAg^B9phS_XYq0>l@Gj delta 73 zcmZp8z|`=7X@V3}s_8@-Cm^{oVM#8R&1T12@#nqoT~wLOm#4tGD6`&Hce8QcaTex! aTfNPHizYGx8Ty+imMB_-L?&-t?+pMHfgCXa diff --git a/交易/bitmart-五分之一策略交易.py b/交易/bitmart-五分之一策略交易.py index b4e9a10..5527dc4 100644 --- a/交易/bitmart-五分之一策略交易.py +++ b/交易/bitmart-五分之一策略交易.py @@ -735,11 +735,11 @@ class BitmartOneFifthStrategy: except Exception as e: logger.error(f"主循环异常: {e}") time.sleep(self.check_interval) - time.sleep(5) + time.sleep(3) if random.randint(1,10)>7: self.page.close() - time.sleep(15) + time.sleep(15) def _send_position_message(self, latest_kline): current_price = float(latest_kline["close"])