Merge branch 'develop' into feat_readjust_entry

This commit is contained in:
eSeR1805
2022-05-05 12:20:09 +03:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1637,7 +1637,6 @@ class FreqtradeBot(LoggingMixin):
# TODO: Margin will need to use interest_rate as well.
# interest_rate = self.exchange.get_interest_rate()
trade.set_isolated_liq(self.exchange.get_liquidation_price(
leverage=trade.leverage,
pair=trade.pair,
amount=trade.amount,