Appearance
Are you an LLM? You can read better optimized documentation at /core-concepts/order-execution.md for this page in Markdown format
Order Execution Strategy
Most copy-trading tools open a single position the instant a signal lands. TTMT instead spreads your entry across several price levels — you choose how many layers to split it into (1–6), and TTMT works out how many individual orders each layer needs from your lot size and your broker's rules — so you catch the move whether price runs immediately or pulls back first. This page explains how that structure is built, how you shape it, and how it works with your take-profit targets.
Why layered entries
A "Buy at 1.1000" signal rarely fills exactly at 1.1000. One of three things happens:
- Price takes off. It barely touches your entry and runs. With the default grid only the first layer fills — you're in the trade with about a quarter of your intended size (the default Even strategy puts 25% in Layer 1).
- Price retraces, then rallies. It dips into your entry zone, filling deeper layers at better prices, then runs. Your average entry is better than the signal price and you reach profit faster.
- Price hits entry exactly. The whole grid is positioned to catch it.
Layering covers all three by casting a net instead of throwing a spear.
Layers, and how many orders each one becomes
You control one thing here: the Number of Layers — how many price levels your entry is split into, from 1 to 6 (default 4). You set it in Settings → Entries & Targets.
The number of individual orders inside each layer is not a setting you choose. TTMT works it out for you: it takes the share of your total volume that lands in a layer and divides it into as many orders as that volume supports under your broker's minimum lot and lot step. More size means more orders; less size means fewer. That's the "adaptive" part — the exact order count comes from your lot size, how the volume is split across layers, and your broker's symbol rules, not from a grid you fill in.
The caps are firm: at most 6 orders per layer, and at most 36 orders in total across the whole trade.
- Layer 1 fires first — a market order when price is already favorable.
- Layers 2 and deeper are limit orders waiting at retracement prices inside your entry zone.
How the order count is worked out
For each layer, TTMT allocates that layer's share of your total volume, rounds it against your broker's lot rules, then splits it into however many orders that volume supports — capping the layer at 6 and the whole trade at 36. So "4 layers" does not mean a fixed number of orders: the same four layers might be 10 orders at one lot size and 12 at another.
The diagram shows the default 4-layer shape with three orders per layer as an illustration — the real order count per layer depends on your lot size and broker rules, up to 6 per layer and 36 in total.
The table below shows where each layer sits for the default 4-layer case. The volume shown is for the default Even strategy — those percentages change with the Entry Strategy you pick below.
| Layer | Type | Position in zone | Default volume (Even) |
|---|---|---|---|
| L1 | Market | At entry (immediate) | 25% |
| L2 | Limit | 66% of zone | 25% |
| L3 | Limit | 33% of zone | 25% |
| L4 | Limit | Zone edge (deepest, best fill price) | 25% |
TIP
The default 4 layers is a solid starting point. Don't raise the layer count just because you can — more layers means each layer gets a smaller slice of your volume, and at small lot sizes some of the resulting orders may be too small to place and get skipped. The order-count preview in the UI shows how many orders will actually go out at your lot size.
What the order count actually looks like
These are worked examples, not promises — the numbers move with your broker's minimum lot and lot step. They assume a broker minimum and step of 0.01 lots and the default 4 Even layers.
| Your total volume | How the layers split | Orders that result |
|---|---|---|
| 0.10 lots | 0.03 / 0.03 / 0.02 / 0.02 | 3 + 3 + 2 + 2 = 10 orders |
| 0.12 lots | 0.03 / 0.03 / 0.03 / 0.03 | 3 + 3 + 3 + 3 = 12 orders |
| 1 layer, enough volume | all in one layer | multiple orders, up to the 6-per-layer cap |
| 6 layers | volume split six ways | supported; still bounded by your volume, broker rules, 6 per layer, and 36 total |
The takeaway: raising your lot size or your layer count generally produces more orders, but always inside the 6-per-layer and 36-total ceilings, and never more than your volume and broker rules actually support.
Entry Strategy: how volume is spread across layers
The Entry Strategy sets the shape of the volume distribution across your layers. There are four, chosen in Settings → Entries & Targets:
| Strategy | L1 | L2 | L3 | L4 | Best for |
|---|---|---|---|---|---|
| Single | 100% | — | — | — | One order. Scalps and speed-first channels. |
| Even (Recommended) | 25% | 25% | 25% | 25% | Balanced exposure across the zone. The default. |
| Front-Loaded | 31% | 23% | 23% | 23% | More size at market, less deep. When you expect price to run. |
| Martingale | 10% | 20% | 30% | 40% | Most size at the best deep prices. When you expect a pullback. |
The percentages above are for the default 4-layer grid. They scale to whatever layer count you choose — for example, Even at 3 layers is 34/33/33, and Even at 6 layers splits roughly one-sixth per layer.
Martingale
Martingale places most of your volume at the deepest, best-priced layers. If price never retraces, you only hold the small market portion (10% on a 4-layer grid). Use it when you genuinely expect a pullback before the move continues.
Single is not always a market order
With Single (one layer), the single order fires as a market order when price is already favorable, and as a limit order at the signal's entry or zone edge when price is still away from entry. So a "Buy limits GOLD 4522, market 4539" zone-only signal correctly waits at 4522 instead of chasing the market. See Limit Order Conversion for the related handling of waiting orders.
The entry zone: where the limit orders sit
The entry zone is the price band your deeper layers are spread across. You size it one of two ways in Settings → Entries & Targets:
- Dynamic (% of Stop Loss) — the zone is your stop-loss distance multiplied by a percentage. UI range 20–150%, default 80%.
- Fixed (pips) — a literal pip width. UI range 5–200 pips.
For a BUY, Layer 1 sits at entry, and each deeper layer sits further below — the deepest layer at the zone edge gets the best price. For a SELL, the same band is mirrored above entry.
Example — Buy EURUSD (default 4-layer grid)
Entry: 1.1000 | Stop-loss: 1.0980 (20 pips) | Zone: 16 pips (Dynamic 80%)
| Layer | Entry price | Distance from market |
|---|---|---|
| L1 | 1.1000 | 0 pips (market) |
| L2 | 1.0995 | 5 pips |
| L3 | 1.0989 | 11 pips |
| L4 | 1.0984 | 16 pips |
The zone you actually trade is derived from the signal plus your override settings — see How Your Entry Zone Is Decided. To catch near-miss entries by widening the zone toward your targets, see Entry Zone Expansion.
Layer-1 placement: two opt-in modes
Beyond the default favorable-edge placement, two optional settings refine how Layer 1 is placed. Both are off by default and live in the Entry Configuration card under Settings → Entries & Targets. They are mutually exclusive — if you somehow enable both, Best-Price Entry takes priority and the market override is switched off.
- Best-Price Entry pins Layer 1 of a single-layer, zone-only signal to the far edge of the entry zone (the lowest fill on a BUY, the highest on a SELL) instead of the near, favorable edge. The trade-off is higher reward-to-risk for lower fill probability — your lot size stays the same, the entry just sits closer to the stop-loss, so realized risk shrinks by roughly the zone width. It is single-layer only (disabled on multi-layer entries) and has no effect when the signal names a specific entry price.
- L1 Market Execution Override fires Layer 1 as a market order when live price has moved against you past the signal entry but is still within your pip tolerance, instead of waiting as a limit at entry. The trade-off is higher fill probability for some slippage. The tolerance defaults to 5 pips (range 1–200), and the override falls back to a limit when the price is stale or already at/past the nearest take-profit.
These modes extend the single-layer Layer-1 behavior described above. For how the zone they act on is derived, see How Your Entry Zone Is Decided; for the related entry, SL, and TP override toggles, see Override Modes.
TIP
The deepest layer of a multi-layer grid is always the best-priced fill (the "zone edge" in the table above) — that is distinct from the Best-Price Entry mode, which pins a single-layer trade's only order to that far edge.
Take-Profit Strategy: how orders are assigned to targets
TTMT supports up to 6 take-profit levels. The TP Strategy decides what share of your volume exits at each. Set it in Settings → Entries & Targets (Take Profit section).
| Strategy | TP1 | TP2 | TP3 | TP4 | TP5 | TP6 | Focus |
|---|---|---|---|---|---|---|---|
| Progressive (default) | 30% | 23% | 18% | 13% | 10% | 6% | Secure profit early |
| Balanced | 17% | 17% | 17% | 17% | 16% | 16% | Equal across targets |
| Extended | 6% | 10% | 13% | 18% | 23% | 30% | Chase trends to the far targets |
If a signal has fewer than 6 targets, the distribution adapts automatically — a 3-target signal uses the 3-target shares.
Entry Strategy and TP Strategy together
The two settings are independent — changing one never changes the other. A quick mental model:
- Conservative — Even + Progressive. Spread the entry, bank profit early.
- Aggressive — Martingale + Extended. Average into deep prices, hold for the far targets.
- Balanced — Even + Balanced. No bias on either side.
INFO
For the platform safety ceiling on total trade volume, see Risk Management. It caps the total volume your layered entry is sized to before any orders go out.
Ideal Settings & Trading Strategy
Scenario 1 — Capital-preservation beginner
Setup: New trader, a $2,000 account, following one well-rated complete-signal channel.
Settings:
- Entry Strategy: Even
- Number of Layers: 4 (default)
- Entry Zone: Dynamic, 80% of stop-loss distance
- TP Strategy: Progressive
- Entry Zone Expansion: off
Why: Even spreads risk across the zone so no single fill dominates, and Progressive banks profit at TP1 and TP2 before the market can reverse. The default 4 layers are well-tested; TTMT derives the order count from your lot size and keeps each order large enough to actually execute at small lots.
Watch for: At very small lots some of the resulting orders may be too small to place and get skipped — the order-count preview in the UI shows how many orders will actually place. If orders are being skipped, lower the layer count to 2–3 or raise your lot size.
Switch when: You're consistently profitable and want to chase bigger moves — move toward Scenario 2's TP strategy.
Scenario 2 — Balanced swing trader on gold
Setup: Experienced trader, a $25,000 account, following a gold channel that posts wide entry zones and lets trades run.
Settings:
- Entry Strategy: Martingale (more volume at deeper, better prices)
- Number of Layers: 4–5
- Entry Zone: Fixed, 40–60 pips (gold zones are wide)
- TP Strategy: Extended (hold for the far targets)
- Entry Zone Expansion: on, 5 pips (catch near-misses on volatile gold)
Why: Gold retraces deeply and trends hard. Martingale plus Extended rewards patience — averaging into a better price and holding for TP5 and TP6. A fixed pip zone stays predictable on a symbol where a percent-of-stop zone can balloon.
Watch for: If price never retraces you only hold the small market portion, so you under-participate in clean breakouts.
Switch when: The channel shifts to fast scalp alerts — move to Scenario 3.
Scenario 3 — Fast scalper, speed first
Setup: Trader following a high-frequency channel where being in now matters more than the entry price.
Settings:
- Entry Strategy: Single (one order — market when favorable, limit at entry otherwise)
- Number of Layers: 1
- TP Strategy: Progressive
- Entry Zone: not used for Single
- Entry Zone Expansion: off (single-layer trades don't use it)
Why: A single immediate order matches the channel's intent — there's no time for retracement layering on a 30-second scalp. Single still places a limit if the signal's entry is away from market, so you don't chase a runaway price.
Watch for: No layering means no averaging — a bad fill is your whole position. Keep your lot size conservative.
Switch when: You move to a channel with deliberate entry zones and retracement behavior — go to Scenario 1 or 2.
Scenario 4 — Prop-firm drawdown discipline
Setup: A $100,000 prop-firm challenge account with a strict daily-loss limit.
Settings:
- Entry Strategy: Even
- Number of Layers: 3–4
- Entry Zone: Dynamic, 60–80% of stop-loss
- TP Strategy: Progressive (bank early to stay under the daily limit)
Why: Prop rules punish drawdown, so you want early, frequent profit-taking and tightly bounded exposure — Even plus Progressive does both. Fewer layers keep the worst-case fill closer to market.
Watch for: Layered entries mean a deep retracement fills more volume than a single order would. Combined with a daily-loss limit, that can trip a halt faster than you expect — see Risk Limits.
Switch when: You pass the challenge and move to a funded account with looser rules — loosen toward Scenario 2.
Related pages
- How Your Entry Zone Is Decided — how the zone you trade is derived from the signal and your overrides.
- Override Modes — the entry-zone, SL, and TP override toggles.
- Entry Zone Expansion — widening the zone to catch near-miss entries.
- TP Redistribution — how targets shift as deeper layers fill.
- Limit Order Conversion — when waiting limit orders convert to market on a followup.
- Order Management — the deeper end-to-end trade-lifecycle reference.
- Risk Management — hard lot caps and position sizing.

