Library to add the Information Panel to your Expert Advisor for MetaTrader. Method of programming the information panel in any adviser. The…
Tester Pad is a Forex trading simulator for strategy tester. Trading using indicators.
Extra Report Pad – Trader’s Diary. Professionally analyzes your trading account. MyFxBook in live chart. ExtraReportPad
Main
Documentation
Settings
FAQ
Changelog
Reviews
Comments
Extra
About Duplicator
The Exp-Duplicator is an automatic Expert Advisor designed to duplicate trades and deals/positions a preset number of times on your MetaTrader account. It seamlessly copies all deals—whether opened manually or by another EA—and allows you to increase the lot size (volume) of these positions.
Key Features:
- Trade Duplication: The EA duplicates trades and signals, enhancing your trading strategy.
- Lot Size Management: It increases the lot size (volume) of other EAs or manual trades, amplifying your potential profits.
- Advanced Trade Management: You can set a fixed or auto lot for duplications, copy StopLoss and TakeProfit settings, and apply Trailing Stop to duplicated positions.
With these powerful features and flexible settings, the Exp-Duplicator offers a streamlined trading experience, saving you both time and effort. By replicating trades, you can diversify your portfolio and help manage risk.
Designed to integrate perfectly with MetaTrader, one of the most widely used trading platforms, this tool is essential for traders looking to maximize their potential. Whether you’re just starting out or a seasoned professional, the Exp-Duplicator can help you achieve your trading goals.
Attention
if you want to copy Deals/orders/positions from terminal one MetaTrader to another terminal Metatrader, please use
How does Duplicator work?
What do people write about Duplicator?
You can Download free Duplicator
Get started for FREE!
You can download and install our program for free!
And you can test it on your DEMO account without time limits!
You can also test our program for free on a REAL account using the USDJPY symbol!
You can buy full version of Duplicator
FULL MT4 version
For MetaTrader 4
50 $
FULL MT5 version
For MetaTrader 5
50 $
RENT for 3 months
For MetaTrader 4
30 $
RENT for 3 months
For MetaTrader 5
30 $
Before making a purchase, we highly recommend reviewing our instructions and FAQ section to ensure a smooth experience.
Links
Useful links
Have you installed MetaTrader?
MetaTrader is required for installing from www.expforex.com
Table of Contents (click to show)
Brief
The Expert Assistant Exp-Duplicator is designed to duplicate the source positions that are currently open in the terminal. This Expert Advisor is specifically created to replicate trades within a single terminal, automatically managing the duplication process.
This utility automatically adjusts the lot size by opening additional positions based on the source deals. It duplicates the original position using a lot multiplier defined in the input parameters. The entire process—both opening and closing—follows the behavior of the original trade.
It also automatically copies the StopLoss and TakeProfit values. The Expert Advisor will repeat trades a specified number of times (according to the Amount of Duplicate setting).
Key Functions:
- Set a fixed/auto lot for duplicates
- Duplicate StopLoss and TakeProfit
- Apply Trailing Stop to duplicated positions
- And more advanced features.
- This utility automatically changes the size of the lot (Open additional Positions(Deals)) used in the source deals.
- It automatically copies/duplicates the position from the original (source) position.
- The position will be copied with the lot multiplier specified in the input parameters.
- The entire process of opening and closing a position will be performed automatically, depending on the original position.
- The utility will also automatically copy the stop loss and take profit values.
- The Expert Advisor repeats all deals(positions) on your account the set number of times(Amount of Duplicate).
Functions: Set your fixed/auto lot in duplicate, duplicate StopLoss, TakeProfit, use Trailing stop for duplicated positions, and much more.
Attention
if you want to copy Deals/orders/positions from terminal one MetaTrader to another terminal Metatrader, please use
Warning: this is not a copyist deal between terminals.
Copier deals for MetaTrader you can find here: COPYLOT MT4 or COPYLOT MT5.
Principle of work of the duplicator expert
Expert Assistant Exp – Duplicator duplicates the source positions that are currently open in the terminal.
The Expert Advisor Exp-Duplicator is created to duplicate positions in one Terminal.
The position that you want to duplicate will be called the source deal.
The duplicated position is a duplicate deal.
The expert exactly repeats the source positions (deals) specified in the settings a number of times (Amount of Duplicate deals).
At the same time, the lot, stoploss, and takeprofit are also duplicated.
When you modify the stops (Stop Loss, Take Profit) on the source deal, the StopLoss and TakeProfit of the duplicate deal are also modified.
You can use additional buttons in the Chart
For all other features of EAPADPRO, please read the article EAPADPRO.
Examples of using:
There are a lot of ways to use this helper.
And each trader will have his own purpose of using an assistant.
I can only give examples of using an expert advisor:
1. Let’s say that you have a partner reward system on your account, and you get a spread on your account.
Then this assistant will be very helpful.
Of course, you can open a large lot immediately, and you will get the same spread in principle.
But if there is a minimum number of deals that must be made on your account, then the assistant Exp-Duplicator will help you.
A broker where you can use this helper, as well as the most here.
Default settings.
2. Your expert advisor makes deals with lot 0.1.
You can take his deal and duplicate for example, 5 times with the lot of each duplicate 0.5.
In this case, all other parameters remain the same (Stop Loss, Take Profit, etc).
When you close the source, your duplicates also close.
CoefficientLotDuplicate=5; //CoefficientLotDuplicate –> Coefficient of the duplicate lot
3. You participate in the contest, where you must make at least 100 deals.
But your signals(EA) can only be 10 deals (Positions). Those. 10 deals.
You can set up your expert to open 1 deal with lot 1, and Exp-Duplicator duplicated each trade(deals) 10 times with lot 1.
This will increase the number of deals.
Without losing the quality of your signals.
AmountOfDuplicate=10; //AmountOfDuplicate –> Number of duplicates
4. Maximum Lot of the other EA
The method is not quite correct, but if your expert advisor can make a deal with a maximum lot of 0.1, then Exp-Duplicator can duplicate a deal 1 time but with a lot of 1
CoefficientLotDuplicate=10; //CoefficientLotDuplicate –> Coefficient of the duplicate lot
5. Specific SL and TP
When your expert advisor makes deals(positions) with StopLoss TakeProfit.
Exp-Duplicator also duplicates deals(positions) but with its own Stoploss Takeprofit.
You can also turn on trailing stop on all duplicates.
StopLossDuplicate=100; //StopLossDuplicate –> SL level of the duplicate, 0=Source SL
TakeProfitDuplicate=100; //TakeProfitDuplicate –> TP level of the duplicate, 0=Source TP
You can read all other settings and functions in the “Settings” section!
Table of Contents (click to show)
External Variables and Settings Duplicator
You can customize Expert Advisor(EA) Exp-Duplicator to suit your needs.
To start working, you must specify the types of duplicate positions(deals) in the first settings.
Name | Description | ||
---|---|---|---|
Filters settings | |||
OrderToDuplication | Type of order for duplication: 0 = BUY – Only Buy positions; 1 = SELL – Only Sell positions; All Orders – All positions and orders(MT4 only); All_BUYSELL = -2, – All positions; All_STOPLIMIT = -3, -All orders(MT4 only); | ||
MagikToDuplication | The magic number of order for duplication, magic numbers can be specified separated by commas: 0 – orders opened manually; 123,345,147 – all positions with magic numbers 123,345,147; -1 – all magic numbers without exception. Where can I find the magic number to duplicate the signal? You can move the cursor to a position opened by a signal, and a magic number pop-up will appear. | ||
SymbolToDuplication | The deal symbol for duplication: Empty – all positions and orders of all symbols are duplicated; 0 – only the current character; EURUSD – EA can duplicate only positions and orders with the EURUSD symbol. | ||
OnlyCloseOrders | The option allows the EA to close only already duplicated positions(Deals). If the signal provider noticeably starts to go into a drawdown, then the deposit may not survive (big DrawDown, for example). In the most stressful situations, you can generally turn off duplication (OnlyCloseOrders = true) and not open new duplicated deals/orders so as to keep the deposit manageable. The expert advisor stops opening new positions(Deals) but, at the same time, closes the positions(Deals) that were opened earlier if the signal provider closes the original (source) position (Deal). | ||
MilliSecondsTimerForMonitoring | The parameter of monitoring all source deals in milliseconds. MilliSecondsTimerForMonitoring = 500ms means that the EA checks all positions(deals) every half a second (1000ms=1 second). The smaller the value, the faster the copying speed – but it also consumes more computer resources. | ||
Filter Duplicate | |||
CommentToDuplication | Comment Filter for duplication. Our program will duplicate only those positions(Deals) and orders with CommentToDuplication in the comment of Position(Deal)! If CommentToDuplication = null (for default Empty field), then the program duplicates all the positions! You can specify a comment for the deals for duplication. For example, CommentToDuplication = “The X” – then the EA will duplicate only those positions (deals) that are opened with the comment “The X“. You can also enter part of the comment on the position (deal). for example, comments on your positions (deals): TickSniper 1, TickSniper 2, TickSniper 3, You can enter CommentToDuplication = “TickSniper“, then all deals where the comment has the word TickSniper will be duplicated on the account. | ||
MinLotToDuplicate | A minimal lot for source positions (deals) to start work duplicates. For example, MinLotToDuplicate = 0.1 – The duplicator will duplicate positions that are higher or equal to lot 0.1 | ||
MaxLotToDuplicate | A maximum lot for source positions (deals) to start work duplicates. For example, MaxLotToDuplicate = 1.2 – The duplicator will duplicate positions that are lower or equal to lot 1.2 | ||
CopyOnlyLossPosPoint | Duplication of only those positions with losses that are more than the CopyOnlyLossPosPoint in points. 0 – disabled. You can set it to 30. It will mean 30 points(Pips) of loss. If a position (Deal) has a loss of 30 points or more, only then will this position(Deals) be duplicated. | ||
CopyOnlyProfPosPoint | Duplication of only those positions with profits that are more than the CopyOnlyProfPosPoint in points. 0 – disabled. You can set it to 30. It will mean 30 points(Pips) of profit. If a position (Deal) has a profit of 30 points or more, only then will this position (Deal) be duplicated. | ||
OnlyNewPositions | Start Duplicate only new positions. New positions are those source positions that opened after the Exp-duplicator was launched. If you change settings in EA, that means you start Exp-Duplicator again. Modification and closing of already open positions works with all positions and continues to work. | ||
MaximumDistance | The maximum deviation in the price for start duplicate. If 0 – then duplicates any source positions(Deals), If more than 0 – then the deviation between the current price and the price of the source position is no more than the set points; The deviation is work in both directions. e.g.: MaximumDistance = 10, Current price = 1,12345 Only those positions will be duplicated, the opening price of which is within the limits of 1,12335 – 1,12355 | ||
DuplicateOnlyInDrawDown(MT4 only) | Advisors work when there is a drawdown on the account only. Drawdown is calculated from the Maximum fixed Balance of the account. Or you can specify the Balance from which the calculation is made in the variable StartBalance. 0 means that the EA automatically calculates the maximum Balance of the account. Attention! Drawdown in this function = The difference between the Maximum account balance recorded for the entire account history and the current Account Balance. Attention! Drawdown from the Maximum Balance is taken into account! Not from the current equity drawdown! When this function is enabled, the following occurs: Duplication starts only when the Account Balance (AccountBalance ()) has decreased. At the same time, when the Account Balance is restored, duplication of new positions(Deals) is turned off until a new drawdown occurs. If the Balance of the account has grown, then the drawdown is calculated from the new maximum level. In other words, we start duplicating new orders (from the moment of drawdown on the account balance) only when there were closings in the negative. | ||
StartBalance(MT4 only) | The starting point for the function DuplicateOnlyInDrawDown You can specify the Starting Maximum Balance, from which the drawdown will be calculated in percentage! | ||
DrawDownPercent(MT4 only) | Percentage for DuplicateOnlyInDrawDown! Drawdown Percentage Between Maximum Trading Account Balance – Current Balance! | ||
Settings Duplicate | |||
ReopenClosedDuplicateOrder | Parameter ReopenClosedDuplicateOrder, which allows you to monitor again source positions(deals) and orders that were closed on a stop loss or manually. If true, then all source positions will be again duplicated. If any position of the duplicate has been closed, the Expert Advisor will repeat(duplicate) it. Our adviser will open closed positions again if the source position(Deal) is still open. If false, then if the duplicated position(Deal) has been closed with Stop Loss or Take Profit, the Expert Advisor will no longer open it. | ||
ReverseDuplicate | Flip type of source positions(Deals) (Reverse). For example: ReverseDuplicate = true, then: Source position(Deal) BUY = duplicate position(Deal) SELL; Source position(Deal) SELL= duplicate position(Deal) BUY; | ||
ReverseSLTP(MT4 only) | Stop loss and Take profit for the reverse of deals: ReverseSLTP = true When you duplicate and reverse the deal from the source deal, the stop-loss / take-profit also rolls over(reverse) on the duplicated positions (deals), e.g.: Source deal SELL with a stop loss = 100 points, take profit = 300 points. Duplicate deal BUY with a stop loss of 300 points, take profit = 100 points. ReverseSLTP = false When you duplicate and reverse the deal from the source deal, the stop-loss / take-profit does not roll over on the duplicated positions (deals), but it is set with a similar Stop loss and Take profit from the source deal, e.g.: Source deal SELL with a stop loss = 100 points, take profit = 300 points. Duplicate deal BUY with a stop loss of 100 points, take profit = 300 points. | ||
StopLossDuplicate | The stop-loss level of the duplicate in points. If 0, then duplicates the stop-loss of the source deal; If -1, then stop-loss will not be copied to the main position. The duplicate position(Deals) will be set with stop-loss = 0; If 100, then stop-loss of duplicated deals = 100 points. | ||
TakeProfitDuplicate | The take-profit level of the duplicate in points. If 0, then duplicates the take-profit of the source deal; If -1, then take-profit will not be copied to the main position. The duplicate position(Deals) will be set with take-profit = 0; If 100, then take-profit of duplicated deals = 100 points. | ||
ModifySLTPfromMainPosition | Change StopLoss and TakeProfit by the levels of the main position. If ModifySLTPfromMainPosition = true, then our program will modify StopLoss and TakeProfit every time they change in the main position. If ModifySLTPfromMainPosition = false, then our program will set StopLoss and TakeProfit only when opening a position and will not change these levels. Attention! Change is possible only when the current stop loss for SELL is higher than the opening price of the position. Change is possible only when the current stop loss for BUY is lower than the opening price of a position. This is useful in not changing the stop loss if it is already in profit. (with breakeven or trailing stop) If the TrailingStopUSE (false) is disabled in our program, then the stop loss and take profit always change from source deals! | ||
CloseDeleteDuplicate | Close duplicated positions and duplicate orders when closing the source deals. When the source position (Deal) is closed, the duplicate position (Deal) is also closed. | ||
CloseOriginalifDuplicationCloseinProfit(MT4 only) | Closing the source position if the duplicated position was closed in profit. Overlapping the profits of the duplicated and source position (deals). For example, if you set ReverseDuplicate = true and CoefficientLotDuplicate = 2, then when you open the source position (deal), the Expert Advisor Exp-Duplicator duplicates it with a double lot. Further, if the duplicated position(deal) of the duplicate is closed in profits, and this profit will more the loss of the source position(deal), the EA will close and the source position(deal). Source position (Deal) BUY with lot 0.1 and loss = 100 points or 100 $; Duplicate position (Deal) SELL with lot 0.2 and profit = 150 points or 300$; Average Profit = 200$, A Source position(deal) can be closed only when the closed duplicate position(deal) has more profit than the source position(deal). | ||
CloseOriginalifDuplicationClosed(MT4 only) | Close the source position (original position, deal) if the duplicate position(Deal) was closed. | ||
AmountOfDuplicate | The number of duplicates. The adviser can open several duplicate positions from one source position at once. For example: AmountOfDuplicate = 1 Source Position(deal)=1, duplicate =1 Positions (deals); AmountOfDuplicate = 3 Source Position(deal)=1, duplicate = 3 Positions (deals). | ||
Lots Settings | |||
LotDuplicate | Lot (Volume) of duplicates. You can set your fixed lot for the duplicated position(deal). If 0 – then all the duplicate positions (deals) will be with the same lot as source positions (deals). | ||
CoefficientLotDuplicate | The coefficient of the duplicate position(deal) lot (Volume) if 0 – then without the coefficient (Lot from source position(deal)); For example: CoefficientLotDuplicate= 1 : Lot of source position(deal) = 0.1, Lot of duplicate position(deal) = 0.1 ; CoefficientLotDuplicate= 2 : Lot of source position(deal) = 0.1, Lot of duplicate position(deal) = 0.2 ; Lot of source position(deal) = 0.7, Lot of duplicate position(deal) = 1.4 ; CoefficientLotDuplicate= 0.5: Lot of source position(deal) = 0.1, Lot of duplicate position(deal) = 0.05 ; Lot of source position(deal) = 0.7, Lot of duplicate position(deal) = 0.35. | ||
DynamicLot | AutoLot or DynamicLot It allows turning on dynamic lot calculation in the percentage of free margin and other factors. Calculation of our autolot. | ||
LotBalancePcnt | The percentage for the dynamic lot (Autolot) function. | ||
RiskRate | The rate of your currency against the dollar. By default, RiskRate = 0, which means that the Expert Advisor will try to find the correct rate in the Market Review. For Autolot to work well with all currency pairs, you need to turn ON the “Show all currency pairs” in the Market Watch. | ||
Spread LIMIT Sets | |||
MaxSpreadToNotTrade | Maximum spread at which the EA can duplicate positions(deals). | ||
MinSpreadToNotTrade | Minimum spread, in which the EA can duplicate positions(deals). | ||
Other settings | |||
MarketWatch | For opened positions with stop-loss / take-profit on an account with MARKET execution. First, an EA can open the position (Deal), and after the successful opening, the levels of StopLoss and TakeProfit are modified in this position (deal). True – for ECN brokers and accounts in which it is forbidden to set stops at the same time as opening a position. If your account is in the ECN or NDD group, you must set the option to true | ||
Magic | The magic number of the duplicate deals. | ||
Slippage | The level of the maximum possible deviation in price when opening and closing positions (in Points). Example: Slippage = 1 Maximum deviation in price when opening a position = Opening price + -1 point(pips). Slippage = 100 Maximum deviation in price when opening a position = Opening price + -100 points(pips). For example, the price of opening a position when sending a deal to the server = 1.12345 But, if during the time of sending and opening a position (deal), the price has changed within 100 points (Requote), then the position (deal) will open with the price of within 1.12245 – 1.12445 | ||
Trailing stop settings | |||
TrailingStopUSE | Enabling the standard Trailing Stop for duplicate positions (deals). True – turn ON the Trailing Stop function! Functional features of experts from www.expforex.com | ||
TrailingStop | Trailing stop distance from current price. Distance in points from the current price to the stop-loss. If the current profit is 200 Points (Pips), and TrailingStop = 100, then the stop-loss will be set at +100 points. Thus, we give the price the possibility of a rollback of 100 Points (Pips) maximum. In the other case, StopLoss will work, and the position will be closed at +100 Points (Pips). | ||
TrailingStep | Step for Trailing stop. | ||
Breakeven | |||
Breakeven | Enable the break-even function. The function modifies the stop loss in LevelWLoss points when the position dials the LevelProfit of the profit items. Functional features of experts from www.expforex.com Example: LevelWLoss = 50 LevelProfit = 200 As soon as the position accumulates 200 points of profit, the StopLoss of the position will be modified to the opening price of the position (+ spread) + 50 points. Example: LevelWLoss = 0 LevelProfit = 100 As soon as the position accumulates 100 points of profit, the StopLoss of the position will be modified to the opening price of the position (+ spread) | ||
Levelwloss | The level of profit (LevelWLoss) in points on which the Stop Loss is set when this function is enabled. 1 = 1 point of profit; 0 = Automatic minimum profit mode. If it is 0, then the number of points of profit for the breakeven (stoploss on the breakeven point) = Spread of the current currency pair. | ||
Levelprofit | The number of profit points (LevelProfit) gained by the position for setup a stop-loss in the LevelWLoss of profit points(Pips). LevelProfit must be greater than LevelWLoss | ||
TPWCM EXTRA SETS SL/TP when Source Close Pos | |||
TPWCM_Use | TPWCM EXTRA SETS SL/TP when Source Close Pos When the block is turned ON(TRUE): If the source position closes on the source, the duplicate position will not be closed on the duplicator. Instead, a duplicate for this duplicate position can work with a Trailing stop or breakeven function. Instead of closing the duplicate position(Deal) on the duplicator, you have the opportunity to turn ON a Trailing Stop function and accompany the position further. Trailing Stop settings, in this case, are separate from standard TrailinStopUse. This function can work when the source position is closed on the source. Warning: This function automatically turns off the function CloseDeleteDuplicate The TPWCM block works after the original (source) position is closed, but the duplicate position will not be closed. A stop loss / take profit / trailing stop will work with it. | ||
TPWCM_TakeProfitWhenCloseMaster | The parameter of setting the Take profit for duplicate positions (deals), which remain after the source position(deal) is closed; After closing the source deal on the source – there is an opportunity, without closing the duplicate deal on the duplicator, to set a take-profit from the closing price of the source deal on the source; For Example, TPWCM_TakeProfitWhenCloseMaster=100: Close price of Source Position (Deal) BUY = 1.2345, Open price of Duplicate Position (Deal) BUY = 1.2370, Take Profit of Duplicate Position (Deal) BUY = (1.2345+100)=1.2445; | ||
TPWCM_TakeProfitOnlyToProfitZone | When it is turned on(true), the Expert Advisor sets the Take Profit, after closing the deal on the source, only in the positive(profit) zone. If TPWCM_TakeProfitOnlyToProfitZone=true, This function sets Take profit only when the take profit level is in profit. For Example, TPWCM_TakeProfitWhenCloseMaster =100 and TPWCM_TakeProfitOnlyToProfitZone =true: Close price of Source Position (Deal) BUY = 1.2345, Open price of Duplicate Position (Deal) BUY = 1.2370, Take Profit of Duplicate Position (Deal) BUY = (1.2345+100)=1.2445; Close price of Source Position (Deal) BUY = 1.2345, Open price of Duplicate Position (Deal) BUY = 1.2470, Take Profit of Duplicate Position (Deal) BUY = (1.2345+100)=0, because 1.2445<1.2470! If you turn off TPWCM_TakeProfitOnlyToProfitZone =(false) – the Expert Advisor will set the take profit in any case, even in the negative zone. If, for Example, a duplicate position at a loss of -30 points and you set a Take profit = 10 points and TPWCM_TakeProfitOnlyToProfitZone=false, then when you close the source position (Deal), the Take profit will be set to the level of -20 points (loss). Close price of Source Position (Deal) BUY = 1.2345, Open price of Duplicate Position (Deal) BUY = 1.2470, Take Profit of Duplicate Position (Deal) BUY = (1.2345+100)=1.2445! | ||
TPWCM_StopLossWhenCloseMaster | The parameter of setting the Stop Loss for duplicate positions (deals), which remain after the source position(deal) is closed; After closing the source deal on the source – there is an opportunity, without closing the duplicate deal on the duplicator, to set a stop loss from the closing price of the source deal on the source; For Example, TPWCM_StopLossWhenCloseMaster=100: Close price of Source Position (Deal) BUY = 1.2345, Open price of Duplicate Position (Deal) BUY = 1.2370, Stop Loss of Duplicate Position (Deal) BUY = (1.2345-100)=1.2245; | ||
TPWCM_TrailingStopUSE | Enable Trailing stop / Breakeven on the duplicate position(deal) of the duplicator after the closing of the source deals; Difference between TrailingStopUSE and TPWCM_TrailingStopUSE: 1. TrailingStopUSE (true) is always enabled. That is, he works constantly for all open positions. If enabled (TrailingStopUSE=true), duplicate deals will always have a trailing stop. 2. TPWCM_TrailingStopUSE (true) works only when the source position is closed. Only then will the duplicate position start working with a trailing stop. Trailing stop works only in the positive(Profit) zone. It means That the Trailing stop function starts to work only when the duplicate position already has a profit of TPWCM_TrailingStop points (pips). Example Means that when the original position (main) is closed, then the duplicate position will be accompanied by a trailing stop. Let me clarify: Trailing stop only works in a profitable position. If the profit of the duplicate position is greater than or equal to 50 points, then the trailing stop will be set at the breakeven level and increase with every 1 point of price movement into profit. | ||
TPWCM_TrailingStop | Trailingstop distance; Functional features of experts from www.expforex.com | ||
TPWCM_TrailingStep | Step trailing stop; | ||
TPWCM_BreakEven | Breakeven on the duplicate deals, after closing the source deals of the source. Functional features of experts from www.expforex.com | ||
TPWCM_LevelWLoss | Set Stop loss at the opening price level + – TPWCM_LevelWLoss points; | ||
TPWCM_LevelProfit | Set Stop loss to Breakeven when the position in the profit with TPWCM_LevelProfit points; | ||
Additional options for MT5 | |||
TypeFilling(MT5 only) | The type of fill positions and orders. It is used for the MT5 terminal. In AUTO mode, the Expert Advisor tries to determine the fill type automatically. But, in some situations, you need to set the fill type yourself. If you get an error when opening a position 10030 TRADE_RETCODE_INVALID_FILL, An unsupported type of execution of the remainder order is indicated. Set the type of fill that your broker rules. Example: FillOrKill This execution policy means that the order can be executed only in the specified amount. If the market currently does not have a sufficient amount of a financial instrument, then the order will not be executed. The required volume can be made up of several offers available at the moment in the market. ImmediateOrCancel It means the agreement to make a deal on the maximum available volume on the market within limits specified in the warrant. In case of impossibility of full execution, the order will be executed for an accessible volume, and the unexecuted order volume will be canceled. Return This mode is used for market, limit, and stop-limit orders and only in the modes “Market Execution” and “Stock Execution”. In case of partial execution, a market or limit order with a residual volume is not withdrawn but continues to operate. For stop-limit orders, the corresponding limit order with the execution type Return will be created upon activation. | ||
SameasOriginal_MAGIC | SameasOriginal_MAGIC enables the MAGIC number to match the original trade, allowing precise duplication of your own positions. This setting is ideal for replicating trades with custom parameters, such as lot size, comments, and profit/loss filtering, to maintain specific trade management preferences. Limitations: To prevent self-duplication, at least one parameter must be enabled. Please ensure the following: ‘MinLotToDuplicate’ or ‘MaxLotToDuplicate’ is set to a non-zero value, ‘CommentToDuplication’ is specified, ‘CopyOnlyLossPosPoint’ or ‘CopyOnlyProfPosPoint’ is set to a non-zero value. Adjust the settings to enable at least one parameter and avoid self-duplication. | ||
RoundingDigits | EA can be rounding all prices when opening and modifying orders and positions (deals). Options: No rounding, Rounding up to 1 digit, Rounding up to 2 digits. The function is created for Gold and Silver, as well as for brokers, where a specified accuracy of ticks is required. Example: Deal open price = 1.12345 Rounding to 1 digit = 1.12340 Rounding up to 2 digits = 1.12300 |
FAQ Question Answer about Duplicator
Can I use several Duplicator EAs on the same terminal (on different charts of course) ?
Yes, you can use multiple Duplicator EAs on the same terminal but on different charts. To do this, you need to specify which magic number the duplicator should copy.
By default, the EA copies all deals. However, you can control this by setting the MagicToDuplication parameter.
- MagicToDuplication: Set the specific MagicNumber that you want to duplicate.
- If you set MagicToDuplication = -1, the EA will infinitely duplicate all positions (all magic numbers).
- If you are using different charts, make sure to change the magic number (Magic) of each Exp-Duplicator to avoid conflicts.
Here’s what I’ve done:
- I set the duplicator to follow only MagicToDuplication = 0.
- Then, I installed the duplicator on different charts with different magic numbers (e.g., Magic = 777 and Magic = 888).
This setup ensures that each Duplicator EA operates independently on its assigned chart.
- Open a position with a magic number = 0 (Manual positions).
- If you duplicate signals, then you need to find out the magic number of signals. To do this, point to any position that was opened from the service signals and write down this number Magic in the tooltip.
- The first duplicator duplicates this source position with magic 777 MagicToDuplication =0.
- The second duplicator duplicates this source position with magic 888 MagicToDuplication =0.
If you duplicate signals, then you need to find out the magic number of signals.
To do this, point to any position that was opened from the service signals and write down this number Magic in the tooltip (Expert ID).
Can I use Duplicator also to duplicate another Duplicator on the same terminal?
Yes, you can use a Duplicator to duplicate another Duplicator on the same terminal, but you’ll need to carefully configure the magic numbers to avoid conflicts.
- Open a source position with a magic number = 0 (Manual positions).
- The first duplicator duplicates this position with magic 777 MagicToDuplication =0.
- The second duplicator duplicates this position with magic 888 MagicToDuplication =777.
How to duplicate only the deals (positions) opened by signal from MQL5 Signals, how to check magic number of positions opened by the signal?
Why are signals not duplicated?
Why can’t I duplicate a signal with a subscription?
Duplicator no longer works with MQL5 signal trading.When I enable a subscription to a real-time signal. It doesn’t work and starts copying.
When I disable a subscription to a real-time signal, it works again.Dear User,
MetaQuotes has officially announced that in the latest versions of the MetaTrader terminal, the ability to use any Expert Advisors, copiers, or duplicators on accounts subscribed to the Signals service will be disabled.
For more details, please refer to the official response from the Administrator here: MetaQuotes Forum.
As a result, it is no longer possible to copy accounts that have an active subscription to the Signals service.
When you connect a signal, the MetaTrader terminal opens a position with a specific magic number associated with that signal.
To check the magic number (or ID) of the positions opened by the signal, simply hover your mouse cursor over the position signal in the terminal. The ID displayed is the magic number associated with that position.
Once you know the magic number, you can enter it into the MagicToDuplication setting in the Duplicator EA. This allows the Duplicator to copy positions tied to that magic number specifically.
You can also specify a comment of signals in CommentToDuplication: REAL100 MT4 GoodSanta
Changelog
Version 24.404 2024.04.04
Global Update EAPADPRO v55
–Added: information about profit from closed positions to the chart.
The information is displayed for each bar of the current timeframe.
You can change the timeframe to see the result of trading on a certain bar of the current timeframe.
If several positions/deals are closed on one bar of the current timeframe, the trading result is summarized, and the total information for a certain bar is displayed.
The information is updated when the next position/deal is closed.
You can turn off showing history in the panel settings.
===========================================================================================
–Added: The status of the Expert Advisor operation if it was launched on the server from “VPS MQL MetaQuotes”.
When Expert Advisor is running on the server from MetaQuotes, a message will be created on the home computer that Expert Advisors are running on the server “VPS MQL MetaQuotes”. The smiley face is blue.
Attention: If an Expert Advisor is launched on both the server and the home computer, it can trade in parallel on 2 terminals (server “VPS MQL MetaQuotes” + home computer); there may be conflicts.
Attention: If the Expert Advisor is launched on the server “VPS MQL MetaQuotes”, do not Turn it on work on the home computer to avoid conflicts.
Frequency of polling the status of work on the server = 1 day.
After deinitialization of the Expert Advisor on the server – It will get the status – stopped.
To test the work on the server from “VPS MQL MetaQuotes”, pending orders are created!
===========================================================================================
–Added: The error status of the Expert Advisor operation can now be read on the EAPADPRO panel.
You can click on the Smile or the Expert Advisor operation status bar and you will be shown a message about current errors of Expert Advisor operation.
If you click on the Smile button on the panel, you will be shown the causes and errors and their solutions with pictures.
===========================================================================================
–Added: Notification of errors and opening/closing of trades to the chart in the form of InfoBox.
Notification is shown for 4 types:
—Opening a new trade;
—Closing a deal;
—Modification of a trade;
—Error received by Expert Advisor from the server;
In the EAPADPRO panel settings, you can turn on or off the notification type you need.
Notifications can be viewed as they arrive in the notification queue.
Notifications are accumulated in a data array each time you install/reinstall/change Expert Advisor settings.
In the EAPADPRO header you can also enable disable INFOBOX.
===========================================================================================
–Added: Working with Telegram (Beta version)
For Expert Advisor to work with the Telegram bot, you need to set up the bot on your phone and create a “public” or “private” channel.
To receive notifications from your account, you need to assign your bot as an administrator of your “public” or “private” channel.
Attention! Sending notifications and working with commands takes computer resources! Use the Telegram bot only for your own needs.
New settings for working with Telegram:
EAPadPRO2=” =============== Telegram bot “;
==TG_PRIORITY=TG_HOME_VPS –> Priority of work. This is the priority mode when the Telegram bot works on the MetaQuotes VPS server and your home computer.
TG_HOME_ONLY=1, // Only the HOME bot. The Telegram bot works only on the home computer.
TG_VPS_ONLY=2, // Only the VPS bot. The Telegram bot works only on the MetaQuotes VPS server.
TG_VPS_HOME=3, // First VPS bot, second HOME bot. The Telegram bot works on the MetaQuotes VPS server if you upload it to the server. If not, it will work on your home terminal. Check the work on the VPS server every 10 minutes.
TG_HOME_VPS=4, // First HOME bot, second VPS bot. The Telegram bot works on a home computer, but if the home computer/terminal is turned off, it will work on the VPS server from MetaQuotes. Check the VPS server’s work every 10 minutes.
Attention! Screenshots are not available on the VPS server from MetaQuotes!
==TG_Token=”” –> Token bot. Token (unique code) of the bot that will send notifications and receive commands
==TG_ChannelName=”” –> –> Public Channel Name @. Or “private” ID starts -100 of the private channel. That will send notifications about opening/closing/modification/errors and screenshots from the terminal.
New notification type added to EAPADPRO panel settings:
==Notice Open TG – Send a notification to the Telegram channel if a trade is open;
==Notice Close TG – Send a notification to the Telegram channel if a trade is closed;
==Notice Modify TG – Send a notification to the Telegram channel if a trade is modified;
==Notice Error TG – Send a notification to the Telegram channel if an error is received;
==ScreenShot TG – Send a screenshot to the Telegram channel if a trade is opened or closed;
Attention! This is a beta version of working with the Telegram bot. We are working on improving and adding new features.
If you have any suggestions, please write in the “Comments” section.
===========================================================================================
–Improvement: Code optimization to increase speed.
–Improvement: The speed of the panel update in the strategy tester is now calculated automatically depending on the speed of quotes arrival.
This is done to increase the speed of the program in the strategy tester.
Information update is now equal to 1 real second.
–Improvement: The speed of the program running EAPADPRO in the strategy tester.
Attention! Events in the strategy tester are processed only when a new tick is created.
If a new tick (minimum price movement) is not created, then the panel waits for the next tick.
With Visualization:
Version 48: 390sec (TickSniper 2024-2024)
Version 55: 244sec >>159% (TickSniper 2024-2024)
w/o Visualization:
Version 48: 363sec (TickSniper 2020-2024)
Version 55: 220sec >>165% (TickSniper 2020-2024)
with Visualization:
Version 48: 15750sec (TickSniper 2020-2024)
Version 55: 6220sec >>253% (TickSniper 2020-2024)
–Improvement: The color of the button to close a position on the chart changes depending on the current profit of this position.
–Improvement: Graphic improvements to optimize the Expert Advisor’s performance
–Improvement: The account deposit Symbol is cent ¢, USD $, or eur €. All others are the first letter of the deposit currency name.
–Improvement: When visual testing is completed, objects are not removed from the graph.
–Improvement: When creating screenshots after opening/closing positions, the EAPAPDPRO Control Panel will be expanded to show full information.
This is done in order to study the trading history of Expert Advisor on the visualization graph after testing is completed.
–Fixed: Managing positions and orders from the chart when the panel is minimized.
–Fixed: Corrected the error of clearing the chart from unused order labels.
–Fixed: AutoSize when switching charts.
–Fixed: Drawing errors to Print when the Expert Advisor runs on “VPS MQL MetaQuotes”
Version 24.127 2024.01.29
EAPADPRO v48
+Added languages Chinese, Japanese, Korean, and Turkish.
+Added full control from the chart. Closing positions/orders, removing Stop Loss / Take Profit.
For full management and testing of Expert Advisor in the strategy tester.
CommentToNOTDuplication Bug Fixed
Version 23.972 2023.12.11
Update the Function of filters
CommentToDuplication=””; //CommentToDuplication –> Comments to Duplication can be Separated by a comma
CommentToNOTDuplication=””; //CommentToNOTDuplication –> Prohibited Comments to Duplication can be Separated by comma
-Last Build Compilation
–
Version 23.913 2023.09.18
——————————
-Last Build Compilation
-EAPADPRO v44
Version 23.101 2023.01.08
-Last Build Compilation
-EAPADPRO v43
Version 22.110 2022.01.12
Update EAPADPRO
Version 21.910 2021.09.10
When the DuplicateOnlyInDrawDown function is enabled – Add information to the EAPADPRO panel:
Maximum Balance – The maximum balance of the trading account, which was recorded in the account history!
Current DrawDown – Current drawdown, which is calculated from Maximum balance – Current balance! nce!
Version 21.902 2021.09.02
-EAPADPRO v41
Version 21.612 2021.06.12
EAPADPRO v40 update
Version 21.405 2021.04.06
— EAPADPRO v38
— Added breakeven function:
-BreakEven – Breakeven or modify of stoploss to breakeven!
— True enable breakeven!
-LevelWLoss – Set stop loss at the level of LevelWLoss points to profit
-LevelProfit – when the price of LevelProfit reaches profit points.
Version 21.212 2021.02.12
When calculating the functions CloseOriginalifDuplicationCloseinProfit, SWAP + Commission is now taken into account. …
Version 20.929 2020.09.29
MT4
-EAPADPRO 37;
-Compilation in the latest version of the terminal;
-Fixed error using TPWCM_Use = true
at:
StopLossDuplicate = -1
TakeProfitDuplicate = -1
Version 20.408 2020.04.08
– Added emergency operation mode when timer setting is unsuccessful: cannot set millisecond timer
(It happens on weak computers or when there is not enough RAM)
–Update EAPADPRO v35
Version 19.823 2019.08.23
Обновление EAPADPRO для MQL5 VPS
Version 19.812 2019.08.12
EAPADPRO v33
Version 19.801 2019.08.02
EAPADPRO v31 Update
In the CommentToDuplication field:
Added additional value “NullComment”, which means an empty comment!
If you need to copy only those positions that do not have a comment, then
CommentToDuplication = NullComment;
Version 19.527 2019.05.27
In the Duplicator for MT4 version, a new parameter has been added to the DuplicateOnlyInDrawDown function:
DrawDownPercent – Percentage for DuplicateOnlyInDrawDown!
Version 19.424 2019.04.24
ModifySLTPfromMainPosition
ModifySLTPfromMainPosition – Change StopLoss and TakeProfit by the levels of the main position.
If ModifySLTPfromMainPosition = true, then our program will modify StopLoss and TakeProfit every time StopLoss and
TakeProfit change at the main position.
If ModifySLTPfromMainPosition = false, then our program will set StopLoss and TakeProfit only when opening a position and
will not change these levels.
Attention!
Change is possible only when the current stop loss for SELL is higher than the opening price of the position.
Change is possible only when the current stop loss for BUY is lower than the opening price of a position.
This is done in order not to change the stop loss if it is already in profit. (Work breakeven or trailing stop)
If the TrailingStopUSE (false) is disabled in our program, then the stop loss and take profit always change!
Version 19.402 2019.04.02
Error duplication only “positions” fixed.
OrderToDuplication = All_BUYSELL
Version 19.401 2019.04.01
ReBuild ReBuild
Version 19.330 2019.03.30
Added for MT4 version:
CloseOriginalifDuplicationClosed
Close the source position (original position) if the duplicate position was closed.
Version 19.325 2019.03.25
– EAPADPRO v27 update
– Added partial close function to version for MT4.
When closing the original position partially, our program will close part of the duplicate!
Note: The function can work with the original lot and with CoefficientLotDuplicate
When using other functions, the program will close a lot equal to the lot of a partial position.
Note: It works only with positions that have been opened using the new version of the program!
Version 19.322 2019.03.22
Error duplication only “positions” fixed.
OrderToDuplication = All_BUYSELL
Version 19.315 2019.03.15
Added warning that the adviser is already installed on the chart.
Attention: To duplicate all positions, our advisor should be set only on 1 chart!
Version 19.202 2019.02.02
– EAPADPRO v26 update
– Added new feature:
ModifySLTPfromMainPosition – Change StopLoss and TakeProfit by the levels of the main position.
If ModifySLTPfromMainPosition = true, then our program will modify StopLoss and TakeProfit every time StopLoss and TakeProfit change at the main position.
If ModifySLTPfromMainPosition = false, then our program will set StopLoss and TakeProfit only when opening a position and will not change these levels.
Version 19.107 2019.01.07
– Update EAPADPRO v25;
– Additional languages added to the panel: Spanish, Portuguese (Brazil), German, Chinese, Japanese;
The translation was made using the GOOGLE Translator + MQL + Terminal site!
if you find an error in your language, please report it in messages. Thank!
– Increase the speed of the panel;
Version 18.830 2018.08.30
Duplicator Update EAPADPRO v 20
Version 18.816 2018.08.17
EAPADPRO update
Auto-save notification settings on the DEMO account.
Disable notifications in the Real account by default.
Added check of the status of PUSH notifications, if they are included in the terminal settings.
Added the CheckBox to enable/disable the creation of screenshots in the settings of the Panel: on the Opening / Closing.
Screenshots are created in the folder of your terminal Files Expert name , with a size of 1024 * 768.
Added a variable in the AutoMinimize panel settings in seconds (60 seconds by default) 0 – disabled.
Automatic minimization of the EAPADPRO window after a specified number of seconds to reduce the load on the computer when the user does not interact with the GRAPH.
Any inactivity on the graph: clicking on the graph, clicking on objects, resizing the graphs – leads to the automatic minimization of the window of our EAPADPRO panel.
If the window is in focus (selected) – automatic minimize is disabled!
To disable auto minimization – set the panel settings in the AutoMinimize = 0 field.
Replacement of fonts for correct display on computers without the Russian language.
Version 18.6 2018.04.24
– Update for the information panel EAPADPRO v2.0;
– Updated the commission calculation algorithm;
– Updated the SymbolToDuplication parameter; it is now possible to specify multiple currency pairs for the utility to work with, separated by commas. For example, EURUSD,USDCHF, USDJPY
Version 18.1 2018.02.01
– Added the ability to copy only the profitable/unprofitable positions when using ReverseDuplicate=true
– Warning: typos have been fixed in certain parameters. Check your settings if you changed them.
Version 17.726 2017.08.02
Added new parameter to the block of position reversion when copying – ReverseDuplicate
ReverseSLTP – reverse Stop loss and Take profit when reversing deals:
ReverseSLTP=true
When copying and reversing deals from the main deal, stop loss profit is also reversed on the duplicator.
For example:
The main deal is SELL with stop loss = 100 points, take profit = 300 points. The duplicator copies: BUY with a stop loss of 300 points and take profit = 100 points.
ReverseSLTP=false
When copying and reversing deals from the main deal, stop losstake profit are not reversed on the duplicator, but set according to the stop values on the master
For example:
the main deal if SELL with stop loss = 100 points, take profit = 300 points. the duplicator copies: BUY with a stop loss of 100 points and take profit = 300 points.
Version 17.320 2017.04.04
– Algorithm processing speed increased for better performance and signal receiving.
– New parameter in the EAPADPRO block: SecondsToRefresh – the frequency of chart info refresh.
The default is 10 seconds! This allows to avoid too much CPU load.
Version 17.228 2017.03.01
The EA operation speed has been increased 2! times.
Added the MilliSecondsTimerForMonitoring parameter for the EA calculation in milliseconds.
MilliSecondsTimerForMonitoring=500 means that the EA checks all trades every half a second.
Added the DuplicateOnlyInDrawDown parameter for filtering the EA operation.
DuplicateOnlyInDrawDown – the EA operation only when the account is in a drawdown.
The drawdown is calculated based on the maximum recorded account balance.
It is possible to specify the balance for calculation in the StartBalance variable. 0 – the EA will automatically calculate the maximum account balance.
When this feature is enabled, the following happens:
The duplication starts only when the balance (AccountBalance()) decreases. If the balance recovers, duplication of new orders is suspended until the new drawdown. If the balance grows, the drawdown is calculated based on the new maximum level.
In other words, duplication of new orders (from the moment of receiving a balance drawdown) starts only when positions are closed in a loss.
Added a new block – Clients TPWCM EXTRA SETS Stops when Master Close Pos.
When the block is enabled: If a position is closed on the source, the position will not be closed on the duplicator. Instead, a trailing stop or breakeven function starts on the duplicator for that position.
That is, instead of closing, the duplicator allows trailing the position further.
In this case, the trailing stop settings are individual. It is enabled only when the position is closed on the source.
Note: When enabled, this function automatically disables the CloseDeleteDuplicate function
Parameters:
TPWCM_TakeProfitWhenCloseMaster – parameter to set the take profit for the trades that remain after source positions are closed;
After a trade is closed on the master – it is possible to set a take profit based on the closing price of the source trade without closing it on the duplicator;
TPWCM_TakeProfitOnlyToProfitZone –
If set to true – the EA places take profit after the trade is closed in the source and in the positive area only. If the trade is unprofitable after it is closed in the source – take profit will not be placed until it is in the positive area;
If set to false – the EA places take profit in any area (even negative one).
TPWCM_StopLossWhenCloseMaster – parameter to set the stop loss for the trades that remain after source positions are closed;
TPWCM_TrailingStopUSE – enable trailing stopbreakeven for the duplicator trades after the source trades are closed;
PWCM_IfProfTrail – stop loss is trailed only in the positive areas;
TPWCM_TrailingStop – trailing stop distance;
TPWCM_TrailingStep – trailing stop step;
TPWCM_BeZubitok – enable breakeven for the duplicator trades after the source trades are closed
TPWCM_LevelWLoss – set the stop loss at the level of Open price +- TPWCM_LevelWLoss points;
TPWCM_LevelProfit – set breakeven when the position is in TPWCM_LevelProfit points of profit;
Version 17.208 2017.02.14
Improved EAPADPRO
Version 17.120 2017.01.27
Added the OnlyCloseOrders option, which allows the EA only to close the duplicate positions.
If signal provider starts going into a noticeable drawdown, the deposit may not withstand. In the most stressful situations, it is possible to completely disable copying (OnlyCloseOrders=true) and disable opening duplicate orders to avoid overloading the deposit. The EA will stop opening new positions, but will still close positions opened earlier. If their original (master) position is closed by the signal provider.
Fixed working with long tickets
– Added parameter
MaxSpreadToNotTrade and MinSpreadToNotTrade
MaxSpreadToNotTrade – Maximum spread, at which the EA can copy a grid
MinSpreadToNotTrade – Minimum spread, at which the EA can copy a grid
– Added the EAPADPRO information panel
Details on the panel in our blog:
or https://www.mql5.com/ru/blogs/post/687140
Version 17.110 2017.01.13
Added new parameter MaxLotToDuplicate – maximum lot for the duplicate, which will be copied.
Version 16.996 2016.12.22
Fixed a bug in the CopyOnlyLossPosPoint function
Version 16.995 2016.12.14
The chart where the EA is running now features three buttons:
Close All position duplication
Close Profit duplication
Close Loss duplication
New EA parameter:
CloseOriginalifDuplicationCloseinProfit – close source position, if the duplicate position was closed with profit. Profit coverage of duplicate and source positions.
E.g. if ReverseDuplicate=true and KoeficientLotDuplicate=2, after opening a sourc eposition the EA will repeat it with a reversal and a double lot.
Further, if the duplicate position is closed with a profit and this profit covers the loss of the source position, the EA will close the source position.
New EA parameters:
DynamicLot=false;
LotBalancePcnt=20;
These parameters adjust automated lot and free margin calculation.
Bug fixes.
Version 16.957 2016.11.02
Added the ReopenClosedDuplicateOrder parameter allowing you to manually re-open duplicate orders if they were closed by a stop loss.
If ‘true’, all master positions are duplicated. If any of the positions were closed, the EA duplicates it.
If ‘false’, no duplication is performed.
Added the OnlyNewPositions parameter allowing you to duplicate only positions that were cancelled after starting the EA.
If ‘true’, the EA copies new trades only, while the previous ones are skipped.
Version 16.935 2016.10.07
Modified the EA for working on the Timer (1 second) to increase the duplication speed
Version 16.916 2016.09.30
New parameter CommentToDuplication
CommentToDuplication = a comment for deals to be repeated. For example: CommentToDuplication=”The X” – in this case the EA will only repeat the deals opened with the comment “The X”
You can also specify a part of the deal comment.
For example, your deals have the following comments: TickSniper 1 ,TickSniper 2, TickSniper 3,
You can enter CommentToDuplication=”TickSniper”, then all deals with the TickSniper word in the comment will be repeated on the account.
Version 16.213 2016.02.15
Fixed a bug which caused lots to increase after requotes.
Version 16.107 2016.01.07
Added new orders selection All_BUYSELL and the All_STOPLIMIT
Added reverse Orders(with ReverseDuplicate=true)
SELLLIMITBUYSTOP
SELLSTOPBUYLIMIT
Version 15.935 2015.10.06
When you duplicate items in reverse – Stop Loss = Take Profit and Take Profit = Stop Loss;
Added options for duplicate conditions:
CopyOnlyLossPosPoint – duplicate only the items that are less than the specified loss in points (indicated with a minus), 0 – off.
CopyOnlyProfPosPoint – duplicate only the items exceeding the specified profit in points, 0 – off.
Version 15.932 2015.10.02
Fixed bug when closing the position using ReverseDuplicate.
Reviews about Duplicator
Thanks for feedback!
Todo Muhamit Schaft
⭐⭐⭐⭐⭐
Todo Muhamit Schaft
This is a great product to duplicate trades of any ea. It has a lot of settings you can tweak. Can be useful for prop accounts if the prop firm allows copy trading. Make sure you ask the prop firm if copy trading is allowed as you actually are copying trades inside your account. Or use it on your own account and copy trades. If you got an EA that fails to get the buy or sell trade right, this EA can open a trade in the opposite direction. Can be useful to auto fix any losses. Thanks for this great product. And the developer still supports this product so keep it up!
Georgios Baizanis
⭐⭐⭐⭐⭐
Georgios Baizanis
The product is excellent and it works as it is supposed to be working. If something goes wrong, do check the userguide with the parameters and you will see something you may have missed parameterizing.
ouza0612
ouza0612 2021.08.23 16:07
Dear Vladislav, I bought your Duplicator for MT4 and for MT5, but on MT5 version doesn't have the TPWCM function that is so important for me, could you add this on MT5 version? Thanks a lot
anchovy
⭐⭐⭐⭐
anchovy 2021.03.02 18:01
A completely serviceable tool. After the first launch, it only started duplicating from the second order. But then it works fine. There is a lack of binding to a specific signal. I resolve this issue through the values in the comment. Вполне исправный инструмент. После первого запуска он начал дублировать только со второго заказа. Но потом работает исправно. Не хватает привязки к конкретному сигналу. Я решаю этот вопрос через значение в комментарии. 2021.11.15 Программа не умеет работать с частичным закрытием лота, к сожалению.
MAG
⭐⭐⭐⭐⭐
MAG
Terrific EA with a wide range of customization. Highly advisable. Also, the author is extremely helpful and very responsive. Excellent work. Note for new users: Make sure you test it on a demo account before using it on a real account.
sidneif
⭐⭐⭐⭐⭐
sidneif
Excellent EA. It has functions for different types of strategy and works very well. Unique in the MQL5 community. Congratulations to the creator.
Atila R Akdeniz
⭐⭐⭐⭐⭐
Atila R Akdeniz 2020.07.22 14:08
Great product and great support as usual from Vladislav. Very good value for money.
Jakote Molemi
⭐⭐⭐⭐
Jakote Molemi 2019.07.31 14:44
Your support is outstanding, keep up the good work. Morning Sir, may I suggest an improvement on the Exp5 Duplicator; I propose that the "Reopen duplicate" option, have an option as to how many times the trader want the "Reopening" to occur, whereby if I leave the number at zero then it means I want to reopen the duplicate until the set maximum distance limt set on the "Maximum Deviation ..." option. Regards.
fxcommentary
⭐⭐⭐⭐⭐
fxcommentary 2019.01.25 19:04
This utility works as described. Usefull if you prefer to scale-out insted of take profit. Example - i want 1,0 lot order. With this utility I send 0,5 lot order, and utility adds another 0,5 lot order. When i see some profit i close 0,5 manually etc.many strategies. Attention - the option ONLY NEW POSITIONS should be set to TRUE (the default is FALSE) -- Update: each trade can be managed independently. You can choose to (1) follow TP or/and SL of SOURCE trade, or (2) not follow. Critical in many strategies.
stefan1900 2023.01.26 11:27 #
Very useful product to lock loss positions and even take profit.
91
Works as advertised. Thank you
174
Dear Vladislav, I bought your Duplicator for MT4 and for MT5, but on MT5 version doesn’t have the TPWCM function that is so important for me, could you add this on MT5 version? Thanks a lot
354035
Reply from developer Vladislav Andruschenko 2021.08.23 16:31 # RU
Hello. I am transferring some functions from MT4, I will add these functions soon. Thanks. wait for the next update.
185
A completely serviceable tool. After the first launch, it only started duplicating from the second order. But then it works fine. There is a lack of binding to a specific signal. I resolve this issue through the values in the comment. Вполне исправный инструмент. После первого запуска он начал дублировать только со второго заказа. Но потом работает исправно. Не хватает привязки к конкретному сигналу. Я решаю этот вопрос через значение в комментарии.
2021.11.15 Программа не умеет работать с частичным закрытием лота, к сожалению.
354035
Reply from developer Vladislav Andruschenko 2021.03.02 18:30 # RU
Здравствуйте. Спасибо. Да, именно комментарии я добавил для того, чтобы определять, какой сигнал дублировать отдельно.
976
Atila R Akdeniz 2020.07.22 14:08 #
Great product and great support as usual from Vladislav. Very good value for money.
204
Jakote Molemi 2019.07.31 14:44 #
Your support is outstanding, keep up the good work.
Morning Sir, may I suggest an improvement on the Exp5 Duplicator; I propose that the “Reopen duplicate” option, have an option as to how many times the trader want the “Reopening” to occur, whereby if I leave the number at zero then it means I want to reopen the duplicate until the set maximum distance limt set on the “Maximum Deviation …” option.
Regards.
354035
Reply from developer Vladislav Andruschenko 2020.10.16 18:32 # RU
🏬🏬🏬 You can install all ea from your terminal 🏬🏬🏬
MARKET MQL5.COM: HOW TO INSTALL ea from terminal?: https://www.mql5.com/en/blogs/post/734585
=========================================================================================================
ℹ️ℹ️ℹ️ All guides and full instructions on my blogs https://www.mql5.com/en/users/vladon/blog ℹ️ℹ️ℹ️
=========================================================================================================
⚠️⚠️⚠️ FULL INFO about your problem: How to make Files https://www.mql5.com/en/blogs/post/732566 ⚠️⚠️⚠️
1877
fxcommentary 2019.01.25 19:04 #
This utility works as described.
Usefull if you prefer to scale-out insted of take profit. Example – i want 1,0 lot order. With this utility I send 0,5 lot order, and utility adds another 0,5 lot order. When i see some profit i close 0,5 manually etc.many strategies.
Attention – the option ONLY NEW POSITIONS should be set to TRUE (the default is FALSE)
—
Update: each trade can be managed independently. You can choose to (1) follow TP or/and SL of SOURCE trade, or (2) not follow. Critical in many strategies.
2101
Georgios Baizanis 2022.06.21 15:21 #
The product is excellent and it works as it is supposed to be working. If something goes wrong, do check the userguide with the parameters and you will see something you may have missed parameterizing.
52
Tolkien_12 2020.12.07 23:13 #
I have one thing clear I will not buy any software with MQL5 again I did not like anything
31
Terrific EA with a wide range of customization. Highly advisable. Also, the author is extremely helpful and very responsive. Excellent work. Note for new users: Make sure you test it on a demo account before using it on a real account.
354035
Reply from developer Vladislav Andruschenko 2020.12.08 04:14 # RU
Thank you. )
151
Eduardo Robson 2020.11.12 12:27 #
I bought the product but can’t install it at all. I need help
354035
Reply from developer Vladislav Andruschenko 2020.11.12 13:59 # RU
🏬🏬🏬 You can install all ea from your terminal 🏬🏬🏬
MARKET MQL5.COM: HOW TO INSTALL ea from terminal?: https://www.mql5.com/en/blogs/post/734585
61
Excellent EA. It has functions for different types of strategy and works very well. Unique in the MQL5 community. Congratulations to the creator.
354035
Reply from developer Vladislav Andruschenko 2020.10.30 15:54 # RU
Thank you
79
simonkrebs1283 2020.10.27 08:39 #
Auto lot calculation doesn’t work: I entered LotBalancePercent = 1.0, SL for my order is 42 pips (GBPAUD), account size is 10K (EUR) and it calculates 0.07 lots. Should be 0.4 lots instead. Please fix or send me money back.
354035
Reply from developer Vladislav Andruschenko 2020.10.27 09:46 # RU
Where did you read that an autolot works from a stop loss? The autolot works on free margin. and takes into account your equity, deposit currency, trading symbol, leverage. Stoploss is not taken into account here and has never been.
An example of calculating my autolot can be found in the article: https://www.expforex.com/publ/11-1-0-252
Before buying – you can read the description !, study the settings, download the demo version and check it on a real account.!
372
Moudrek Osmani 2020.04.09 11:44 #
Danke dir, Support ist erstaunlich.
656
Absolutely Phenomenal.
349
Erik Enriquez 2019.09.30 01:32 #
I bought the 1 month rental but it works perfectly in my pc but it doesn’t works in my vps. Can anybody help me? please.
354035
Reply from developer Vladislav Andruschenko 2020.10.16 18:32 # RU
🏬🏬🏬 You can install all ea from your terminal 🏬🏬🏬
MARKET MQL5.COM: HOW TO INSTALL ea from terminal?: https://www.mql5.com/en/blogs/post/734585
=========================================================================================================
ℹ️ℹ️ℹ️ All guides and full instructions on my blogs https://www.mql5.com/en/users/vladon/blog ℹ️ℹ️ℹ️
=========================================================================================================
⚠️⚠️⚠️ FULL INFO about your problem: How to make Files https://www.mql5.com/en/blogs/post/732566 ⚠️⚠️⚠️
263
Mahen Weerakkody 2019.03.29 12:03 #
Excellent product
783
Fulvio Monaco 2019.03.01 12:24 #
User didn’t leave any comment to the rating
174
exp Duplicator for MT4 and I cant load now in my Chart please help.
i donwload my duplicator in market and dont open any window for put the sets
i try in another account and the same problem , dont open any window
please help me my mail is souza.lc@globo.com
best regards
Luiz
396
DanielGlowczynski 2018.10.01 16:41 #
the robot handles all currency pairs simultaneously, I think that many people can look for it 🙂 a great job
424
Albina Alibaeva 2018.02.05 06:41 #
User didn’t leave any comment to the rating
2418
Joao Luiz Sa Marchioro 2017.06.30 21:58 #
You have to take the hat off to the programmer, the EA is perfect, it makes the copies with extreme perfection.
480
Dmitry Shcherbak 2017.03.02 17:52 #
замечательная утилита, именно то, что я искал. При возникновении сложностей можно связаться с разработчиком – помогут, разъяснят)
1979
Arnel Arnao 2017.03.01 13:55 #
Hi Updated my exp Duplicator for MT4 and I cant load now in my Chart please help. Im using it on my trading now.
UPDATE!!!!
Thanks man.. What a service. This what I call customer service at its best..I panicked but he was able to assist me in minutes.Reinstall the old version and Im back in business..Thanks a lot..
591
Hossein Badali 2017.02.21 10:56 #
Excellent…It is very good EA and have very nice supporting…thanks
1117
Tariq Hakim 2017.02.17 20:49 #
Exceptional EA. Does just what it says and much more. The developer is very responsive to queries and support issues.
Filter: New Positive Negative
1941
Segun Oladipo 2017.02.11 18:00 #
Superb EA, some authors are here to make fast money using hook and crook means, but you can tell this author takes his work seriously and care more about quality service delivery to his clients. Worth more than 5 stars, but what choice do I have?
171
very good product fits my needs perfectly
2003
Очень хороший и полезный инструмент. Работает надежно и без ошибок. Активно использую. Хороший контакт с разработчиком.
89
Супер! именно то что искал!
Моментальная обратная связь, разработчик помог решить все возникшие вопросы!
611
A very good EA. Vladislav Andruschenko is very helpfull. I strongly recommend
606
Amos Eka Kurniawan 2016.12.14 15:12 #
hello Vladislav
thank you for updating EA with my proposal,
you’re a great vendor
now we have a perfect duplicator and trade manager
great work…!!
6324
Valeriy Belozertsev 2016.12.08 17:21 #
Просто супер!
48
Sangeet Kumar Prasad 2016.06.22 06:45 #
This is exactly what I wanted. Thanks.
416
То,что надо,спасибо!
639
Aleksandr Abramov 2016.05.25 14:58 #
Блеск!!!
787
Rene Schneider 2016.03.15 16:44 #
very good duplcator, but don´t run on my VPS. i can not put it on Chart.
211
alameh.mhd 2016.03.06 20:58 #
Excellent
1827
Thanks 🙂
1162
Peter de Haas 2016.01.20 17:05 #
A great job, and now for mt5.hi
7137
Rodrigo da Silva Boa 2016.01.07 13:26 #
Muito Bom.
352
Artiom Timofeev 2015.10.19 08:00 #
Как раз то что искал!! Спасибо!
473
Igor Ryapisov 2015.10.05 01:15 #
Отлично работает, быстро и без ошибок. Единственное, чего не хватает – это настройки “копировать только ордера с убытком более, чем” и “прибылью не более чем”.
Comments
Do you have a question?
5 responses to “Duplicator – Duplication of signals and deals/positions/orders on the MetaTrader terminals”
-
Français. Duplicateur – Duplication des signaux et des transactions/positions sur les MetaTrader.
https://youtu.be/RmbOPASUNNIGuide complet: https://www.expforex.com/?p=52
🔹 DUPLICATEUR MT4: https://www.mql5.com/fr/market/product/9833
🔹 DUPLICATEUR MT5: https://www.mql5.com/fr/market/product/21046📽 English Version: https://youtu.be/EZD0DDm3kaY
📽 Español Version: https://youtu.be/0r7ufDpPWSY
📽 Português Version: https://youtu.be/zIN2t_ycHYA
📽 Deutsch Version: https://youtu.be/UQyg0w9e2K0
📽 Français Version: https://youtu.be/RmbOPASUNNILe Conseiller Expert DUPLICATEUR répète (duplique) les transactions, positions ou signaux un nombre prédéfini de fois sur votre compte MetaTrader. Cet outil est idéal pour répliquer des stratégies de trading, augmenter la taille du lot ou gérer plusieurs positions efficacement.
Fonctions principales :
Duplique toutes les transactions : Reproduit les positions ouvertes manuellement ou par un autre Conseiller Expert (EA).
Duplique les signaux : Augmente automatiquement la taille du lot (Volume) à partir des signaux de trading pour un effet de levier plus important.
Améliore d’autres EA : Accroît la taille du lot (Volume) des positions ouvertes par d’autres Conseillers Experts.
Options flexibles : Choisissez un lot fixe/automatique, dupliquez les StopLoss, TakeProfit, et utilisez le Trailing Stop pour les positions dupliquées.
Et bien plus encore.
Hashtags :
#mql5 #mql4 #Duplicateur #expert #EA #Expforex #forex #forextrading #metatrader #metaquotes #trading #automatedtrading #forexstrategy #forexmarket #trailingstop #forexsignals #mt5 #forexautomation #signalcopying #tradermanagement #Expforex #VladonMots-clés :
Duplicateur MT4, Duplicateur MT5, signaux de trading, duplication des transactions, MetaTrader, trading forex, Conseiller Expert, gestion de la taille du lot, trailing stop, gestion des risques, réplication de signaux, stratégie MetaTrader, outils de trading automatisés, forex EA -
Deutsch. Duplicator – Duplizierung von Signalen und Deals/Positionen auf den MetaTrader-Terminals
https://youtu.be/UQyg0w9e2K0Vollständige Anleitung: https://www.expforex.com/?p=52
🔹 DUPLICATOR MT4: https://www.mql5.com/de/market/product/9833
🔹 DUPLICATOR MT5: https://www.mql5.com/de/market/product/21046📽 https://youtu.be/EZD0DDm3kaY English.
📽 https://youtu.be/0r7ufDpPWSY Español.
📽 https://youtu.be/zIN2t_ycHYA Português.
📽 https://youtu.be/UQyg0w9e2K0 Deutsch.
📽 https://youtu.be/RmbOPASUNNI Français.Der Expert Advisor DUPLICATOR wiederholt (dupliziert) Trades, Positionen oder Signale eine voreingestellte Anzahl von Malen auf Ihrem MetaTrader-Konto. Dieses Tool eignet sich hervorragend zum Replizieren von Handelsstrategien, Erhöhen der Lotgröße oder effizienten Verwalten mehrerer Positionen.
Hauptfunktionen:
Dupliziert alle Trades: Kopiert Positionen, die manuell oder von einem anderen Expert Advisor eröffnet wurden.
Dupliziert Signale: Erhöht die Lotgröße (das Volumen) der Handelssignale für mehr Exposure.
Verbessert andere EAs: Erhöht die Lotgröße (das Volumen) von Positionen, die von anderen Expert Advisors geöffnet wurden.
Flexible Optionen: Wählen Sie Ihren festen/automatischen Lot, duplizieren Sie StopLoss und TakeProfit, und nutzen Sie den Trailing Stop für duplizierte Positionen.
Und vieles mehr.
Hashtags:
#mql5 #mql4 #Duplicator #experte #EA #Expforex #forex #forexhandel #metatrader #metaquotes #handel #automatischerhandel #forexstrategie #forexmarkt #trailingstop #forexsignale #mt5 #forexautomation #signalduplizieren #handelsmanagement #Expforex #VladonSchlüsselwörter:
Duplicator MT4, Duplicator MT5, Handelssignale, Trades duplizieren, MetaTrader, Forex-Handel, Expert Advisor, Lotgrößenverwaltung, Trailing Stop, Risikomanagement, Signalreplikation, MetaTrader-Strategie, automatisierte Handelswerkzeuge, Forex-EA -
Español. Duplicator – Duplicación de señales y transacciones/posiciones en los terminales MetaTrader
https://youtu.be/0r7ufDpPWSYGuía completa: https://www.expforex.com/?p=52
🔹 DUPLICADOR MT4: https://www.mql5.com/es/market/product/9833
🔹 DUPLICADOR MT5: https://www.mql5.com/es/market/product/21046📽 https://youtu.be/EZD0DDm3kaY English.
📽 https://youtu.be/0r7ufDpPWSY Español.
📽 https://youtu.be/zIN2t_ycHYA Português.
📽 https://youtu.be/UQyg0w9e2K0 Deutsch.
📽 https://youtu.be/RmbOPASUNNI Français.El Asesor Experto DUPLICADOR repite (duplica) operaciones, posiciones o señales un número predefinido de veces en su cuenta MetaTrader. Esta herramienta es útil para replicar estrategias de trading, aumentar el tamaño de lote o gestionar múltiples posiciones de manera eficiente.
Características clave:
Duplica todas las operaciones: Copia posiciones abiertas manualmente o por otro Asesor Experto.
Duplica señales: Aumenta el tamaño del lote (Volumen) de las señales de trading para mayor exposición.
Mejora otros AE: Incrementa el tamaño del lote (Volumen) de las posiciones abiertas por otros Asesores Expertos.
Opciones flexibles: Configure su lote fijo o automático, duplique StopLoss y TakeProfit, y use Trailing Stop para las posiciones duplicadas.
Y mucho más.
Hashtags:
#mql5 #mql4 #Duplicador #asesorexperto #EA #Expforex #forex #forextrading #metatrader #metaquotes #trading #tradingautomatizado #estrategiaforex #mercadoforex #trailingstop #signalforex #mt5 #automatizacionforex #duplicaciondesenales #gestiondetrading #Expforex #VladonPalabras clave:
Duplicador MT4, Duplicador MT5, señales de trading, duplicar operaciones, MetaTrader, trading forex, Asesor Experto, gestión de lotes, Trailing Stop, gestión de riesgos, replicación de señales, estrategia MetaTrader, herramientas de trading automatizado, forex AE -
Português. Duplicator – Duplicação de sinais e negócios/posições nos terminais MetaTrader
https://youtu.be/zIN2t_ycHYAGuia completo: https://www.expforex.com/?p=52
🔹 DUPLICATOR MT4: https://www.mql5.com/pt/market/product/9833
🔹 DUPLICATOR MT5: https://www.mql5.com/pt/market/product/21046📽 https://youtu.be/EZD0DDm3kaY English.
📽 https://youtu.be/0r7ufDpPWSY Español.
📽 https://youtu.be/zIN2t_ycHYA Português.
📽 https://youtu.be/UQyg0w9e2K0 Deutsch.
📽 https://youtu.be/RmbOPASUNNI Français.O Expert Advisor DUPLICATOR automaticamente repete (duplica) negociações, posições e sinais um número predefinido de vezes na sua conta MetaTrader. Esta ferramenta pode ser útil para replicar estratégias de negociação, aumentar o tamanho do lote ou gerenciar várias posições de forma eficiente.
Principais características:
Duplica todas as negociações: Copia as posições abertas manualmente ou por outro Expert Advisor.
Duplica sinais: Aumenta o tamanho do lote (Volume) dos sinais de negociação para maior exposição.
Melhora outros EAs: Aumenta o tamanho do lote (Volume) das posições abertas por outros Expert Advisors.
Opções flexíveis: Configure seu lote fixo/automático, duplique StopLoss e TakeProfit, e use Trailing Stop para as posições duplicadas.
E muito mais.
Hashtags:
#mql5 #mql4 #Duplicator #ExpertAdvisor #EA #Expforex #forex #forextrading #metatrader #metaquotes #negociacaoautomatizada #estrategiaforex #mercadoforex #TrailingStop #sinaisforex #mt5 #automacao #copiasinal #gestaodetrading #Expforex #VladonPalavras-chave:
Duplicator MT4, Duplicator MT5, sinais de negociação, duplicar negociações, MetaTrader, trading forex, Expert Advisor, gestão de lotes, Trailing Stop, gestão de risco, replicação de sinais, estratégia MetaTrader, ferramentas de negociação automatizada, EA forex -
I appreciate the clarity and depth of your analysis—excellent work!
Extra
Navigation by tabs
Related Posts
Averager. Averaging trading positions. Opening deals against the trend and
Averaging positions. Opening of additional positions on the trend and against the trend with the function of the general trailing…
AI Sniper. Automatic Smart Expert Advisor for Metatrader.
AI Sniper is an intelligent, self-optimizing trading robot designed for both MT4 and MT5 terminals. It leverages a smart algorithm…
Tester Pad is a Forex trading simulator for strategy tester.
One-click trading on the Strategy Tester chart. The utility allows you to manually test your strategies in the strategy tester….
Swing strategy (Pendulum). Automatic opening of 2 opposite pending orders,
The model of the well-known strategy Pendulum (OCO orders) is the sequential opening of pending orders with an increased lot. The…
VirtualTradePad (VTP) Trading Panel. Trade Pad for One Click Traiding
VirtualTradePad or VTP – control panel for trade in 1 click in MetaTrader 4 and 5. Trade in 1 click from…
Extra Report Pad – Trader’s Diary. Professionally analyzes your trading
Extra Report Pad – professional solution for analyzing your trading account Today, it is essential to trade at once for several…
The X and The xCustomEA: Testing and Optimization
Description The X and The xCustomEA are two standout Expert Advisors (EAs) in the Forex trading community, gaining widespread popularity over…
EA The xCustomEA: Universal Trading Advisor for iCustom Indicators. Custom
Universal trading adviser on custom indicators for MetaTrader . Exp – The xCustomEA Universal trading advisor on custom indicators. The xCustomEA works on…
CLP CloseIfProfitorLoss with Trailing. Control of the total profit or
Closing positions in MetaTrader upon reaching the total profit/loss with the profit trailing function. You can enable the Virtual stops (Separate Order), Calculating…
SafetyLOCK PRO Protect your positions by locking using the opening
SAFETYLOCK allows traders to avoid strong market reversals by setting an opposite order for an already opened position. If a trader…
Copylot – Forex copier for trade deals for MetaTrader. Copier
Trade copier for MetaTrader. It copies forex trades, positions, orders from any accounts. It is one of the best trade copiers MT4-MT4, MT5 – MT4 for…
Partial Close and Trailing. Partial closing of positions on rollbacks
Partial Close and Trail – assistant EA. Closes a part of a position (Closes part of the lot) during rollback. EA …
Exp – The xCustomEA Advisor on the PipFinite Trend PRO
Description An example of programming a strategy for the PipFinite Trend PRO indicator and trading using our universal trading system Exp – The xCustomEA. In…
Market Time Pad. Indicator for MetaTrader with trading sessions
The indicator that displays current time at the main markets of the world. It also displays the current session. Very easy…
This post is also available in: English Українська Portuguese Español Deutsch Chinese Русский Français Italiano Türkçe 日本語 한국어
Leave a Reply