Buy Crypto
Markets
Trade
Futures
Earn
More
Cancel
FAQ
Account Functions
Tutorial
Binance Fan Token
Binance Earn
Crypto Deposit/Withdrawal
Buy Crypto (Fiat/P2P)
Spot & Margin Trading
Crypto Derivatives
Trading Bots
Finance
API
Security
Terms of Use
Copy Trading
Binance Convert
NFT
VIP
Home
Support Center
FAQ
Crypto Derivatives
Futures Contracts
Futures Guide
How to Adjust Margin Balance in Isolated Margin Mode

How to Adjust Margin Balance in Isolated Margin Mode

2020-01-03 09:51
1. In the Isolated Margin Mode, you can adjust the margin balance allocated to your position in the [Positions] tab. Click the [Edit] icon to adjust the margin balance.
2. Enter the amount you would like to add or remove. Then, click [Confirm].
mceclip1.png

How to calculate the maximum addable/removable margin in the Cross and Isolated Margin Modes?

Cross Margin Mode

The following calculations are the maximum withdrawal amount in Cross Margin Mode. The two formulas apply when your wallet balance has no gift money or has not used cross collateral:
  • crossWalletBalance - ∑Isolated Open Order Initial Margin - Cross Position Maintenance Margin
For wallets with unrealized profits or losses, the maximum withdrawal amount must not exceed the following formula:
  • crossWalletBalance + ∑Cross Unrealized PNL - ∑Cross Initial Margin - ∑Isolated Open Order Initial Margin

Isolated Margin Mode

The following are calculations for the maximum addable and removable margin:

USDⓈ-Margined contracts

Field
Calculation
Max addable amount to Isolated Margin
max (0, min(crossWalletBalance - ∑isolated open order initial margin - ∑crossPosition MM, Isolated Available for Order))
Max removable amount from Isolated Margin
max (0, min (isolatedWalletBalance, isolatedWalletBalance + size * (Mark Price - Entry Price) - Mark Price * abs(size) * IMR ))

Coin-Margined contracts

Field
Calculation
Max addable amount to Isolated Margin
min (crossWalletBalance - ∑Isolated Open Order Initial Margin - ∑crossPosition MM, Available for Order)
Max removable amount from Isolated Margin
max (0, min (isolatedWalletBalance, isolatedWalletBalance + size * contractSize * (1 / Entry Price - 1 / Mark Price) - abs(size) * contractSize * IMR / Mark Price))