devel #34

Merged
MIRZAEV merged 4 commits from Alex/stcs:devel into stable 2025-11-20 12:33:56 +05:00
Showing only changes of commit 56729c287b - Show all commits

View File

@@ -233,9 +233,6 @@ async def trading_cycle(
) )
current_step += 1 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_margin_mode(tg_id=tg_id, margin_mode=margin_type)
await set_leverage( await set_leverage(
tg_id=tg_id, tg_id=tg_id,