update manage_trade_stoploss_orders description

This commit is contained in:
Axel-CH 2023-10-06 15:58:51 -04:00
parent 9d82de15d4
commit df8f1b9328

View File

@ -1299,8 +1299,7 @@ class FreqtradeBot(LoggingMixin):
def manage_trade_stoploss_orders(self, trade, stoploss_orders):
"""
Check to see if stoploss on exchange should be updated
in case of trailing stoploss on exchange
Perform required actions acording to existing stoploss orders of trade
:param trade: Corresponding Trade
:param stoploss_orders: Current on exchange stoploss orders
:return: None