Trade Copier Settings Template: Build Once, Reuse Safely
Anyone running a copier across more than one account hits the same wall. The first account gets configured carefully, with the symbol list open and the broker specs on screen. The next one gets configured from memory. A few accounts later the settings have quietly drifted apart.
A trade copier settings template is the fix: one saved, named configuration you clone instead of retype. The point is not the typing it saves. It is removing a class of mistake that only surfaces once a position is already open.
Why does retyping copier settings on every account cause problems?
Retyping causes problems because copier mistakes are usually silent until a trade fires. A wrong symbol map or a mistyped lot ceiling will often save without complaint, and the consequence appears when the master opens a position, which is exactly when you least want to be reading a configuration screen.
The failures that show up again and again in per-account setup:
- a symbol left unmapped on a broker that names gold or an index differently from the master
- a suffix that is right on one server and wrong on another, so the copier cannot resolve the instrument
- a maximum lot value entered with a digit in the wrong place
- risk mode left on fixed lot for an account that was meant to scale with balance
- a value changed during testing on one account and never rolled back
The second failure mode is drift. Accounts set up weeks apart end up different, and you have no reference configuration to compare a misbehaving one against. You cannot debug a fleet where every member is a one-off.
What belongs in a trade copier settings template?
A template holds everything that describes how a strategy should be copied, not how large it should be copied. That means risk mode, symbol mapping, suffix and prefix handling, the maximum lot ceiling, slippage tolerance, and the order handling rules.
In practice, put these in the shared template:
- Risk mode: fixed lot, balance proportional, equity proportional, or multiplier. The mode is a strategy decision and should be identical everywhere.
- Symbol map: an explicit master symbol to slave symbol table. Write it out rather than trusting automatic matching.
- Suffix and prefix handling: how the copier resolves raw, micro, pro and similar server naming variants.
- Maximum lot ceiling: a hard cap on the volume the copier will send, so a sizing mistake gets clipped instead of passed through at full size.
- Slippage tolerance: the maximum deviation you accept, plus the behaviour when it is exceeded, whether that is reject or retry.
- Order handling: whether pending orders copy, whether stop loss and take profit copy, how partial closes mirror, whether reverse mode is on.
- Filters: symbol allow and deny lists, trading hours, and where the platform exposes them, magic number or comment filters.
- Late and stale signal behaviour: what happens if the slave was offline when the master opened. Copying late is a different decision from skipping, and belongs in the template.
What must stay per account and never go in the template?
Anything tied to the size of the account, or to the rules the account is held to, stays outside the shared template: the balance reference the sizing reads from, the risk percentage or multiplier, the login credentials and server, and the loss limits imposed by the firm holding the account.
Keep these per account:
- account size and the balance or equity figure the sizing calculation reads from
- risk percentage, multiplier, or fixed lot value for that specific account
- credentials, server name, and platform
- the maximum lot cap, adjusted down where the account is smaller than the one you built the template on
- any firm-imposed limit that needs a hard stop in the copier
It helps to think in three layers rather than one file. The strategy layer is identical across every account. The broker layer covers symbol names, suffixes, contract size, lot step and minimum lot for that specific server. The account layer covers size and risk. Templates fail when someone flattens all three into one blob and clones it onto a different broker.
How do I handle broker symbol suffixes in a copier template?
Treat the suffix as a broker-level property, never a strategy-level one, and never infer it from the broker name. Open the symbol list on that exact server, Market Watch in MT4 and MT5 or the equivalent panel elsewhere, and read the instrument string character by character, because one broker often runs several account types with different naming.
Two more things on the same pass. Gold and index naming varies more than currency pairs, so that is where mapping errors concentrate. And the copier works across many platforms, including MT4, MT5, cTrader, DXtrade and TradingView, so a field that exists on one may not exist on another. Keep a separate template per platform family. On a server you have not used before, the broker notes beat guessing at naming.
How should I review a template before applying it to a funded account?
Run the template on a demo account at the same broker and the same account type first, and push a complete trade lifecycle through it before the funded account ever sees it. Then compare the template against the account's current settings field by field, and only enable it when every difference is one you intended.
A review that actually catches things looks like this:
- Open the template and the target account side by side and read every field, not only the ones you changed.
- Confirm each mapped symbol resolves on that server, using the exact string from the platform's symbol list.
- Check lot step, minimum lot and maximum lot per symbol, since these are broker properties and may not match your master.
- On the demo, take a trade through the full cycle: open, modify the stop, partial close, full close.
- Verify direction and volume on the slave against the master. A trade appearing is not the same as a trade appearing correctly.
- Read the copier log, not only the trade list. Rejects and warnings live in the log.
- Enable on the funded account at the conservative end of your per-account settings and watch a full session.
If the master is quiet while you test, place trades on the demo master by hand. The free forex and gold signals on Telegram give you something concrete to place so the full cycle actually runs.
Version the templates as you go. Name them by strategy, platform and revision, and never edit a template in place while it is attached to running accounts. Clone, edit the clone, review, then switch.
Do prop firm rules change what goes in the template?
Yes, and they belong in the per-account layer rather than the shared one. Firms differ in the rule types they apply, so the settings that keep a copied account inside those rules are account-specific by definition.
The rule types you will meet most often:
- a daily loss limit
- an overall drawdown limit, measured either from a static floor or as a trailing figure
- restrictions around news events
- a minimum number of trading days
- consistency rules that cap how much a single day or a single trade contributes
No template can pass an evaluation for you, and no setting substitutes for reading the current terms of the firm you are with. Those terms change and differ between programs at the same firm. Read them each time, then translate them into caps in the account layer: a maximum lot, a symbol filter, a session filter.
How many copier templates should I keep?
As few as you can defend. One per strategy and platform combination is usually enough, with the broker-specific details kept in a small overlay rather than a full duplicate file.
Every extra template is another thing to update when a strategy setting changes. A template per account rebuilds the original problem with extra steps. The test: when you change one order handling rule, how many files do you have to touch? If the answer is more than one, collapse them.
If the strategy layer above your copier is packaged software rather than your own manual trading, the JPTC EA Hub page covers how it is configured on your own account at your own broker.
Automated forex and gold trading
Runs on your own account at your own broker. We host and set it up, so there is nothing to install, no VPS and no copier fleet to maintain. No profit share, no monthly fee.
See how it works