Nexus Copier Nexus Copier full manual on a single page
📚

6. Practical Guides & Use Cases

Step-by-step configurations for common scenarios

Guide 1: Basic Setup for Beginners

Minimum configuration to go from zero to your first automated trade. Use these settings while you learn the system — they are safe and conservative.

1

Install all three components

EA in MT5, Nexus Server.exe running, Configurator installed. See Block 1 for full instructions.

2

Connect Telegram

Enter API ID + Hash in Configurator → Telegram tab. Verify with your phone number.

3

Add one signal channel

Add the channel by username or ID. Leave all channel settings at defaults.

4

Set Risk Mode = MANUAL, Fixed Lot = 0.01

This is the safest mode — always opens 0.01 lots regardless of account size.

5

Set Execution Mode = SINGLE_ORDER

One order per signal. No grid complexity while you're learning.

6

Enable Drawdown Protection at 3%

Safety net: stops trading if daily loss exceeds 3% of account balance.

7

Enter your License Key

In both EA inputs and Configurator License tab.

8

Save and test

Save config in Configurator. Wait for the next signal. Verify a trade opens in MT5.

Guide 2: Conservative Configuration (Low Risk)

Recommended settings for cautious account growth with strong protection:

Parameter Value Reason
Risk Mode PERCENTAGE Scales with account size
Risk Percentage 0.5% Half a percent per trade
Execution Mode SINGLE_ORDER No averaging
Max Simultaneous Trades 3 Limits total exposure
Use Break Even true Protects profitable trades
Drawdown Protection 3% Stops early on bad days
Profit Target 2% Locks in daily gains
Allow Duplicates false No accidental doubling

Guide 3: Trading Signals Without a Symbol (Force Symbol)

Scenario: You subscribe to a gold-only Telegram channel that sends messages like "BUY NOW scalping high risk" — no symbol mentioned.

1

Open Configurator → Symbol Mapping tab

Find the "Force Symbol If Missing" toggle.

2

Enable "Force Symbol If Missing"

Toggle it ON.

3

Set "Symbol to Force" = XAUUSD

Or whichever symbol your broker uses for gold. Check the exact name in MT5's Market Watch.

4

In EA inputs: enable InpForceSymbolIfMissing = true

Set InpSymbolToForce = XAUUSD (same value as in Configurator).

5

Save and test

Send or wait for a signal without a symbol. Check the log file for "symbol_forced: true" to confirm it's working.

⚠️ Critical: Only use this for channels that trade a SINGLE instrument. If the channel trades multiple symbols but never names them, this feature will incorrectly assign XAUUSD to all signals.

Guide 4: Pre-Signals — Step-by-Step Setup

Scenario: Your channel sends "⚠️ Preparing BUY XAUUSD" before the full signal with entry/SL/TP.

1

Enable Pre-Signal in Configurator → Pre-Signals tab

Toggle "Pre-Signal Enabled" ON.

2

Add a phrase template

In the channel's settings, add template: Preparing {ACTION} {SYMBOL}

3

Configure pre-signal parameters

Pre-Signal Trades = 1, Lot Size = 0.01 (small), SL = 50 pips, TP = 100 pips.

4

Enable Link Pre-Signal BE

When full signal arrives, pre-signal orders move to break even automatically.

5

Set Close Pre-Signal at TP = 1

Pre-signal orders close when the main signal's TP1 is hit.

Guide 5: Prop Firm Configuration

Recommended settings for FTMO, MFF, The5ers, and similar prop firm challenges:

Parameter Value
Prop Firm Mode true
Remove Channel Name true
Delay Min / Max 3s / 12s
Lot Deviation 5%
SL/TP Deviation 0.5 pips
Max Drawdown 4% (below firm's 5% limit)
Risk per Trade 0.5% – 1%
Use Break Even true, trigger at TP1
🔴 Always check your prop firm's specific rules before trading. Some firms prohibit copy trading entirely. Using Nexus Copier on a prop firm account is at your own responsibility.

Guide 6: Dynamic ATR Grid Setup

When to use: volatile markets where fixed pip distances cause over-dense or over-sparse grids. ATR Grid automatically adapts spacing to current market conditions.

1

Enable "Use ATR Grid" in Grid Distance tab

2

Set ATR Period = 14, Timeframe = H1

Standard ATR settings suitable for most currency pairs and metals.

3

Set ATR Multiplier = 0.10 to 0.15

Start at 0.10 and observe the resulting grid distances. Adjust to match your preferred spacing.

💡 Expected result: On XAUUSD during London session (high volatility), ATR ≈ 250 → grid distance ≈ 25 pips. During Asian session (low volatility), ATR ≈ 80 → grid distance ≈ 8 pips. Grid adapts automatically.

Guide 7: Reverse Trading — Fading Signals

When to use: you've analyzed a channel and found it consistently loses — meaning reversing their signals would be profitable. Or for systematic strategy testing.

1

Enable Reverse in Reverse Trading tab

2

Set Mode = SELECTIVE

Only reverse the specific channel(s) identified as having reversible signals.

3

Enter the channel name in Reverse Channels

4

Enable Swap SL/TP

Ensures SL and TP are correctly swapped when reversing — maintaining proper risk/reward ratios.

Guide 8: Multi-Account Setup

Running 3 MT5 accounts from a single Nexus Server and Configurator instance:

1

Assign unique Account IDs

In Configurator → Accounts section: create IDs "main_account", "prop_ftmo", "prop_mff".

2

Set Account ID in each EA

Each MT5 EA instance's Account ID parameter must match the ID configured in the Configurator.

3

Configure per-account risk settings

Each account can have different Risk %, Channel Overrides, and Protection limits.

4

All accounts receive the same signals

Nexus Server broadcasts signals to all registered accounts. Each EA applies its own risk settings independently.

☰ All chapters