mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
Remove further occurance in bot file
This commit is contained in:
@@ -1080,7 +1080,7 @@ class FreqtradeBot(LoggingMixin):
|
||||
|
||||
if (
|
||||
not trade.has_open_orders
|
||||
and not trade.stoploss_order_id
|
||||
and not trade.has_open_sl_orders
|
||||
and not self.wallets.check_exit_amount(trade)
|
||||
):
|
||||
logger.warning(
|
||||
|
||||
Reference in New Issue
Block a user