From 56729c287b45456b86ea47b60fb3b1b27aebc438 Mon Sep 17 00:00:00 2001 From: algizn97 Date: Mon, 17 Nov 2025 20:40:24 +0500 Subject: [PATCH] Step comparison postponed --- app/bybit/open_positions.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/bybit/open_positions.py b/app/bybit/open_positions.py index d30d580..00d3fc8 100644 --- a/app/bybit/open_positions.py +++ b/app/bybit/open_positions.py @@ -233,9 +233,6 @@ async def trading_cycle( ) current_step += 1 - if max_bets_in_series < current_step: - return "Max bets in series" - await set_margin_mode(tg_id=tg_id, margin_mode=margin_type) await set_leverage( tg_id=tg_id,