Bot auto-update: src/main_ml.py

This commit is contained in:
Marc Blatter 2026-07-04 17:25:01 +02:00
parent a6a832a4e7
commit 24497b9b37
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class Bot:
usdt_free = self.balance.get("USDT", {}).get("free", 0)
qty_usdt = usdt_free * 0.5
if qty_usdt < 10:
if qty_usdt < 1:
return None
ticker = self.binance.get_symbol_ticker(symbol=pair)