Commerce Copier Final v6.3 — Full Documentation and Superior Person Handbook
Navigator Buying and selling Techniques | Model 6.3 | Might 2026
Commerce Copier Final is a multi-source sign execution and commerce copier EA for MetaTrader 5. It helps Telegram Bot API, Bridge Mode for personal Telegram and superior routing, native MT5-to-MT5 copying, Telegram commerce broadcasting, multi-TP commerce splitting, trailing cease, partial shut, per-symbol lot sizing, pending orders, and layered execution security controls.
This web page is the full reference handbook. When you solely wish to get began rapidly, use the Fast Setup Information first, then return right here for superior options and precise habits.
1. What Commerce Copier Final Does
- Receives commerce alerts from supported sources
- Parses the sign into image, route, entry, SL, TP, and associated directions
- Applies your danger, lot sizing, filters, and security guidelines
- Executes the commerce on MT5 if all required situations move
- Can handle positions after entry utilizing multi-TP, break-even, trailing cease, and partial shut logic
- Can copy trades regionally between MT5 terminals on the identical PC or VPS
- Can broadcast executed trades to Telegram
This EA doesn’t generate buying and selling alerts. It solely executes or copies trades based mostly on the supply and settings you present.
2. Working Modes
| Mode | Objective | Finest for |
|---|---|---|
| Telegram Bot API | Reads Telegram alerts by way of a bot token and chat ID. | Channels or teams the place bot entry is on the market. |
| Bridge Mode | Reads alerts by way of Navigator Command Heart Bridge. | Personal Telegram channels, non-public bot chats, Discord-compatible workflows, and superior routing. |
| Native Copier | Copies trades from one MT5 terminal to a different on the identical machine. | Grasp/slave native copying, demo/reside cut up testing, broker-to-broker copying. |
| Telegram Broadcast | Sends executed trades to Telegram. | Sign suppliers, journaling, group sharing, non-public alerts. |
Necessary: In your first setup, use solely one supply mode at a time. This makes testing simpler and avoids confusion.
3. Fundamental Workflow
Each reside sign goes by way of this order:
- Supply receives a sign
- Parser extracts image, route, entry, SL, TP, and associated instructions
- Image mapping resolves dealer image names and suffixes
- Filters and security checks run
- Lot measurement is calculated
- Market order or pending order is chosen
- Commerce is executed if the EA is ARMED and all guidelines move
- Submit-entry administration options proceed monitoring the commerce
4. ARM / DISARM Logic
The EA can obtain and parse alerts whereas DISARMED, but it surely won’t place trades till you manually arm it.
- DISARMED = obtain alerts, no reside execution
- ARMED = sign execution allowed
This is without doubt one of the most vital security options within the EA.
MT5 Restart Disarms EA might be enabled in order that MT5 restart comes again in a protected state. Contemporary attachments ought to at all times be examined on demo first.
5. Sign Codecs Supported
The EA helps a variety of frequent sign codecs.
| Sort | Instance |
|---|---|
| Market order | BUY GOLD SL 2290 TP 2380 |
| Multi-TP market order | BUY GOLD SL 2290 TP1 2360 TP2 2400 TP3 2450 |
| Sequential TP strains | BUY GOLD SL 2290 TP 2360 TP 2400 TP 2450 |
| Pending restrict | GOLD BUY LIMIT 2310 SL 2290 TP 2370 |
| Pending cease | GOLD BUY STOP 2350 SL 2330 TP 2400 |
| Pending vary | GOLD BUY LIMIT 2308-2312 SL 2290 TP 2370 |
| Shut command | CLOSE GOLD / CLOSE ALL / CLOSE BUY GOLD |
| Breakeven command | BREAKEVEN / MOVE SL TO BREAKEVEN |
| SL/TP modify | BUY GOLD SL 2285 TP 2395 |
The parser is designed to be:
- case-insensitive
- suffix-tolerant
- alias-aware
- multi-line tolerant
- in a position to deal with sensible sign noise higher than strict format-only copiers
Necessary word about pip wording: relative wording reminiscent of TP +30 pips or SL 50 factors just isn’t handled as a standard supported TP/SL worth format within the EA. Unsupported relative wording is safely ignored somewhat than transformed blindly.
6. Image Mapping
The EA robotically tries to map frequent sign symbols to your dealer’s precise image names.
Examples:
- GOLD → XAUUSD
- BTC → BTCUSD
- EURUSD → EURUSDm
- XAUUSD → XAUUSD.professional
That is helpful when:
- your dealer provides suffixes like m, .professional, .uncooked, or comparable
- the sign supplier makes use of aliases as an alternative of tangible dealer image names
If wanted, customized mappings can nonetheless be used for uncommon dealer symbols.
7. Lot Modes
The Tons tab controls how commerce measurement is calculated.
| Lot Mode | The way it works |
|---|---|
| Fastened Lot | Makes use of one mounted lot measurement for each commerce. |
| Multiplier | Multiplies the supply lot or copied lot by your chosen issue. |
| Danger P.c | Calculates lot measurement from account steadiness and stop-loss distance. |
| Per-Image Tons | Makes use of particular mounted heaps for chosen symbols whereas the whole lot else makes use of the worldwide lot mode. |
Really helpful for first-time testing: use Fastened Lot with a small measurement reminiscent of 0.01.
Necessary:
- When you use Danger P.c, legitimate SL info is strongly beneficial.
- When you use Per-Image Tons, listed symbols use their assigned lot, and all different symbols proceed utilizing the worldwide lot mode.
- MaxLotSize acts as a security cap no matter lot mode.
8. Per-Image Lot Sizing
The Per-Image Tons function enables you to assign totally different mounted lot sizes to particular devices.
Instance:
- EURUSD = 0.05
- XAUUSD = 0.03
- BTCUSD = 0.01
That is helpful while you need one EA occasion to commerce totally different symbols with totally different lot sizes with out rebuilding settings every time.
Habits:
- listed symbols use their assigned mounted lot
- all different symbols use the worldwide lot mode
- precedence follows the saved order
9. Sign TP (SigTP) and Multi-TP Splitting
The SigTP tab controls how signal-provided TP1, TP2, and TP3 are dealt with.
If a sign incorporates a number of take-profit targets, the EA can cut up one sign into separate positions.
Instance:
BUY GOLD SL 2290 TP1 2360 TP2 2400 TP3 2450
Doable consequence:
- Place 1 with TP1
- Place 2 with TP2
- Place 3 with TP3
SigTP Allocation Modes:
- PERCENT — splits the primary lot throughout TP legs utilizing your chosen percentages
- LOTS — makes use of precise lot values per TP leg and overrides the primary lot for these cut up trades
Necessary habits:
- PERCENT makes use of the primary lot measurement and divides it
- LOTS makes use of the precise TP lot values you set
- market multi-TP and pending multi-TP are managed individually
Instance with PERCENT mode and 40/30/30:
- major lot = 1.00
- TP1 = 0.40
- TP2 = 0.30
- TP3 = 0.30
Instance with LOTS mode:
- TP1 = 0.10
- TP2 = 0.30
- TP3 = 0.20
In LOTS mode, these mounted TP lot values are used straight for the cut up commerce legs.
10. Break-Even and Sign TP Comply with-Up Logic
The EA also can apply follow-up logic to multi-TP cut up trades.
Examples:
- SL -> BE on TP1 — transfer remaining positions to breakeven after TP1 closes
- SL -> TP1 on TP2 — transfer remaining cease loss to TP1 after TP2 closes
That is helpful for progressive revenue locking on multi-target alerts.
11. Partial Shut Administration
The Partials tab handles pip-based commerce administration after entry.
That is totally different from SigTP splitting.
- SigTP splits the unique sign into a number of positions at entry
- Partials manages an present place after worth strikes
Partial shut might be based mostly on:
- revenue in pips
- proportion of place
- mounted lot quantity
Instance:
- shut 50% at +10 pips
- transfer SL to breakeven after the primary partial
In case you are utilizing signal-based multi-TP splitting, learn the Partials Scope setting fastidiously in order that sign TP legs and world partial logic don’t battle unexpectedly.
12. Trailing Cease
The Path tab controls trailing cease habits after a commerce is already in revenue.
Primary settings embody:
- Path Begin — how a lot revenue is required earlier than trailing prompts
- Path Distance — how far the cease stays behind worth
- Path Step — minimal transfer earlier than SL is up to date once more
Trailing cease is helpful while you need the EA to lock in earnings progressively whereas letting trades run additional.
13. Pending Orders
The EA helps pending order alerts reminiscent of:
- BUY LIMIT
- SELL LIMIT
- BUY STOP
- SELL STOP
Pending-specific habits consists of:
- pending order placement
- pending multi-TP splitting
- pending order expiry
- filter checks earlier than placement
The EA additionally checks:
- ARM state
- every day loss guidelines
- information pause
- unfold filter
- max open positions
14. Duplicate Filter
The Duplicate Filter prevents the identical precise sign from being executed greater than as soon as contained in the configured replay window.
Present habits:
- identical precise sign textual content is blocked solely throughout the duplicate window
- the duplicate window is configurable in minutes
- profitable execution is the occasion that data the duplicate hash
That is helpful for:
- resend glitches
- forwarding echoes
- identical sign arriving by way of a number of paths
15. Cooldown Logic
The Sign Cooldown function helps management repeat entries on the identical image and route inside a selected time window.
Examples:
- block repeated BUY XAUUSD entries for 3 minutes
- nonetheless permit SL/TP updates throughout cooldown if enabled
Replace SL/TP in Cooldown means same-direction follow-up alerts can replace present trades in the course of the cooldown window as an alternative of being handled as contemporary entries.
16. Unfold, Slippage, Time, and Information Filters
The Filter tab incorporates the primary execution filters.
These embody:
- Unfold Filter — skip trades when unfold is just too excessive
- Slippage Filter — skip or defend entries when worth has moved too far
- Time Filter — permit execution solely throughout chosen hours
- Information Pause — pause new entries throughout configured information home windows
These filters are particularly vital for:
- prop agency customers
- news-sensitive methods
- spread-sensitive symbols reminiscent of gold or indices
17. Prop Agency Mode and Newbie Protected Mode
The Prop tab offers higher-level security presets.
Prop Agency Mode is designed to cut back frequent dangerous execution habits by combining stricter controls.
Typical habits can embody:
- forcing SL utilization
- limiting every day loss
- decreasing dangerous duplicate or overexposed habits
- limiting open positions
Newbie Protected Mode is designed for customers who need a easier and safer default atmosphere. It helps scale back errors throughout first-time setup and testing.
18. Day by day Loss Kill Change
The EA features a every day loss safety system that may block new execution as soon as your configured every day loss restrict is reached.
That is helpful for:
- prop firm-style every day drawdown management
- self-imposed buying and selling limits
- decreasing injury from sudden sign runs or dangerous configuration
As soon as the every day loss rule is hit, the EA can cease accepting new execution till the reset situation is reached.
19. Entry Armour
Entry Armour provides stricter validation earlier than permitting a commerce to open.
This helps stop random textual content or weakly structured messages from being handled as legitimate alerts.
When enabled, the EA expects stronger commerce construction earlier than execution.
That is particularly helpful in noisy chat environments.
20. Bridge Mode — Superior Notes
Bridge Mode is used when direct Bot API entry just isn’t sufficient.
Bridge can be utilized for:
- non-public Telegram channels
- non-public bot chats
- superior routing
- multi-account MT5 fan-out
- Discord-compatible workflows routed by way of Bridge
Bridge and MT5 ought to usually run on the identical PC or VPS.
Bridge Mode within the EA makes use of native loopback communication, normally by way of http://127.0.0.1.
The EA makes use of a brief startup drain window in Bridge Mode so stale queued alerts usually are not executed instantly after startup.
21. Native Copier — Superior Notes
Native Copier works by sharing commerce state between MT5 terminals on the identical machine.
One EA occasion might be:
- MASTER — publishes trades
- SLAVE — copies them
It helps:
- same-PC MT5 copying
- cross-broker copying
- SL/TP sync
- partial shut sync
- shut sync
Grasp and Slave should use matching copier settings the place required.
22. Diagnostic Logging
The EA consists of elective diagnostic logging for troubleshooting.
Use diagnostic logging when:
- a sign just isn’t being parsed accurately
- a commerce is being blocked unexpectedly
- you want assist for a troublesome supplier format
Go away it off throughout regular use except wanted.
23. Really helpful First-Time Testing Order
- Connect the EA to a demo chart
- Allow WebRequest
- Select one supply mode solely
- Use Fastened Lot with a small measurement reminiscent of 0.01
- Click on TEST
- ARM the EA
- Ship one easy sign
- Affirm one profitable commerce
- Solely after that, take a look at superior options
24. Troubleshooting
| Downside | What to examine |
|---|---|
| Indicators not opening trades | Verify ARM state, AutoTrading, WebRequest, supply mode, unfold filter, cooldown, duplicate filter, and Final Filter Cause. |
| Incorrect image or no image discovered | Verify dealer suffix mapping, Market Watch visibility, and customized mappings if wanted. |
| Bridge account not showing | Allow Bridge Mode within the EA first, begin Bridge, verify port match, and guarantee 127.0.0.1 is in WebRequest. |
| Bot API not working | Verify token, chat ID, bot entry to the supply, and WebRequest permissions for api.telegram.org. |
| Multi-TP not splitting | Verify SigTP settings, allocation mode, and whether or not TP2/TP3 are literally current within the sign. |
| Commerce measurement seems fallacious | Verify world lot mode, per-symbol lot overrides, SigTP allocation mode, and MaxLotSize cap. |
| Repeat alerts are ignored | Verify Duplicate Filter and Sign Cooldown settings. |
| Pending orders not putting | Verify ARM state, pending settings, unfold filter, max positions, and every day loss guidelines. |
25. Closing Notes
- All the time take a look at new sign sources on demo first
- Use one supply mode at a time for first-time troubleshooting
- Begin with easy alerts earlier than testing superior administration
- Use Fastened Lot first in case you are uncertain about danger configuration
- Superior options are highly effective, however they need to be added one after the other after the bottom setup is already working
Assist
When you need assistance with setup, dealer symbols, Telegram Bot API, Bridge Mode, non-public channels, non-public bot chats, VPS configuration, Native Copier setup, or sign format compatibility, ship a message and I’ll enable you configure it accurately.
(c) 2026 Navigator Buying and selling Techniques
