mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: improve comment wording
This commit is contained in:
@@ -1303,7 +1303,7 @@ class FreqtradeBot(LoggingMixin):
|
|||||||
logger.warning(
|
logger.warning(
|
||||||
f"Unable to handle stoploss on exchange for {trade.pair}: {exception}"
|
f"Unable to handle stoploss on exchange for {trade.pair}: {exception}"
|
||||||
)
|
)
|
||||||
# Check if we can sell our current pair
|
# Check if we can exit our current pair
|
||||||
if not trade.has_open_orders and trade.is_open and self.handle_trade(trade):
|
if not trade.has_open_orders and trade.is_open and self.handle_trade(trade):
|
||||||
trades_closed += 1
|
trades_closed += 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user