mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
chore: simplify call to liquidation price for cross futures
This commit is contained in:
@@ -43,7 +43,7 @@ def update_liquidation_prices(
|
||||
stake_amount=t.stake_amount,
|
||||
leverage=trade.leverage,
|
||||
wallet_balance=total_wallet_stake,
|
||||
open_trades=[tr for tr in open_trades],
|
||||
open_trades=open_trades,
|
||||
)
|
||||
)
|
||||
elif trade:
|
||||
|
||||
Reference in New Issue
Block a user