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