mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
@@ -382,7 +382,7 @@ class Wallets:
|
||||
max_stake_amount: float,
|
||||
trade_amount: float | None,
|
||||
):
|
||||
if not stake_amount:
|
||||
if not stake_amount or isinstance(stake_amount, str) or stake_amount <= 0:
|
||||
self._local_log(
|
||||
f"Stake amount is {stake_amount}, ignoring possible trade for {pair}.",
|
||||
level="debug",
|
||||
|
||||
Reference in New Issue
Block a user