Margex
English
English
  • Margex
    • Ⓜ️What is Margex?
    • 📜Trading Conditions
      • 1️⃣Trading Pairs and Leverage
      • 2️⃣Trade Fees and Funding
      • 3️⃣Bonuses
      • 4️⃣Promo Codes
    • 🚀Register, Deposit, Start!
    • 🏆Special Events
  • Deposits and Withdrawals
    • ↘️Deposits
      • 1️⃣How to Deposit
      • 2️⃣Deposit Conditions
      • 3️⃣How to Buy Bitcoin With a Credit Card (Buy Crypto with a Bank Card)
    • ↗️Withdrawals
      • 1️⃣How to Withdraw
      • 2️⃣Withdrawal Conditions
    • 🖥️Wallet Interface
  • CONVERTER
    • ↕️How to Convert Crypto
    • 📊Fees and Conditions
    • 📄Conversion History
    • ❔Converter FAQ (Frequently Asked Questions)
  • Leverage Trading Guide
    • ⚖️Leverage and Margin Explained
      • 1️⃣Liquidation. Margex Anti-Liquidation Protection
      • 2️⃣Profit & Loss (PnL) and How It's Calculated
      • 3️⃣RoE and Trade Interface Layout
    • 🖥️Trade Interface
    • 🛒Orders and Positions
      • 1️⃣Order Types
      • 2️⃣Place and Manage Orders
      • 3️⃣Manage Open Positions
      • 4️⃣Cross Margin and Isolated Margin: Differences explained
  • Price Alerts
    • 🔔How to Set Up Price Alerts
  • Copy Trading
    • 👥Copy Trading Explained
    • 🧑‍🎓Followers
      • 1️⃣Choosing the Ideal Strategies: Tips & Key Indicators
      • 2️⃣Quickstart (Followers): How to Follow a Strategy
      • 3️⃣How to stop following a strategy
      • 4️⃣Follower's Portfolio
    • 👨‍🏫Traders
      • 1️⃣Quickstart (Traders): How to Create a Strategy
      • 2️⃣How to Manage Your Strategies
      • 3️⃣Strategy Settings
    • 📈ROE and Performance Indicators
    • 💸Rewards: Follower Tiers and Profit Share Distribution
  • Staking
    • Staking Explained
      • 1️⃣What is APY%? How is Income Calculated?
      • 2️⃣Advantages of Staking on Margex
      • 3️⃣Staking Pool Limits
    • How to Stake/Unstake
    • Staking Stats. Staking Yield Calculator
    • Boost Your Staking Yield
  • Market Making (MM)
    • Become a Market Maker
    • Market Maker Obligations
    • Trading Conditions for Market Makers
  • Account and Security
    • 🔑Understanding Safety and Account Security on Margex
    • 🔐Account Security
      • 1️⃣2FA
      • 2️⃣Reset Password
      • 3️⃣Account Activity Notifications
    • 💬Customer Support
  • Referral Program
    • 🤝Referral Program Explained
    • 🖥️Referral Page Interface
  • Terms
    • Terms of Service
    • Privacy Policy
    • Cookie Policy
    • Copy Trading Terms
    • Staking Terms
    • Affiliate Terms and Conditions
Powered by GitBook
On this page
  • Isolated Margin Liquidation
  • Cross Margin Liquidation
  • Margex MP Shield Technology
  1. Leverage Trading Guide
  2. Leverage and Margin Explained

Liquidation. Margex Anti-Liquidation Protection

Liquidation is an automatic procedure that occurs if reserved margin becomes insufficient to cover further losses for a trade. If liquidation occurs, a position will be automatically closed at market.

PreviousLeverage and Margin ExplainedNextProfit & Loss (PnL) and How It's Calculated

Last updated 1 month ago

In margin trading, liquidation is an automatic procedure that can occur if a trade is incurring loses and the trader's margin is no longer sufficient to cover further losses from the trade. If a position reaches its liquidation point, the trade will be immediately closed at , i.e. liquidated.

Liquidation may occur at different margin thresholds, depending on the margin type used in a trade - or

Below are detailed explanations for each type of Margin system.

Isolated Margin Liquidation

For positions, an Estimated Liquidation Price is automatically provided. This reflects the estimated price level at which a position will be liquidated, due to a trader’s margin no longer being sufficient to cover further losses if the market moves against the trade:

It is important to keep in mind that the EST. liq. price is an estimated value based on the available margin remaining in a trade. This means that the estimated liquidation price of an isolated-margin position can change. This can occur when:

Isolated Margin: Examples and General Formulas

General formulas for calculating the Estimated liquidation price:

Liq Price (Long) = OpenPrice - (Margin - OpenOrderCommission - CloseOrderCommission - Funding) / SizeInBTC * OpenPrice

Liq Price (Short) = OpenPrice + (Margin - OpenOrderCommission - CloseOrderCommission - Funding) / SizeInBTC * OpenPrice

where, OpenOrderCommission is:

Maker Fee 0.1% for LIMIT orders Taker Fee 0.2% for MARKET orders

and CloseOrderCommission is: TakerFee 0.2%

In such calculations, trade fee fractions are rounded up for ease of understanding.

EXAMPLE of calculations of liquidation price (for limit orders):

OpenOrderCommission = SizeBTC * MakerFee = 0.01 * 0.001 = 0.00001 BTC CloseOrderCommission = SizeBTC * TakerFee = 0.01 * 0.002 = 0.00002 BTC

For LONG positions:

  • Liq Price (Long) = OpenPrice - (Margin - OpenOrderCommission - CloseOrderCommission - Funding) / SizeInBTC * OpenPrice

  • Liq Price (Long) = 10000 - (0.0001 - OpenOrderCommission - CloseOrderCommission - 0.01 * 0) / (100 * 0.0001) * 10000 = 10000 - (0.0001 - 0,01 * 0,001 - 0,01 * 0,001 - 0.01 * 0) / 0.01 * 10000

  • Liq Price (Long) = 9930.0

For SHORT positions:

  • Liq Price (Short) = OpenPrice + (Margin - OpenOrderCommission - CloseOrderCommission - Funding) / SizeInBTC * OpenPrice

  • Liq Price (Short) = 10000 + (0.0001 - OpenOrderCommission - CloseOrderCommission - 0.01 * 0) / (100 * 0.0001) * 10000 = 10000 + (0.0001 - 0.01 * 0.001 - 0.01 * 0.002 - 0.01 * 0) / 0.01 * 10000

  • Liq Price (Short) = 10070.00

EXAMPLE of calculation of liquidation price (for Market order):

OpenOrderCommission = SizeBTC * TakerFee = 0.01 * 0.002 = 0.00002 BTC CloseOrderCommission = SizeBTC * TakerFee = 0.01 * 0.002 = 0.00002 BTC

For LONG positions:

  • Liq Price (Long) = OpenPrice - (Margin - OpenOrderCommission - CloseOrderCommission - Funding) / SizeInBTC * OpenPrice

  • Liq Price (Long) = 10000 - (0.0001 — OpenOrderCommission — CloseOrderCommission — 0.01 * 0)/(100 * 0.0001) * 10000 = 10000 — (0.0001 - 0.00002001 - 0.00002001- 0.01 * 0) / 0.01 * 10000

  • Liq Price (Long) = 9940.00

For SHORT positions:

  • Liq Price (Short) = OpenPrice + (Margin - OpenOrderCommission - CloseOrderCommission - Funding) / SizeInBTC * OpenPrice ,

  • Liq Price (Short) = 10000 + (0.0001 - OpenOrderCommission - CloseOrderCommission - 0.01 * 0) / (100 * 0.0001) * 10000 = 10000 + (0.0001- 0.00002001 - 0.00002001- 0.01 * 0) / 0.01 * 10000

  • Liq Price (Short) = 10059.98

Cross Margin Liquidation

The Cross Margin Level indicators provide traders with an easy way to keep track of cross margin trades, without having to manually perform all of the related calculations. The gauges will fill up as more margin is pulled into a cross-margin trade. A green indicator reflects a sufficient level of available margin remaining, while a red indicator means that available margin is at a critical level and the position may be at risk of liquidation. Liquidation may occur if Cross Margin Level drops to 10% or below.

Essentially the Cross Margin Level indicators provide the following information in an easy to understand graphical format:

  • As more margin is pulled into a trade, the gauge will fill up accordingly

  • Liquidation occurs if cross margin level drops to or below 10%

  • If cross margin level is below 100%, it will not be possible to open new positions using the corresponding margin currency

Margex MP Shield Technology

The Margex MP Shield Technology protects traders from possible unnatural price movements/spikes as a result of isolated instances of price manipulation on a single exchange (liquidity provider). It monitors the accuracy of the price feed submitted by the liquidity providers and negates any suspicious trading activities such as spoofing, bluffing and wash-trading.

One of the key mechanisms which makes it possible to provide additional protection for traders through the Margex MP Shield technology is Liquidity Aggregation.

At Margex, we aggregate liquidity from a pool of liquidity providers, (12 currently) and arbitrage between them to offer the best prices across the providers (exchanges/platforms) from which liquidity is aggregated.

Additionally, besides the Margex MP Shield, liquidity aggregation also allows us to provide:

  • One of the best order book depths on the market

  • Tight spreads

  • Minimal or complete absence of slippage

  • Near-instant order execution

  • One of the lowest trade fees on the market.

is charged for carrying a position into a new funding rollover

in a trade

If an isolated margin position reaches its liquidation point, the trade will be immediately closed .

For positions, liquidation occurs if Cross Margin Level drops to or below 10%:

⚖️
1️⃣
Funding
Adding/removing margin
market
market
Cross Margin
Isolated
Cross
Isolated Margin