Understanding Lot Sizing in Copy Trading
When you copy trades between accounts, the lot size on the slave account doesn't have to — and usually shouldn't — match the master. Your accounts likely have different balances, and blindly copying the same lot size could over-leverage a smaller account or waste capital on a larger one.
Proper lot sizing is the foundation of good risk management in copy trading. This guide walks you through all five lot sizing methods available in ConnectXCopy, complete with formulas, real-world examples, and guidance on when to use each one.
1. Fixed Lot
Formula:
Slave Lots = Risk Value
The simplest method. Every copied trade uses the exact lot size you specify, regardless of what the master trades. The master could trade 0.5 lots or 5.0 lots — the slave always opens at your fixed amount.
Example:
- Risk Value =
0.1 - Master opens 2.0 lots on EURUSD
- Slave opens 0.1 lots (always)
Best for: Small accounts where you want strict per-trade sizing, or when you want complete manual control over position sizes regardless of what the master does.
2. Lot Multiplier
Formula:
Slave Lots = Master Lots × Risk Value
Scales the master's lot size by a fixed factor. If the master doubles their position, the slave doubles too — maintaining a consistent ratio.
Example:
- Risk Value =
0.5 - Master trades 1.0 lot → Slave opens 0.5 lots
- Master trades 2.0 lots → Slave opens 1.0 lot
Best for: When you want proportional scaling regardless of account balances. Set Risk Value to 2.0 to double the master's size, 0.5 to halve it, or 1.0 for an exact mirror.
3. Balance Multiplier
Formula:
Slave Lots = Master Lots × (Slave Balance ÷ Master Balance) × Risk Value
This is the most popular method. It automatically calculates lot sizes based on the real-time balance ratio between your master and slave accounts. As account balances grow or shrink, lot sizes adjust automatically.
Example:
- Master balance = $10,000 / Slave balance = $5,000 / Risk Value =
1.0 - Master trades 1.0 lot
- Ratio = $5,000 ÷ $10,000 = 0.5
- Slave opens 0.5 lots
Best for: Accounts of significantly different sizes. This is the recommended default for most copy trading setups, especially for account managers handling clients with varying capital.
4. Fixed Balance Multiplier
Formula:
Slave Lots = Master Lots × (Slave Balance ÷ Fixed Master Balance) × Risk Value
Works exactly like Balance Multiplier, but instead of using the master's real-time balance, you manually set a fixed reference value. This prevents lot sizes from changing as the master account's balance fluctuates.
Example:
- You set Fixed Master Balance =
$10,000 - Even if the master account grows to $15,000, the formula still uses $10,000
- This prevents slave lot sizes from gradually shrinking as the master profits
Best for: Situations where the master account balance is volatile (frequent deposits/withdrawals) or when you want predictable, stable lot sizing that doesn't drift over time.
5. Equity Multiplier
Formula:
Slave Lots = Master Lots × (Slave Equity ÷ Master Equity) × Risk Value
Uses real-time equity (balance + unrealized profit/loss from open positions) instead of balance. This means lot sizing reflects the current state of accounts including floating positions.
Example:
- Master equity = $10,000 (has $500 in unrealized profits)
- Slave equity = $7,500
- Master trades 1.0 lot → Slave opens 0.75 lots
Best for: Strategies that scale positions based on account performance, or when open positions significantly affect account value and you want lot sizing to account for that.
Additional Risk Controls
Beyond lot sizing methods, ConnectXCopy offers three additional safeguards:
Force Min Lot
When enabled, if the calculated lot size falls below the broker's minimum (typically 0.01), the trade still executes at the minimum lot instead of being skipped entirely. This prevents small accounts from missing trades.
Force Max Lot
When enabled, if the calculated lot exceeds the broker's maximum allowed lot, the trade executes at the maximum instead of being skipped. Useful for high-balance accounts.
Lot Refiner
Rounds the calculated lot size to the nearest valid increment. Set to 0.01 for standard accounts or 0.1 for mini accounts. This ensures the calculated lot is always a valid order size for your broker.
Quick Reference: Choosing the Right Method
| Your Scenario | Recommended Method | Why |
|---|---|---|
| Same-size accounts | Lot Multiplier (1.0) | Simple 1:1 mirror |
| Different account sizes | Balance Multiplier | Auto-adjusts to each account's capital |
| Fixed risk per trade | Fixed Lot | Total control, no variation |
| Master balance fluctuates | Fixed Balance Multiplier | Stable sizing despite balance changes |
| Many open positions | Equity Multiplier | Accounts for unrealized P/L |
Pro tip: If you're unsure which method to use, start with Balance Multiplier at Risk Value 1.0. It's the most universally appropriate option and automatically handles different account sizes.