Expert Advisor Duplicator repeats trades/positions a preset number of times on your account MetaTrader 5.
- It copies all deals opened manually or by another Expert Advisor. It is possible to increase the lot size of the signals.
- Copies signals and increases the lot from signals!
- MQL5 Signal Lot Increase;
- The following functions are supported: custom lot for copied trades, copying StopLoss, TakeProfit, use of trailing stop and much more.
Links
A trade copier for MetaTrader is available here: COPYLOT
Attention
- Note: This is not a copier for trade between terminals.
- The duplicator cannot be used on a netting account.
- You can test the Expert Advisor in the strategy tester and trade with our EAPADPRO toolbar in visual mode!
- It is sufficient to install the EA on 1 currency pair. By default, it will monitor all open symbols.
How it Works?
- The Duplicator assistant EA repeats positions opened in the terminal.
- The EA is able to copy both positions.
- The position or the order to be copied is called source. The repeating position is a duplicate.
The EA repeats the source the specified number of times.
It copies lot, Stop Loss, Take Profit, order placing price (for pending orders) and expiration.
When a source is modified, SL and TP of a duplicate are also modified.
Attention for MT5
Partial closing is not supported! Positions can be closed only in the same lots in which they were opened! INOUT is not supported. Pending orders are not duplicated! Only positions are duplicated.
Features
The EA is highly customizable. To get started, you must specify the types of the copied positions and orders in the first parameters.
OrderToDuplication - type of the order to be copied.
MagiсToDuplication - the magic number of the order to copy, specify multiple magic numbers separated by commas or set -1 to copy all magic numbers;
SymbolToDuplication - the symbol of the order to copy (All, 0 - current, or symbol name);
Other Parameters
LotDuplicate -if 0 repeats the source lot, otherwise a custom value;
MinLotToDuplicate -minimum lot to copy;
MaxLotToDuplicate - maximum lot of the source to copy;
CommentToDuplication - comment for duplication;
CopyOnlyLossPosPoint - copy only the trades with loss less than CopyOnlyLossPosPoint in points;
CopyOnlyProfPosPoint - copy only the trades with profit greater than CopyOnlyProfPosPointв in points;
ReverseDuplicate -true - reverse trades;
CoeficientLotDuplicate - lot multiplier; 0 - no multiplier;
StopLossDuplicate - if 0 repeats the source Stop Loss, otherwise a custom value;
TakeProfitDuplicate -if 0 repeats the source Take Profit, otherwise a custom value;
OnlyNewPositions - repeat only new positions - the ones opened after the Duplicator was installed;
MaximumDistance - price deviation; 0 - any value is copied, if greater than 0 - that's the max difference between the source price and the current one;
CloseDeleteCopy - true - delete and close duplicate orders and positions if the source ones are closed;
AmountOfDuplicate- the number of duplicate times.
Additional EA Parameters:
MarketWatch - MarketWatch trading mode, true = first positions are placed without stop levels, then are modified;
Magic -the identifier of EA's trades;
Slippage -slippage;
TrailingStopUSE -use trailing stop;
TrailingStop -trailing distance, 0 - minimum allowed value on the server;
TrailingStep -trailing step.
Expforex Vladon