Carry Trade ยท Flagship Platform

Earn overnight swap with real Carry Trade

ToneeExchange routes every order to real liquidity (STP) or Book-A across multiple LPs. With two paired accounts โ€” positive swap and low-negative swap โ€” you collect overnight interest while staying market-neutral. There is no such thing as a true zero-swap account: somebody always pays. With our Carry Trade platform, that profit goes to you.

2
Paired accounts
Auto
Rebalancing
STP
Real LP routing
ToneeExchange Carry Trade
The Two-Account Model

Positive swap on one side, low-negative on the other

We pair your trades across two ToneeExchange accounts so the net swap is always in your favor.

+
Account A
Positive Swap

Earns large positive overnight interest on the high-yield side of the pair.

โˆ’
Account B
Low-Negative Swap

Holds the opposite side with the smallest possible negative swap so the net is profit.

There is no real "swap-free" account

Overnight interest is paid to or from real liquidity providers. "Swap-free" accounts exist only when the broker absorbs that cost โ€” and quietly recovers it elsewhere. ToneeExchange is transparent: we route to real LPs, and we share that swap edge with you through our Carry Trade platform.

How Carry Trade works

From deposit to daily swap, fully automated

1
1. Open dual accounts

One Positive-Swap, one Low-Negative-Swap, opened in one click from your dashboard.

2
2. Hedge the pair

Buy on Account A and sell the same lot on Account B โ€” exposure is neutral, swap is positive.

3
3. Auto rebalance

Our engine rebalances equity between A and B daily so margin and net exposure stay safe.

4
4. Collect overnight

Net positive swap is credited to your wallet every trading day โ€” fully transparent.

Built on a real broker

Why ToneeExchange Carry Trade is different

True hedged net swap

Account pair always nets to a positive daily swap, after costs.

Multi-LP execution

Orders routed STP / Book-A across tier-1 liquidity โ€” no dealing desk games.

Programmable rebalance

Use our API to write custom rebalance rules across the paired accounts.

Margin protection

Equity is auto-shifted between accounts before margin call risk appears.

Programmable Rebalance

Write your own rebalance logic

Use our SDK to script when, how, and on which account the rebalance happens. Run it from your server or our managed scheduler.

  • Trigger by net exposure, equity ratio, or schedule
  • Symbols: FX, XAUUSD, indices, crypto CFDs
  • TypeScript / Python SDK
  • Backtest before going live
rebalance.ts
// ToneeExchange โ€” Auto Rebalance
const { posAcc, negAcc } = await tonee.accounts();
const exposure = posAcc.netLots + negAcc.netLots;

if (Math.abs(exposure) > threshold) {
  await tonee.hedge({
    symbol: "XAUUSD",
    side: exposure > 0 ? "sell" : "buy",
    lots: Math.abs(exposure),
    account: exposure > 0 ? negAcc.id : posAcc.id,
  });
}

// Collect overnight swap, stay market-neutral.
Broker transparency

So what does ToneeExchange earn?

We are transparent about our revenue. The broker keeps a small, disclosed slice โ€” the rest of the swap edge goes to you.

Swap markup

When you hold overnight, the broker keeps a small portion of the swap received from the LP. The majority is passed on to your account.

Spread mark-up

A tiny mark-up on the raw LP spread covers execution, technology, and risk. No hidden commissions, no requote games.

Book-A risk routing

Flow that nets internally between clients reduces our LP cost. That efficiency funds the platform โ€” and is exactly why we can share the swap edge with you.

Bottom line: the broker earns from spread mark-up and a disclosed swap share. You earn the net positive swap on the paired position. Both sides win โ€” no dealing-desk tricks.

Turn overnight swap into your edge

Open paired Carry Trade accounts and start collecting positive net swap today.

Risk notice: Carry Trade still carries spread, slippage, swap-rate change, and liquidation risks. Past performance does not guarantee future results.