mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
enhance check_and_call_adjust_trade_position logging
This commit is contained in:
@@ -807,7 +807,10 @@ class FreqtradeBot(LoggingMixin):
|
||||
)
|
||||
|
||||
if amount == 0.0:
|
||||
logger.info("Amount to exit is 0.0 due to exchange limits - not exiting.")
|
||||
logger.info(
|
||||
f"Wanted to exit of {stake_amount} amount, "
|
||||
"but exit amount is now 0.0 due to exchange limits - not exiting."
|
||||
)
|
||||
return
|
||||
|
||||
remaining = (trade.amount - amount) * current_exit_rate
|
||||
|
||||
Reference in New Issue
Block a user