trailing stop loss on exchange extracted to a separate function

This commit is contained in:
misagh
2019-01-16 14:28:52 +01:00
parent bfb7121583
commit 6d588b3b0b
2 changed files with 1 additions and 2 deletions

View File

@@ -652,7 +652,7 @@ class FreqtradeBot(object):
# if trailing stoploss is enabled we check if stoploss value has changed
# in which case we cancel stoploss order and put another one with new
# value immediately
handle_trailing_stoploss_on_exchange(trade, order)
self.handle_trailing_stoploss_on_exchange(trade, order)
return result