How it Works
In Isolated Margin mode, the maximum amount you can transfer out of a position is limited by the maintenance margin required to keep that specific position open.Formulas
Spectre uses the following logic to calculate margin requirements and transfer limits. Initial Margin Calculation: Maximum Transfer-In: Transfering funds into a position increases its safety buffer. Maximum Transfer-Out: Transfering funds out reduces the safety buffer and increases liquidation risk.Note: Transferring margin out reduces the buffer protecting your position. Removing too much margin can drastically increase your risk of liquidation.
Risk Checks
The engine performs the following checks before accepting any new order or modification:- New Order: Checks if
Available Margin >= (Qty * Price) / Leverage. - Modify Order: Checks if the additional margin required (if increasing size or price) is covered by the available balance.
Insufficient margin error.