Nexus Copier Nexus Copier full manual on a single page
🕵️

Tab: Prop Firm (Stealth Mode)

Hide EA trading patterns from prop firm monitoring systems

📌 What is Stealth Mode? Prop firms often monitor accounts for "EA-like" patterns — identical lot sizes, precisely timed entries, exact SL/TP placement. Stealth Mode introduces controlled randomness to disguise the automated nature of the trading and comply with prop firm rules that prohibit or restrict copy trading / EAs.

Prop Firm Mode

Default: false

Master switch for all Stealth Mode features. When enabled, all sub-settings below are active. Disabling this single switch turns off all stealth features at once.

Remove Channel Name from Comment

Default: false

By default, the EA adds the Telegram channel name to the order comment field. Enable this to remove that identifier, preventing prop firm auditors from seeing which signal channel drives the trades.

Delay Min (seconds) / Delay Max (seconds)

Default: 2s / 8s

Instead of executing orders instantly when a signal is received, the EA waits for a random duration between Min and Max seconds. This mimics the natural timing variation of manual trading.

💡 Example: Min=3, Max=12: each trade executes after a random 3 to 12 second delay. No two trades have the same delay, creating human-like timing patterns.

Lot Deviation %

Default: 5.0%

Randomly adjusts the lot size of each order by ±X%. Prevents the telltale pattern of identical lot sizes across all trades.

💡 Example: Configured lot = 0.10, deviation = 5%: orders execute at randomly between 0.095 and 0.105 lots. Different each time.

SL/TP Deviation (pips)

Default: 0.5

Randomly adjusts Stop Loss and Take Profit levels by ±X pips. Prevents the pattern of always placing SL/TP at round numbers or exact pip distances.

Daily Limit

Default: 0 (unlimited)

Maximum number of trades per day when in Prop Firm Mode. Set to match your prop firm's maximum trades per day rule. 0 = no daily limit.

☰ All chapters