Appearance
Are you an LLM? You can read better optimized documentation at /core-concepts/breakeven-management.md for this page in Markdown format
Breakeven Management
The worst feeling in trading is watching a winner turn into a loser. Breakeven management fixes that: once your trade reaches a profit milestone, TTMT moves your stop to your entry price plus a small buffer, so a reversal costs you nothing instead of giving back the gain. This page covers when breakeven fires, what happens when it cannot be set, and how it cooperates with trailing stops.
How auto-breakeven works
When a trade hits its trigger TP — TP1 by default — TTMT moves the stop on every remaining open position for that trade from below entry to entry plus a small buffer.
- Original stop: below entry, risking capital
- New stop: entry plus buffer, risk-free
You lose nothing after breakeven
Once breakeven is set, if price reverses and hits your new stop, you exit at entry plus the buffer. You lose nothing, and you usually cover spread and swap. Without breakeven, that same trade would have hit TP1 in profit, reversed all the way back, and closed at your original stop for a loss.
Configuring breakeven
Breakeven settings live in Settings → Strategy → Profit Protection.
| Setting | What it does | Default |
|---|---|---|
| Auto-Breakeven | On/off. Move the stop to entry once a profit milestone is reached. | On |
| When to Trigger Breakeven | The TP level that fires breakeven (TP1+ through TP6 only, or Never). Deeper levels give the trade more room before going risk-free. | TP1+ |
| Buffer above entry | Pips the stop is moved beyond entry, so the breakeven exit covers spread, commission, and swap. Range 0–50. | 2 pips |
| Signal-Driven Breakeven | On/off. Whether a "set BE" command from your channel can fire breakeven. | On |
| Breakeven Fallback | What to do when the stop cannot be set at entry. See the fallback section. | Keep Original SL |
Setting When to Trigger Breakeven to Never disables automatic breakeven entirely — breakeven then only fires from a channel's "set BE" command (if Signal-Driven Breakeven is on).
The buffer means the stop is not moved to exactly your entry price. A 2-pip buffer parks the stop just past entry so that, if breakeven catches a reversal, the costs are covered and you come out flat or slightly ahead.
The five ways breakeven fires
TTMT has five independent ways to trigger a breakeven move. The first covers the normal case; the other four cover edge cases, so your trade is protected even when something goes wrong.
- Automatic on TP hit — the primary path. When your trigger TP fills, breakeven moves the stop on every remaining position in the trade.
- From a channel command — your provider sends "set BE", "move SL to entry", or similar, and TTMT applies it immediately, even before TP1 is hit.
- Retry after a hiccup — if the broker did not accept the stop change the first time (latency, a requote, a connection blip), TTMT retries on a backoff until it sticks.
- Recovery safety net — if a position closed during a connectivity blip and breakeven had not yet landed, a background check catches up so the trade's record and its protection stay consistent.
- Combined close-and-breakeven — when a channel command asks to both partially close the trade and move to breakeven, TTMT does both in one coordinated action.
Channel commands fire immediately
A "set BE" command from your provider applies straight away, even before your trigger TP is hit. That keeps you aligned with the provider's risk management instead of waiting on your own trigger level.
When breakeven can't be set: the fallback
Sometimes price moves so fast that the stop cannot be placed at entry — a sharp spike can leave the entry price already behind the market, where the broker would reject the stop. Your Breakeven Fallback setting decides what happens then. It has three options:
| Option | What happens | Best for |
|---|---|---|
| Keep Original SL | Do nothing — leave the existing stop in place. | Keeping your original risk; the most permissive choice. |
| Progressive SL | Try moving the stop progressively closer to entry. TTMT tries 5, 10, then 15 pips from entry, stopping at the first distance the broker accepts. | A middle ground — get some protection in even when an exact entry stop is impossible. |
| Close Position | Exit the position immediately rather than leave it under-protected. | The most defensive choice; never leaves a runner exposed. |
The trade-off runs from most permissive to most defensive. Keep Original SL leaves you on your original stop; Close Position guarantees you are never holding an under-protected position after a failed breakeven.
WARNING
Keep Original SL is the most permissive fallback — if breakeven cannot be set, your original stop stays in place. On accounts where you cannot tolerate an under-protected runner, choose Close Position instead.
You will find this under Settings → Strategy → Profit Protection → Breakeven Fallback.
Why gold and other instruments get the buffer right
TTMT calculates the breakeven buffer from each symbol's actual price precision, so a 2-pip buffer means the same thing on EURUSD as it does on gold. On gold, a 2-pip buffer is roughly $0.20 of price — wide enough to sit clear of normal gold noise the instant breakeven is set. Earlier, a calculation quirk made gold buffers about ten times too tight, so a freshly set breakeven stop on gold could be clipped almost immediately. That is fixed.
What "Breakeven" means in your trade log
A trade shows Breakeven in your log only when it closed at no loss because the breakeven stop caught a reversal — a trade that would otherwise have closed at a loss, where breakeven was active.
A trade that hit breakeven and then ran on to profit shows as Won. Breakeven protected it, but the profit is the real outcome. So "Breakeven" in your log means "protected from a loss," not "broke even on a winner."
TIP
Seeing Breakeven in your log is a good thing — it means a trade was protected from becoming a loss. Trades that profited after breakeven show as Won.
Trailing stops
A trailing stop complements breakeven. Where breakeven locks the stop at a fixed point (entry plus buffer), a trailing stop follows price as it moves in your favor, locking in progressively more profit. It's off by default; you enable it under Settings → Strategy → Profit Protection, and it activates after breakeven completes on the trade. The trailing distance is configurable (default 30 pips, range 5–500). Trailing only runs on runner positions — positions left open with no fixed take-profit — and requires a provider that supports it (see the provider caveat below).
Where trailing runs depends on your provider
On broker-supported setups — the default MetaAPI Cloud path, where your broker offers server-side trailing — the trailing stop runs directly on your broker's servers. The broker tracks the position's best price and pulls the stop up itself, so trailing keeps working even if your TTMT connection has a hiccup, because the broker's own infrastructure handles it.
Trailing isn't available on every provider
Not all connection types support broker-managed trailing. On a self-hosted gateway connection, broker-side trailing is deliberately not available — TTMT skips arming it there rather than silently pretending it's active. If you rely on trailing stops, confirm your provider supports them before you count on the feature. Ordinary breakeven still works everywhere; this caveat is specific to trailing. See Connecting MetaTrader for provider differences.
How modifications protect your settings
When TTMT adjusts a stop for breakeven, it carries through any active trailing stop and the trade's existing take-profits. A breakeven move never silently wipes your targets or your trailing configuration.
That cooperation follows two rules:
- A "set BE" command on a position that already has a trailing stop is skipped — trailing is the better protection, so TTMT does not downgrade it to a static stop.
- A "set explicit SL" command on a trailing position cancels trailing and sets the stop you asked for, because an explicit instruction overrides the automation.
Breakeven with TP Redistribution
Breakeven and TP Redistribution work together. When deeper layers fill, your first layer locks to TP1. When TP1 hits, breakeven fires for the remaining positions. From that point the remaining layers hold both their shifted targets and a protected stop at entry plus buffer — faster profit-taking on the early layers, with a safety net under the runners.
Ideal Settings & Trading Strategy
Scenario 1 — Capital-preservation beginner
Setup: New trader, $5,000 account, one complete-signal channel.
Settings:
- Auto-Breakeven: on
- When to Trigger: TP1
- Buffer: 2 pips (default, covers costs)
- Signal-Driven Breakeven: on
- Breakeven Fallback: Close Position
Why: Triggering at TP1 secures the trade as early as possible, and the Close Position fallback means a runner never rides unprotected if the stop cannot be set in a fast move. Maximum safety, minimal give-back.
Watch for: Going risk-free at TP1 can stop you out at entry on normal pullbacks, before the trade reaches deeper targets.
Switch when: You want trades to breathe before going risk-free — move to Scenario 2.
Scenario 2 — Balanced swing trader
Setup: Experienced trader, $25,000 account, lets trades run for multiple TPs.
Settings:
- Auto-Breakeven: on
- When to Trigger: TP2
- Buffer: 2 pips (default)
- Signal-Driven Breakeven: on
- Breakeven Fallback: Progressive SL
- Trailing Stop: on, activates after breakeven
Why: Triggering at TP2 gives the move room to develop before locking risk-free. Once breakeven is in, a trailing stop captures more profit on a continued run, and Progressive SL keeps you protected even when an exact entry stop is impossible.
Watch for: Waiting until TP2 means a reversal between TP1 and TP2 can still hit your original stop — you are risking the early gain for more room.
Switch when: A channel turns fast or scalp-style — move to Scenario 1 and trigger earlier.
Scenario 3 — Prop-firm drawdown discipline
Setup: $100,000 prop-challenge account, strict daily-loss rule.
Settings:
- Auto-Breakeven: on
- When to Trigger: TP1 (bank protection early)
- Signal-Driven Breakeven: on
- Breakeven Fallback: Close Position (never leave a runner exposed)
- Trailing Stop: optional, conservative distance
Why: Prop rules punish drawdown, so locking trades risk-free at the first target — and closing rather than under-protecting — keeps your exposure tightly bounded.
Watch for: Early breakeven plus aggressive trailing can stop you out of trades that would have run. Accept smaller, safer wins to protect the challenge.
Switch when: You pass to a funded account with looser rules — loosen toward Scenario 2.
Related pages
- TP Redistribution — how targets shift as layers fill, and how breakeven interacts
- Order Execution — the layered grid breakeven protects
- Risk Management — sizing and the stops breakeven moves
- Active Trade Setup — the settings screen for breakeven, trailing, and fallback
- Position Protection — the broader protection guarantees

