Product link:
https://www.mql5.com/en/market/product/191385
One of the most important decisions when configuring an MT5 Trade Copier is determining the appropriate lot size for copied trades.
When trades are replicated from a Sender account to one or more Receiver accounts, the accounts may have different balances, different risk tolerances, and different trading requirements. Simply copying the exact volume from the Sender is therefore not always the best approach.
A professional copier should provide flexible lot-sizing methods that allow traders to control how much exposure each Receiver takes.
COPYLATOR provides several approaches, including Fixed Lot Size, Lot Multiplier, and Balance-Ratio Scaling, with the ability to combine different risk-management mechanisms and apply a maximum lot-size limit.
Why Lot Sizing Matters in an MT5 Trade Copier
Consider a Sender account with a balance of $10,000 and a Receiver account with a balance of only $1,000.
If the Sender opens a 1.00 lot trade and the Receiver automatically copies exactly 1.00 lot, the Receiver would be taking a dramatically larger percentage of account exposure.
This means that identical lot sizes do not necessarily represent identical risk.
For this reason, an advanced MT5 Trade Copier should allow the trader to decide how the Sender's volume is translated into the Receiver's volume.
The three most common approaches are:
- Fixed Lot
- Lot Multiplier
- Balance-Ratio Scaling
These methods can be used individually or, depending on the configuration, together.
1. Fixed Lot Sizing
Fixed lot sizing is the simplest method.
Instead of copying the Sender's original volume, the Receiver always uses a predefined lot size.
For example, suppose the Sender opens the following trades:
| Sender Trade | Sender Volume | Receiver Fixed Volume |
|---|---|---|
| Trade 1 | 0.50 | 0.10 |
| Trade 2 | 1.00 | 0.10 |
| Trade 3 | 2.00 | 0.10 |
If the Receiver is configured with a fixed lot size of 0.10 , every copied trade uses 0.10 lots regardless of the Sender's original volume.
When Is Fixed Lot Useful?
Fixed lot sizing can be useful when Receiver accounts are similar in size or when the trader wants predictable exposure on every copied trade.
It can also be useful when a trader wants to impose a strict volume limit independently of the Sender's position size.
The main advantage is simplicity and predictability.
The main limitation is that it does not automatically adapt to changes in account size or to changes in the Sender's position sizing.
2. Multiplier-Based Lot Sizing
A lot multiplier takes the Sender's original volume and multiplies it by a predefined factor.
The basic concept is:
Receiver Lot = Sender Lot × Lot Multiplier
For example, if the Sender opens a 1.00 lot trade:
| Multiplier | Sender Lot | Receiver Lot |
|---|---|---|
| 0.25 | 1.00 | 0.25 |
| 0.50 | 1.00 | 0.50 |
| 1.00 | 1.00 | 1.00 |
| 2.00 | 1.00 | 2.00 |
A multiplier below 1 reduces the Sender's exposure, while a multiplier above 1 increases it.
Example: Reducing Risk with a Multiplier
Suppose a strategy normally opens 2.00 lots on the Sender account, but the trader wants the Receiver to use only half of that exposure.
The trader can use:
EnableLotMultiplier = true
LotMultiplierValue = 0.50
The resulting Receiver volume would be:
2.00 × 0.50 = 1.00 lot
This allows the Receiver to follow the Sender's relative position sizing while reducing the overall exposure.
When Is Multiplier Sizing Useful?
Multiplier sizing is particularly useful when the trader wants to preserve the Sender's position-sizing pattern but systematically increase or decrease the level of risk.
For example, a trader may use:
- 0.25× for a conservative account.
- 0.50× for reduced exposure.
- 1.00× for approximately the same nominal volume.
- 2.00× for increased exposure, subject to sufficient account size and broker limits.
3. Balance-Ratio Scaling
Balance-ratio scaling is designed to adapt the copied volume to the relative size of the Sender and Receiver accounts.
The general concept is:
Receiver Lot = Sender Lot × (Receiver Balance ÷ Sender Balance)
For example:
- Sender balance = $10,000
- Receiver balance = $1,000
- Sender volume = 1.00 lot
The balance ratio is:
$1,000 ÷ $10,000 = 0.10
Therefore:
1.00 × 0.10 = 0.10 lot
The Receiver automatically uses 0.10 lots.
This approach can help maintain a more comparable relative position size across accounts with different balances.
Why Balance-Ratio Scaling Is Powerful
Imagine a trading strategy that uses approximately 1% of the Sender's account exposure for a particular position.
If the Receiver account is one-tenth the size of the Sender account, copying the exact lot size would not preserve the same relative exposure.
Balance-ratio scaling attempts to adjust the volume according to the account-size relationship.
| Sender Balance | Receiver Balance | Sender Lot | Approx. Ratio | Receiver Lot |
|---|---|---|---|---|
| $10,000 | $1,000 | 1.00 | 0.10 | 0.10 |
| $10,000 | $5,000 | 1.00 | 0.50 | 0.50 |
| $10,000 | $20,000 | 1.00 | 2.00 | 2.00 |
This makes balance-ratio scaling particularly useful for traders managing multiple accounts with substantially different balances.
Combining Lot Management Methods
One of the advantages of a flexible MT5 Trade Copier is that lot management does not have to be limited to a single mechanism.
Depending on the desired configuration, traders can combine balance-based scaling with a multiplier.
For example:
Receiver Lot = Sender Lot × Balance Ratio × Multiplier
Suppose:
- Sender balance = $10,000
- Receiver balance = $2,000
- Sender volume = 1.00 lot
- Multiplier = 0.50
The balance ratio is:
2,000 ÷ 10,000 = 0.20
Then:
1.00 × 0.20 × 0.50 = 0.10 lot
This provides an additional layer of control over the exposure generated by the balance-based calculation.
Fixed Lot vs. Multiplier vs. Balance Ratio
| Method | How It Works | Main Advantage | Best Use Case |
|---|---|---|---|
| Fixed Lot | Always uses a predefined volume | Simple and predictable | Controlled fixed exposure |
| Multiplier | Sender volume × multiplier | Flexible exposure adjustment | Scaling the Sender strategy up or down |
| Balance Ratio | Sender volume × account-size ratio | Adapts to different account sizes | Proportional multi-account risk |
Maximum Lot Size Protection
Even when using automated lot calculations, it can be useful to define an absolute maximum lot size.
For example, a balance-ratio calculation could theoretically produce a large volume if the Receiver account is substantially larger than the Sender.
A maximum lot cap provides an additional safety layer.
For example:
MaxLotSize = 2.00
If the calculated volume is 3.50 lots, the system can limit the final volume to the configured maximum.
This helps prevent unexpectedly large positions caused by account-size differences or other volume calculations.
Broker Volume Requirements
Lot sizes cannot be arbitrary.
Each broker and symbol may define its own:
- Minimum lot size
- Maximum lot size
- Lot step
For example, a broker may allow volumes such as:
0.01, 0.02, 0.03, 0.04...
while another instrument may use a different volume step.
A professional copier therefore needs to normalize the calculated volume according to the trading conditions of the Receiver broker.
This is particularly important when balance-ratio calculations produce fractional volumes that do not exactly match the broker's allowed lot step.
Choosing the Right Lot Sizing Method
The best method depends on the trader's objective.
Choose Fixed Lot When:
- You want a predetermined volume for every copied trade.
- Receiver accounts are similar in size.
- You want simple and predictable exposure.
- You do not want the Sender's changing lot size to affect the Receiver.
Choose Multiplier When:
- You want to follow the Sender's position-sizing pattern.
- You want to systematically reduce or increase exposure.
- You want a simple percentage-style adjustment.
Choose Balance Ratio When:
- Sender and Receiver accounts have different balances.
- You want volume to adapt automatically to account size.
- You manage multiple accounts with different capital levels.
- You want more consistent relative exposure across accounts.
Lot Sizing for Multiple Receiver Accounts
Multi-Receiver configurations make flexible lot management even more useful.
Imagine one Sender connected to three Receiver accounts:
| Account | Balance | Sender Volume | Balance Ratio | Approx. Receiver Volume |
|---|---|---|---|---|
| Sender | $10,000 | 1.00 | 1.00 | 1.00 |
| Receiver 1 | $5,000 | 1.00 | 0.50 | 0.50 |
| Receiver 2 | $2,000 | 1.00 | 0.20 | 0.20 |
| Receiver 3 | $1,000 | 1.00 | 0.10 | 0.10 |
Instead of manually calculating a different lot size for every account, balance-ratio scaling can automatically adapt the copied volume.
COPYLATOR Lot Management Parameters
COPYLATOR provides several parameters for controlling copied trade volume.
| Parameter | Description |
|---|---|
| UseBalanceRatio | Scales the copied lot according to the Sender/Receiver balance ratio. |
| EnableLotMultiplier | Enables multiplier-based volume adjustment. |
| LotMultiplierValue | Defines the multiplier applied to the Sender's volume. |
| FixedLotSize | Overrides calculated volume with a fixed lot size. A value of 0 allows other lot-sizing logic to be used. |
| MaxLotSize | Sets an absolute maximum volume for copied trades. |
Practical Configuration Examples
Example 1 – Fixed Lot
Suppose you want every copied trade to use exactly 0.05 lots.
FixedLotSize = 0.05
This provides a simple and predictable volume for copied trades.
Example 2 – Multiplier
Suppose the Sender opens 1.00 lot but you want the Receiver to use 50% of the Sender's volume.
EnableLotMultiplier = true
LotMultiplierValue = 0.50
The resulting volume is approximately:
1.00 × 0.50 = 0.50 lot
Example 3 – Balance Ratio
Suppose:
- Sender balance = $20,000
- Receiver balance = $5,000
- Sender lot = 1.00
The balance ratio is 0.25, resulting in approximately:
1.00 × 0.25 = 0.25 lot
This allows the Receiver volume to scale with its account size.
Example 4 – Balance Ratio + Multiplier
Suppose:
- Sender balance = $20,000
- Receiver balance = $5,000
- Sender lot = 1.00
- Multiplier = 0.50
The calculation becomes:
1.00 × 0.25 × 0.50 = 0.125 lot
The final volume is then normalized according to the Receiver broker's permitted lot step.
Lot Sizing and Risk Management
Lot size is directly related to trade exposure, but traders should remember that lot size alone does not determine the complete risk of a position.
Risk can also depend on:
- Stop Loss distance
- Symbol volatility
- Contract specifications
- Tick value
- Account leverage
- Broker conditions
Therefore, lot-sizing settings should always be evaluated together with the trading strategy's Stop Loss, account size, and overall risk-management rules.
Lot Management and Different Trading Strategies
Different strategies can benefit from different volume-management approaches.
A strategy using consistent fixed exposure may work well with Fixed Lot.
A strategy where the Sender dynamically changes position size may be better suited to Multiplier or Balance-Ratio scaling.
For multi-account portfolio management, balance-based scaling can be especially useful because each account can receive a volume appropriate to its relative capital size.
Testing Lot Sizing Before Going Live
Because lot management directly affects financial exposure, traders should test their configuration carefully before using it on a live account.
A demo account can be used to verify:
- Calculated lot sizes.
- Broker minimum and maximum volume.
- Lot-step normalization.
- Balance-ratio behavior.
- Multiplier calculations.
- Maximum lot protection.
- Interaction with Stop Loss and Take Profit settings.
Testing different configurations makes it easier to understand how the copier will behave when account balances and Sender volumes change.
Best Practices for MT5 Trade Copier Lot Management
- Choose the lot-sizing method according to your actual risk-management objective.
- Use balance-ratio scaling when Receiver accounts have substantially different balances.
- Use a multiplier when you want a consistent adjustment to the Sender's position sizing.
- Use a fixed lot when predictable volume is more important than proportional scaling.
- Consider setting a maximum lot cap as an additional safety measure.
- Always verify broker volume minimums, maximums, and step sizes.
- Test the complete configuration on a demo account before going live.
Conclusion
Proper lot sizing is one of the foundations of effective multi-account trading with an MT5 Trade Copier.
Fixed Lot provides simplicity and predictable volume. Multiplier allows traders to increase or decrease the Sender's exposure by a consistent factor. Balance-Ratio Scaling provides a more adaptive approach for accounts with different balances by adjusting copied volume according to the relative account size.
For more advanced configurations, these methods can be combined with a maximum lot-size cap and broker-aware volume normalization.
By selecting the appropriate lot-management method, traders can better control exposure across multiple MT5 accounts while maintaining a more consistent relationship between the Sender strategy and Receiver account sizes.
Product link:
https://www.mql5.com/en/market/product/191385


