버전 23.913
2023.09.18
-EAPADPRO v44
-Last Build Compilation
-Frequent modification bug has been fixed.
버전 23.101
2023.01.08
-EAPADPRO v43 (Added new languages)
-Last Build Compilation
버전 22.201
2022.02.02
For the convenience of testing in the strategy tester, Magic number of positions opened from EAPADPRO = Magic number of averaging deals (Magic)
버전 22.110
2022.01.12
Fixed a bug with drawing objects for new versions of MT5 terminal
버전 21.629
2021.06.29
BreakEven for mt5
input string periods8="========= BreakEven WithoutLOSS options ========================================";//---------------------------------------------------------------------------------------------------------
input bool MovingInWLUSE=false; //MovingInWLUSE --> Enable the Breakeven function
input int LevelWLoss=0; //LevelWLoss --> Distance from the OpenPrice to the profitable SL
input int LevelProfit=0; //LevelProfit --> Number of points gained by the position to use BE
버전 21.612
2021.06.12
EAPADPRO v40 update, according to the new rules for using the MQL5 Market
버전 20.955
2020.10.23
In closing positions when using the CloseAveragingAfterCloseMainDeals parameter, added Print output to the log.
버전 20.608
2020.06.08
Компиляция 2485
버전 19.981
2019.11.21
Added parameter for rounding prices when modifying stop loss and take profit:
RoundingDigits Number of decimal for modification.
-Without rounding
-To 1 digit
-To 2 digits
버전 19.802
2019.08.02
EAPADPRO update
버전 19.801
2019.08.01
Data output in the STRATEGY block to the LOG log when EAPADPRO is minimized and closed
버전 19.729
2019.08.01
EAPADPRO v31 Update
Added information labels to the chart:
When activated ShowInfoAverager = to true, you will see the following information:
1. Average = Display the average (zero) line from positions of the same direction. If you move to a label, then there will be additional information about the calculation of the average line!
2. Next Average = Display the next averaging position, which will be open in this direction. If you move to a label, then there will be additional information about the distance!
3. Next Additional = Display the next position of additional opening, which will be open in this direction.
버전 19.325
2019.03.25
- Update EAPADPRO v27;
- Added custom lot parameters in xx.xx, yy.yy, zz.zz format
You can specify:
LotDifferent - lots separated by comma for averaging;
ADDITIONALLotDifferent - lots separated by commas for additional opening;
버전 19.225
2019.02.25
Automatic detection of the minimum possible trailing stop if the parameter TrailingStop = 0
버전 19.203
2019.02.01
- Added new parameters:
DistanceDifferent / ADDITIONALDistanceDifferent: Distance of new positions of averaging (against the trend) or additional opening (to the trend), separated by commas!
You can specify distance values in the format xx, yy, zz, aa
Where:
xx - Distance in points for opening the first position of averaging / additional opening;
yy - distance in points for opening the second position of averaging / additional opening;
zz - Distance in points for opening the third position of averaging / additional opening;
aa - Distance in points for opening the fourth and other positions of averaging / additional opening;
You can set any number of distances.
버전 19.202
2019.01.31
ReBuildReBuild
버전 19.201
2019.01.31
🆕 - Added multi magic:
MagicNumber Magic number of positions (transactions) for tracking and accounting.
MagicNumber Magic numbers can be specified separated by commas:
🔘 0 - orders opened manually;
🔘 123,345,147 - all positions with MagicNumber numbers 123,345,147;
🔘 -1 - all MagicNumber, without exception.
🆕 - Added new variables:
🆕 CloseAveragingAfterCloseMainDeals - Close averaging positions (open against the trend) when the main positions are closed.
The function will close the averaging positions only when all the main positions (according to the current symbol and magic number) are closed!
⚠️ Attention: The new function works separately for the BUY and SELL directions!
🆕 CloseAdditionalAfterCloseMainDeals - Close additional open positions (opened with the trend) when the main positions were closed.
The function will close the position of the additional opening only when all the main positions (according to the current symbol and magic number) are closed!
⚠️ Attention: The new function works separately for the BUY and SELL directions!
버전 19.109
2019.01.09
ReloadReload
버전 19.107
2019.01.07
- Added text hints in the settings of the adviser;
- 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;
버전 18.830
2018.08.30
Averager Update EAPADPRO v 20
버전 18.731
2018.08.02
Added new distance parameters for averaging and additional opening:
DistanceAdditionalPoint / ADDITIONALDistanceAdditionalPoint - additional points to calculate the distance.
If DistanceAdditionalPoint = 5, then 5 points are added to each following distance.
DistanceMax / ADDITIONALDistanceMax - The maximum number of points in the distance.
If, when calculating the distance, the obtained value is higher than DistanceMax, then the Expert Advisor takes the value DistanceMax.
버전 18.7
2018.05.04
- Update for the information panel EAPADPRO v2.0;
- Updated the operation of averaging;
- Updated the commission calculation algorithm;
- Added separate stop loss/take profit;
TakeProfitALL - take profit to be placed at a distance of TakeProfitALL points from the average opening price of positions;
StopLossALL - stop loss to be placed at a distance of StopLossALL points from the average opening price of positions;
TakeProfit - take profit to be placed at a distance of TakeProfit points from the averaging position opening price;
StopLoss - stop loss to be placed at a distance of StopLoss points from the averaging position opening price;
ADDITIONALTakeProfit - take profit to be placed at a distance of ADDITIONALTakeProfit points from the opening price of additional position.
ADDITIONALStopLoss - stop loss to be placed at a distance of ADDITIONALStopLoss points from the opening price of additional position.
- To prevent constant modification of the total stop loss/take profit due to constant changes in the value of 1 point, the total stop loss/take profit does not take into account commission and swap.
- Renamed the variables:
MagikToAverage = MagicToAverage
LotsMartinAverager = LotsMartin
MaxLot = LotMax
MaxOrders = MaxOrdersOpen
TypeTradeBUYSELL = OrderToAverage
버전 17.977
2017.12.20
The EAPADPRO operation algorithm has been updated.
버전 17.525
2017.05.29
- Fixed the trailing stop error when there are positions in different directions.
버전 17.501
2017.05.03
Fixed an error with position averaging when trading multiple symbols with the same magic number simultaneously
버전 17.224
2017.03.01
Update of the "Averaging" block for the Brazilian market
버전 17.212
2017.02.20
What's New:
Improved EAPADPRO
Added block for opening additional positions based on the trend:
- ADDITIONALDistance - the distance for opening additional grid positions based on the trend.
- ADDITIONALDistanceMartin - the distance multiplier for opening additional positions based on the trend.
- ADDITIONALLotsMartin - increase the lot size of the grid positions for opening additional positions based on the trend
- ADDITIONALLotAdditional - additional lot for the additional position for opening additional positions based on the trend
- ADDITIONALLotMax = maximum lot to use when opening the averaging positions. 0 - disabled
- ADDITIONALStopLoss - Stop loss of the opening additional positions based on the trend
버전 17.121
2017.01.27
Fixed working with long tickets
- Added the EAPADPRO information panel
Details on the panel in our blog:
or https://www.mql5.com/ru/blogs/post/687140
The following data has been moved to the Strategy Info block:
OWN Signal = Name of the signal + Timeframe of the signal + Reverse
Current Signal = Current signal from the main indicator
Filter 1/2 - Name of the filter 1/2
Current Filter - Current signal from filters 1/2
BUY Average/Lot - Next averaging in points for BUY / Next averaging lot
SELL Average/Lot - Next averaging in points for SELL / Next averaging lot
Buy Additional/Lot - Next additional opening in points for BUY / Next lot for additional opening
Sell Additional/Lot - Next additional opening in points for SELL / Next lot for additional opening
Average Price Buy - Average price for BUY deals
Price Sell - Average price for SELL deals
버전 17.110
2017.01.13
-Fixed error with the DistanceMartin
버전 16.995
2017.01.09
Added the AllTradeTrail parameter - trailing stop works on a trade that is to be averaged as well.
버전 16.957
2016.11.11
Code optimized to reduce CPU load.
버전 16.955
2016.10.31
Fixed stop loss and take profit modification error.
버전 16.949
2016.10.26
Fixed lot size error
버전 16.936
2016.10.11
Added support for EA operation on hedging accounts. The EA can work on Hedging and Netting accounts!
버전 16.330
2016.04.04
Fixed the error in the MaxLot parameter
버전 16.307
2016.03.11
Changed lot calculation when using martingale.
Increased the last lot of an open position at the last deal.
버전 16.226
2016.03.01
The updated version for the stock market:
- Fixed the error in the determination of the last lot, if the position was closed by several requests.
- Added the selection of the order filling type - TypeFilling
버전 14.204
2014.02.05
Removed the description of input parameters from the code.
Its really Nice software but if You have some heavy indicator on the same chart this Program might Lag in Speed otherwise it will work Just fine its a great tool, Thank You