Bot auto-update: src/main_ml.py
This commit is contained in:
parent
a6a832a4e7
commit
24497b9b37
|
|
@ -44,7 +44,7 @@ class Bot:
|
||||||
usdt_free = self.balance.get("USDT", {}).get("free", 0)
|
usdt_free = self.balance.get("USDT", {}).get("free", 0)
|
||||||
qty_usdt = usdt_free * 0.5
|
qty_usdt = usdt_free * 0.5
|
||||||
|
|
||||||
if qty_usdt < 10:
|
if qty_usdt < 1:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
ticker = self.binance.get_symbol_ticker(symbol=pair)
|
ticker = self.binance.get_symbol_ticker(symbol=pair)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue