Make stoploss method more flexible

This commit is contained in:
Matthias
2022-02-03 06:55:58 +01:00
parent ea197b79ca
commit 7ba92086c9
2 changed files with 15 additions and 14 deletions

View File

@@ -900,7 +900,7 @@ class FreqtradeBot(LoggingMixin):
return False
def handle_trailing_stoploss_on_exchange(self, trade: Trade, order: dict) -> None:
def handle_trailing_stoploss_on_exchange(self, trade: Trade, order: Dict) -> None:
"""
Check to see if stoploss on exchange should be updated
in case of trailing stoploss on exchange