bitmart优化完成

This commit is contained in:
Administrator
2026-02-02 10:48:39 +08:00
parent 1043d000be
commit ea909a02d8
3 changed files with 4 additions and 7 deletions

7
1111
View File

@@ -21,9 +21,6 @@ db2e87093c120766bca60d2282y72760688
yx20250715@gmail.com
Abc12345678
yx20250715@gmail.com
555.73
2278
248.23
2611

Binary file not shown.

View File

@@ -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"])