mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
parent
1d0af074ac
commit
793d090561
|
@ -260,8 +260,8 @@ class Wallets:
|
|||
if self._log:
|
||||
logger.info(
|
||||
f"Adjusted stake amount for pair {pair} is more than 30% bigger than "
|
||||
f"the desired stake ({stake_amount} * 1.3 > {max_stake_amount}), "
|
||||
f"ignoring trade."
|
||||
f"the desired stake amount of ({stake_amount:.8f} * 1.3 = "
|
||||
f"{stake_amount * 1.3:.8f}) < {min_stake_amount}), ignoring trade."
|
||||
)
|
||||
return 0
|
||||
stake_amount = min_stake_amount
|
||||
|
|
Loading…
Reference in New Issue
Block a user