enhance check_and_call_adjust_trade_position logging
This commit is contained in:
@@ -807,7 +807,10 @@ class FreqtradeBot(LoggingMixin):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if amount == 0.0:
|
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
|
return
|
||||||
|
|
||||||
remaining = (trade.amount - amount) * current_exit_rate
|
remaining = (trade.amount - amount) * current_exit_rate
|
||||||
|
|||||||
Reference in New Issue
Block a user