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 - Added 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 changes!
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 in the panel settings in the AutoMinimize = 0 field.
Replacement of fonts for correct display on computers without 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 pair 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\take profit are also reversed on the duplicator
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 300 points and take profit = 100 points.
ReverseSLTP=false
When copying and reversing deals from the main deal, stop loss\take 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.
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 stop\breakeven for the duplicator trades after the source trades are closed;
PWCM_IfProfTrail - stop loss is trailed only in the positive ares;
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 positions 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 was 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.
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.