Remove pointless default on wallet_balance argument

This commit is contained in:
Matthias
2022-09-01 06:49:51 +02:00
parent ba2eb7cf0f
commit f3c73189d5
2 changed files with 5 additions and 1 deletions

View File

@@ -2600,7 +2600,7 @@ class Exchange:
is_short: bool,
amount: float, # Absolute value of position size
stake_amount: float,
wallet_balance: float = 0.0,
wallet_balance: float,
mm_ex_1: float = 0.0, # (Binance) Cross only
upnl_ex_1: float = 0.0, # (Binance) Cross only
) -> Optional[float]: