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,