Copy Forex Trades With the Same Lot Size Always

To make the Local Trade Copier copy trades with the exact same lot size, no matter what, you should use the LotMultiplier option.

Set the Client EA this way:

RiskRatioServer=0
LotMultiplier=1

Note that the other money management options must be turned off by setting them to zero, so that only the LotMultiplier option is used.

Local Trade Copier Client EA is set to copy the same position size regardless of the account size.

Note that Forex brokers have minimum and maximum lot size restrictions and sometimes this might cause the Client EA to copy the trade at a different lot size that you might expect.

As an example, the master opens a trade of 60 lots while the client’s broker allows only 50 lot trade maximum. In this case Client EA would only be allowed to open the trade of 50 lots. Of course, you could use the Split Lots function to copy this trade in two positions of 50 and 10 lots.

Also, if master opens 0.08 lot size and the minimum allowed position size on the client account is 0.1, then the Client EA will open the 0.1 lot trade because broker does not allow a smaller size.

Allocate position size automatically when copying from multiple master accounts

LotMultiplier is great in many cases, but personally, I prefer and recommend RiskRatioServer better.

If you want to copy Forex trades from multiple master accounts you can simply run one Client EA and set RiskRatioServer at a value of 1 divided by the number of masters you are copying. No account filtering is required in this case if you copy all masters running on your computer.

For example, if you are copying from 3 master accounts then the value to use is 1/3 = 0.33. This is how you set Risk Ratio Server=0.33

This way you make each master allocate 33% of your account and automatically scale lot sizes down accordingly.


I hope that helps, and please share this information with someone who needs it.

You may also want to watch these MT4 signal copier video tutorials to learn more about how to use the Local Trade Copier and copy trades between multiple MetaTrader 4 accounts.

Leave a Comment

Your email address will not be published. Required fields are marked *