mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
update manage_trade_stoploss_orders description
This commit is contained in:
parent
9d82de15d4
commit
df8f1b9328
|
@ -1299,8 +1299,7 @@ class FreqtradeBot(LoggingMixin):
|
||||||
|
|
||||||
def manage_trade_stoploss_orders(self, trade, stoploss_orders):
|
def manage_trade_stoploss_orders(self, trade, stoploss_orders):
|
||||||
"""
|
"""
|
||||||
Check to see if stoploss on exchange should be updated
|
Perform required actions acording to existing stoploss orders of trade
|
||||||
in case of trailing stoploss on exchange
|
|
||||||
:param trade: Corresponding Trade
|
:param trade: Corresponding Trade
|
||||||
:param stoploss_orders: Current on exchange stoploss orders
|
:param stoploss_orders: Current on exchange stoploss orders
|
||||||
:return: None
|
:return: None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user