Skip to content
HookTrader

September 9, 2026

Cross vs. Isolated Margin: How Your Settings Change What a Losing Trade Costs You

Two settings get confused constantly when people talk about futures trading: margin mode and leverage. They interact, but they answer different questions. Margin mode decides what a losing position is allowed to draw on to stay open. Leverage decides how much margin a given position ties up — and, as a consequence, how far price has to move against you before the exchange forces you out. Neither one changes how big your position is. That comes from your position sizing, not your margin settings.

If you're running a HookTrader strategy off TradingView alerts on Binance Futures, both of these are settings you control in HookTrader itself, not something you have to babysit on the exchange. Here's what they actually do.

Isolated vs. cross: what's actually different

Isolated margin ring-fences a position to the margin you've committed to it. If the trade goes against you, the most it can lose is that committed margin — the rest of your account balance is untouched. When that margin is gone, the position is liquidated. The loss stops there.

Cross margin shares your entire account balance across every position using it. A losing position can draw on your idle balance to stay open longer, which means it survives a bigger adverse move than the same position would under isolated. The trade-off is real: that idle balance was backing your account's total risk, and now it's backing one losing trade instead.

Neither one is "safer" in the abstract. Isolated caps the damage from any single position to what you allocated to it. Cross gives a position more room to be wrong, at the cost of putting the rest of your account behind it.

Isolated

Backs the position with
Only the margin committed to it
If the trade goes against you
Liquidated once that margin is gone — the rest of your balance is untouched

Cross

Backs the position with
Your entire account balance
If the trade goes against you
Survives a bigger adverse move — but every other position now shares the risk

A worked example

Same entry, same position size, same leverage — the only thing that changes below is how much of the account is willing to absorb the loss before the exchange steps in.

Worked example

$8,000 balance · $32,000 notional long at 8x · $4,000 margin committed, $4,000 idle

Isolated~12% move to liquidation
Cross~24% move to liquidation

Same entry, same position size, same leverage — only how much of the account was backing the trade changed. Illustrative: real liquidation prices also depend on the exchange's maintenance-margin bracket for that symbol and size.

What leverage actually changes

It's tempting to think of leverage as controlling how big a position you can take, but that's not quite it. Position size usually comes from how much you're willing to risk on the trade — a percentage of your account balance, sized against your stop-loss distance — not from your leverage setting.

What leverage actually sets is how much margin that position ties up, and therefore how much room there is between your entry price and the point where the exchange's maintenance-margin floor kicks in. Higher leverage on the same position size commits less margin, which looks efficient on paper, but it also means less cushion — a smaller adverse move is enough to wipe out that thinner margin and trigger liquidation.

Where this lives in HookTrader

HookTrader treats margin mode and leverage as settings you configure once rather than something to re-check before every trade. Set a default margin mode (Isolated or Cross) and a default leverage on each connected exchange account, and every strategy on that account inherits it unless you override it. If one strategy specifically needs a different leverage or margin mode than your account default — a tighter one for a higher-conviction setup, say — you can set that per-strategy in the Strategy Designer.

The leverage input accepts anywhere from 1x to 125x, but treat that range as a sanity check on what you type rather than a guarantee you'll get it. The exchange's own per-symbol bracket system is what actually governs the leverage available to you, and it tightens as position size grows — HookTrader checks against it before sending an order rather than after. This applies to Binance USDⓈ-M Futures accounts; margin mode and leverage settings for other exchanges aren't available yet.

Practical guidance

For most strategies, isolated is the sensible default. A losing trade in one strategy shouldn't be able to eat into capital you've earmarked for a different, healthy strategy running on the same account — and under cross margin, it can. Cross has a legitimate use, but it's a deliberate choice: treating your whole account balance as one pool of risk behind a single position you're watching closely, in exchange for more room before liquidation. Switching to cross without meaning to turns every other open position on the account into collateral for the one that's underwater.

Whichever mode you choose, it's worth checking it explicitly on each account and strategy rather than assuming the default — see the webhooks and strategy settings guide for where these live in the dashboard.

← Back to Articles