版本 24.918
2024.09.18
EAPADPRO v59
--Enhanced Graphical Interface Translation
--Introduced Informative Tooltips for Panel Elements
--Resolved Minor Bugs and Boosted Stability
版本 24.805
2024.08.05
Last build compilation MetaTrader
Fixed error in profit/price/time of closed position in notifications.
Fixed INFOBOX error when deleting the EAPADPRO window.
EAPADPRO v58
版本 24.422
2024.04.22
Last build compilation
版本 24.415
2024.04.15
Drawing fixed
版本 24.413
2024.04.13
Improved: BUY/SELL buttons are enabled by default for the Strategy Tester to test Utility in the Strategy Tester
EAPADPRO v56
版本 24.409
2024.04.09
4270 Rebuild
版本 24.404
2024.04.08
Global Update EAPADPRO v55
!!!Attention! Support of visual Graph Elements (Buttons, input line, Edit Box, CheckBox) is no longer supported by VPS server from MetaQuotes!!!!
-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.
How To set Telegram bot: https://www.mql5.com/en/market/product/30733#!tab=comments&page=1&comment=52925811
New settings for working with Telegram:
EAPadPRO2=" =============== Telegram bot ";
==input ENUM_UPDATE_MODE TG_UpdateMode=UPDATE_SLOW --> Update Mode. Timer speed, to receive commands from Telegram bot. The faster the timer runs, the more computer resources will be used! Please do not change it unnecessarily. 2sec,3sec,10sec
==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.
Attention: Telegram bot works only with public channels. Private channels are not supported.
==TG_UserNameFilter="" --> Whitelist Usernames. List of users, starting with @, who can use the bot.
Attention! Sending notifications and working with commands takes computer resources! Use the Telegram bot only for your own needs.
==TG_UseBotTimer=false;//TG_UseBotTimer --> Working with the bot from the phone
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"
版本 24.208
2024.02.08
Update in the latest version of terminal 4169
版本 24.127
2024.01.27
+Added languages Chinese, Japanese, Korean, 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.
EAPADPRO v48
版本 24.125
2024.01.26
EAPADPRO v47
DynamicLot for Non-Currency Symbols fixed
New inputs:
MinuteSleepEaAfterStopLoss --> Pause in trading after stoploss in Minute
Commission_Coefficient --> Commission coefficient (default 2)
DynamicLotStopLoss --> The calculation lot from StopLoss and free margin
版本 23.999
2023.12.28
LAST BUILD
EAPADPRO version 46
版本 23.913
2023.09.18
-EAPADPRO v44
-Last Build Compilation
-OnlyModify bug fixed
版本 23.101
2023.01.08
-Last Build Compilation
-EAPADPRO v43 (Added new languages)
版本 22.110
2022.01.12
Fixed a bug with drawing objects for new versions of MT5 terminal
版本 21.997
2021.12.20
-Added a parameter for calculating the commission per trade, if the commission is not fixed.
CommissionPer1LotinPercent = The cost of the commission for 1 trade per 1 trading lot in percentage.
This parameter can be viewed in the contract specification in the Commissions section, If this parameter is not fixed and is indicated as a percentage!
Helps the advisor to calculate the commission when closing a deal, if the commission is not known in advance from the contract specification (Some brokers)
-EAPADPRO v42;
https://www.mql5.com/en/market/product/3493#!tab=comments&page=97&comment=26581315
版本 21.612
2021.06.12
EAPADPRO v40 update, according to the new rules for using the MQL5 Market
版本 21.531
2021.06.02
EAPADPRO v39 update;
Recompilation of the Expert Advisor in the latest build of the terminal!
版本 20.820
2020.08.20
The Trading Days Work function has been updated.
Permission to trade on days of weeks, with round-the-clock work, has been updated.
版本 20.608
2020.06.08
Перекомпиляция 2485
版本 20.203
2020.02.03
Fixed display of Recommended field
版本 20.131
2020.01.31
Функция ForcedModify проверяет и Магический номер.
版本 20.125
2020.01.25
Force global variables to disk.
版本 20.121
2020.01.22
EAPADPRO v34
版本 19.925
2019.09.25
The delay of searching for the next signal is added if the position of the previous signal is not yet open.
版本 19.905
2019.09.05
Push error when opening and closing positions has been fixed.
版本 19.821
2019.08.20
Recompilation in the new version of the terminal.
版本 19.820
2019.08.19
An important update for those using the MQL5 VPS!
Due to the fact that the hosting location folder has changed and MetaQuotes added a new variable TERMINAL_VPS, new edits were applied to all experts . !
版本 19.819
2019.08.19
EapadPro v33
版本 19.802
2019.08.02
EAPADPRO Update
版本 19.801
2019.08.01
EAPADPRO v31 Update
Code optimization and increased speed.
Fixed display of the current Mooving Average signal.
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!
版本 19.523
2019.05.23
EAPADPRO v27
版本 19.325
2019.03.25
- EAPADPRO v27 update
- Fixed the error of obtaining the average spread when opening a new bar on some currency pairs (when Ask and Bid = 0).
版本 19.204
2019.02.04
EAPadPRO version 26
版本 19.103
2019.01.05
- Update EAPADPRO v 25
- 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;
- Updating data on the block "Profit by Date" works 1 time in 5 minutes to save computer resources;
- Fixed "duplication" of lines in the help and greeting;
- Automatic closing of the panel 3 hours after the last use to save computer resources;
- Automatic closing of the panel on the VPS from METAQUOTES to save resources MQL VPS;
- Added the ability to Collapse / Expand the panel when you double-click on the window title (Analog Windows);
- By default, we collapsed the Extra Buttons block;
版本 18.991
2018.12.21
- Update EAPADPRO panel to v23 version
- Added a control unit and control the speed of the quotes and the speed of testing.
- Added block output table open deals and positions.
版本 18.965
2018.11.05
ManualMinimumAverageSpread
Manual setting of the minimum average spread so that all parameters of the adviser are brought to this average spread.
with AutoCheckLowSpread = false and setting ManualMinimumAverageSpread = 10:
If the average spread on a currency pair is lower than 10 pips, then the adviser takes the value of the average spread ( AverageSpread ) as 10 pips, and all system parameters work from an average spread of 10 pips.
If the average spread calculated by the advisor is more than 10 points, then the advisor takes the average spread = the calculated value.
版本 18.946
2018.10.23
EA works on the movement of currency pair quotes.
An important parameter of the system is the spread.
A zero spread is prohibited for the program.
In this version, the adviser brings the average spread to 1 if the spread on the server is 0.
This allows you to avoid erroneous opening positions with an average value of 0!
-------------------------------------------------- -------------------------------------------------- ------------
For your convenience, we have added a brief description of the parameters in the table of external variables and expert settings.
Update panel EAPAPDPRO v21:
-Graphics improvements.
-Added tooltips.
-Added information about the ban on trade for various reasons.
版本 18.830
2018.08.30
EAPADPRO Update v20
版本 18.828
2018.08.28
General version
版本 18.821
2018.08.20
Перезагрузка
版本 18.820
2018.08.20
Upgrade the EAPADPRO to version 20.
Block Limiting losses and profits updated:
Parameters LimitForLosses and LimitForProfits changed by type to double
A new CUSTOM mode has been added to the LimitType type. You can specify your monitoring values in minutes, the LimitForCustom_Minutes parameter.
版本 18.7
2018.05.03
General improvements
版本 18.6
2018.04.17
To the Last Price information output block:
Added the number of points till the next averaging. Indicated in brackets from the last opening price.
To the Aver Price information output block:
Added the amount of commission and swap in points.
The CloseByMa function has been divided into 3 types of closing:
False=0 - the EA does not close positions when the MA direction changes.
OnlySignal=1 - when the MA direction changes, the EA closes only when one main signal position is open. There should be no averaging positions open.
SignalAverage=2 - when the MA direction changes, the EA closes all positions, including averaging positions.
版本 18.5
2018.04.04
Update New Feature:
Include_Commission_Swap
Use the original calculation of commission and swap when enabling the functions: Breakeven, Trailing Stop, Averaging.
The original commission calculation is based on the formula for calculating the value of 1 point from the open positions on a given symbol and magic number. Negative swap and commission are taken into account during calculations. The function returns the value of the negative swap and commission in points, and considers this when working with breakeven and trailing stop.
Note: if your broker has a floating spread, commission is calculated and set during the operation of the breakeven and trailing stop functions, but the spread may increase, leading to additional loss points. This is not a calculation error!
Also, note that when a swap occurs, the EA recalculates the breakeven line and sets new stop loss levels is the server allows it (restriction on the minimum Stop Level of your broker). If the server does not allow setting breakeven and returns the minimum stop level error, the EA will be unable to modify the position and additional loss points may be received.
In order to avoid losses when using accounts with commission and when receiving a negative swap, it is recommended to increase the distance of the breakeven or trailing stop.
The breakeven level (LevelWLoss/LevelWLossMANUAL) can be calculated manually, taking the commission into account.
For example: commission for opening and closing position = 2 USD (EURUSD) per 1 lot. So, in order to cover the loss on the commission, it is necessary to set LevelWLossMANUAL = 2 (points) + 1 (confirming) = 3 points.
Thus, the EA sets breakeven to +3 points, which in turn will cover the loss on the commission.
=============================================================================================================
- Added a special mode to the breakeven function through the LevelWLossMANUAL parameter
When LevelWLossMANUAL = 0, the breakeven point is calculated based on the current spread. This allows making the breakeven level dynamic and closing with the minimum profit of 1 spread. If the position's profit increases, trailing stop comes into play.
(This mode worked in previous versions of the expert)
If LevelWLossMANUAL = 1, the EA will set breakeven to 1 point!
版本 18.4
2018.03.28
Only the negative values are considered in calculation of the additional commission and swap points (positive swap has no effect on calculation)
版本 18.3
2018.03.08
- Update for the information panel EAPADPRO v2.0;
- The code of the EA has been optimized to receive a large number of signals;
- Increased the EA operation speed;
- Updated work with a small spread;
- Updated the operation of averaging;
- Updated the commission calculation algorithm;
- Updated the average spread calculation algorithm;
- Updated the operation by bars, now the EA is able to perform multiple deals if a signal is repeated on 1 bar.
版本 18.1
2018.02.05
- Added the ClosingPositionAtASpecificTime parameter = close all positions at a certain day and time.
The variable format: WeekDay/CloseHour:Close Minute
For example: ClosingPositionAtASpecificTime=5/20:00
This means the EA closes all open positions at 20:00 on Friday.
- Fixed commission calculation on SELL positions when using averaging
- Attention: Typos have been fixed in some parameters. Check your settings if you changed them.
版本 17.956
2017.11.01
-Fixed an error which prohibited trading when using Limiting losses and profits
版本 17.525
2017.05.29
- Fixed the trailing stop error when there are positions in different directions.
- Improved the operation of the Set_StopLoss_to_the_next_profitable_position_level
- Improved the operation of the Averager
版本 17.501
2017.05.03
Fixed an error with position averaging when trading multiple symbols with the same magic number simultaneously
版本 17.330
2017.04.05
- Increased the algorithm processing speed towards performance and receiving signals.
- Added the SecondsToRefresh parameter to the EAPADPRO block - refresh rate of the information on the chart (default is 10 seconds). This is done to reduce the CPU load.
- Added the Set_StopLoss_to_the_next_profitable_position_level option. When enabled, this option monitors the open positions and transfers the stop loss to the next profitable levels. If the EA opens a BUY order, but the price moves against the position, 3 averaging positions are opened at the lower levels. Then, the price moves in the direction, but does not yet touch the middle line to activate the trailing stop. And if the price passes the opening level of lower position 2, the new option activates transferring the stop loss of the lowest position to the breakeven level. And if the price passes the level of the lower position 3, then the stop loss of the first position will be equal to the opening level of the position 2. And the stop loss of the position 2 = opening price of this position, and so on. If the price touches and goes down, the 2 positions will achieve breakeven and profit. Then the EA opens the averaging positions according to the algorithm again. But 2 profitable deals will be fixed.
- Fixed the breakeven error that occurred in accounts where the stop level = 0.
- Added the automatic spread level function. On accounts with commission, the EA may set too small levels due to the small spread. At the same time, the "Low" message will be displayed in the EAPADPRO dashboard. This function protects from using the EA on a small spread and allows to neutralize the difference between "normal trading" and trading on the accounts with the "small spread".
- Added support for the deposit currencies for the Autolot function, which are different from EUR USD RUB
- Added the RiskRate parameter - the exchange rate of your currency against the USD. The default RiskRate = 0 means that the EA will attempt to find the correct exchange rate in the "Market Watch". For the autolot to work adequately with all currency pair, it is necessary to "Show all" currency pairs in the "Market Watch".
版本 17.224
2017.03.01
Update of the "Averaging" block for the Brazilian market
版本 17.211
2017.02.20
Global update 2017
- Improved the signal detection system. Fully revised the algorithm for obtaining signals.
- Fully revised the function for determining the average spread. Changed the default value of the TimeToCheckAverageSpread parameter to 80000 (80 seconds) for determining the average spread
Note: During the first TimeToCheckAverageSpread/1000 seconds the EA does not trade, but collects information!
This done to average the floating spread of your broker and to avoid false signals during significant fluctuations in the spread values.
This option is disabled for fixed spreads.
- The DistanceMANUAL parameter has been renamed to AverageDistanceMANUAL;
- Updated the calculation of averaging and the MaxOrders parameter for hedging accounts.
- Algorithm for signal calculations will be disabled when the trading time (Time Traiding) is disabled in order to increase the testing speed of the EA.
- Modified the TrailingStep parameter. If TrailingStep =0, the TrailingStep = TrailingStop.
This means that the trailing stop modification step will be equal to the trailing stop level in spreads.
- Removed timer from the EA code, due to the unstable operation of the timer.
- When using trading by time, the calculation of the signals logic is stopped at non-trading time in order to increase the algorithm operation speed.
- Added the ReverseSignal parameter - reverses the strategy signals when enabled.
Note: When enabled, the МА filter is also reversed
- Added the Magic parameter (Other Settings block) - default values is -1 (for maintaining old positions without magic). If there are no existing positions, you may use a unique magic number.
- Added the CloseByMa parameter - when this parameter and the MA filter are used, the positions opened not based on the MA trend will be close
Note: if the position has averaging positions open, those positions will not be closed.
- Added support for rouble accounts for calculation of the automatic lot in DynamicLot
- Added parameter to manually set the distance for the TimeOpen signal:
DistanceTickMANUAL - set the signal distance in points.
DistanceTickMANUAL has a higher priority than DistanceTickSpred
- Added the EAPADPRO information panel
Details on the panel in our blog: https://www.mql5.com/ru/blogs/post/687140
Moved the technical information on the strategy to the Strategy block. Its details are not disclosed. This block helps in studying the market and subsequent signals
版本 17.14
2016.12.27
Added automatic checking and normalization for all stops to tick size on the current currency pair.
For example, if the tick size on the WING17 symbol is 5 points, then all stop loss and take profit values will be normalized.
For example, the contract price is 58840 and the automatic stop loss calculation resulted in 1211 points, the final stop loss will be normalized to 1210 points.
版本 17.13
2016.12.22
Added function that allows simultaneous trading in both directions.
Trade_by_BUYSELL_Separate - when enabled, two directions are traded separately from each other - BUY and SELL orders are processed separately.
Attention: Only for HEDGING accounts
Added the average price line for hedging accounts
Added the ClosePosifChange parameter - closing position by opposite, once a signal for changing direction appears.
Attention: This parameter should be activated with caution and only when necessary. When this parameter is enabled, the averaging algorithm stops working correctly!
Added parameter:
Limiting loss and profit per 1 day/week/month
Limiting LimitFor - Limitation type day/week/month
LimitForLosses - Limit by profit
LimitForProfits- Limit by loss
LimitType - Limit by USD, points, percentage of the deposit
ClosebyLIMITING - Close deals of the EA when the limit is exceeded
UseCurrentProfit - Consider the current profit/loss in calculation of limit
This function is capable of disabling the EA operation in case the EA accumulates certain profit/loss in deposit currency per day/week/month The EA will be reactivated the next day/week/month
For example, LimitFor=DAY LimitForProfits=1 Close by total profit = 10 USD
You can also select the limit type (LimitType) for calculations. In the USD, points, percentage of the account balance.
If you need to close and delete all deals using this EA once the limits are exceeded, you can set ClosebyLIMITING = true
The UseCurrentProfit parameter prohibits or allows considering the current floating profit/loss for this EA
版本 17.12
2016.12.06
Added check of margin requirements for the brokers, with which the current balance and the margin are updated daily.
版本 17.11
2016.11.15
Code optimized in order to reduce CPU load.
Added support for the EA operation on the Brazilian market.
Added automated calculation of commission and swap in the Trailing Stop and Breakeven functions.
Now Trailing Stop will only trigger when the position covers charged commission.
版本 17.8
2016.11.02
Fixed MovingInWLUSE breakeven error, where Stop Loss could be ranging between the breakeven level and an activated trailing stop.
版本 17.7
2016.10.24
The Expert Advisor works on hedging and netting accounts.
Improved trailing stop and stop loss modification.
版本 17.6
2016.09.26
Changed the operation of Stop loss\Take profit modification with floating spread.
For brokers, who do not accept too frequent modification requests.
版本 17.5
2016.09.13
Fixed the price rounding error for averaging block
版本 17.4
2016.08.23
In the 'Profit' field: new profit/loss value in points
New parameter StartAveragingFilterMAafterNdeals
The parameter enables filter of averaging trades after a preset value, e.g.:
StartAveragingFilterMAafterNdeals=0
Every averaging will be filtered using MA
StartAveragingFilterMAafterNdeals=2
First two averaging trades will not be filtered using MA, third trade will be filtered
版本 17.3
2016.08.03
Updated parameter DistanceAverageSpred_Koef.
Before:
First distance = Spread*DistanceAverageSpred*DistanceAverageSpred_Koef
Second distance = Spread*DistanceAverageSpred*DistanceAverageSpred_Koef*2........
Now:
First distance = Spread*DistanceAverageSpred
Second distance = Spread*DistanceAverageSpred*DistanceAverageSpred_Koef........
版本 17.2
2016.07.26
Alert: This EA may not work on hedge account.
版本 17.1
2016.07.08
Added parameter for selecting the trading direction:
new parameter "typeorder" - type of trading:
- Only Buy;
- Only Sell;
- Both Buy and Sell;
Added parameters for filtering deals based on MA:
MethodFilterMa - MA METHOD;
TFFilterMA - TIMEFRAMES;
版本 17.0
2016.05.31
Improved the averager operation. The averager operation is filtered by current prices.
版本 16.999
2016.05.19
Added parameter SaveTPafterTrailingStop - save the take profit when modifying the trailing stop
版本 16.998
2016.04.05
Fixed the error in determining the MinMax of the spread
版本 16.997
2016.03.28
Added the step parameter for the trailing stop - TrailingStep
Added Rounding parameter:
Without rounding - place stop orders without rounding
To 1 digit - rounding by 1 digit. For example, if Stoploss= 1.23456, the trade will be opened with a stop loss of 1.23450
To 2 digits - rounding by 2 digits. For example, if Stoploss= 1.23456, the trade will be opened with a stop loss of 1.23400
版本 16.996
2016.02.19
Added the parameters:
MaxSpreadToNotTrade - maximum allowed spread, when exceeded trading is disabled
MinSpreadToNotTrade - minimum allowed spread, when exceeded trading is disabled
AveragingbyFilterMA - set an averaging order only if the MA Filter shows the same direction as the direction of the trade
(If you want to open an averaging order and MA is above the buy price, the averaging order is not opened).
版本 16.995
2016.01.28
Added the Autolot selection mode.
TypeAutolot
TypeAutolot= 1 Autolot is calculated based on the current balance
TypeAutolot= 2 Autolot is calculated based on the current free margin
版本 16.992
2015.12.23
Added automatic detection of the order filling type.
版本 16.991
2015.12.17
Set the default for MaxOrders = 5. The maximum number of averagings for the position = 5.
版本 16.979
2015.11.23
New parameter Slippage - slippage in points during deal opening. If a server returns a requote on a signal, the deal will be omitted.
New parameter CloseAllTradesbyOutofTime - all trades positions will be closed at the end of the trading time with Times options used.
版本 16.804
2015.08.05
Added parameter
ShowInfo=true - show an information block on the chart
Added a trend filter.
Algorithm for determining a trend - location of MA relatively to the price.
The MA period parameter is included into PeriodFilterMa settings.
MA is determined by TF = M1
版本 16.407
2015.04.07
New parameter:
HoursSleepEaAfterStopLoss=0 - hours to wait before opening a new positions after closing a deal by stop loss.
版本 16.128
2015.01.28
Manual Take Profit has been fixed.
版本 16.123
2015.01.26
Fill policy parameter has been added to the external parameters:
TypeFilling=FillOrKill
FillOrKill
This fill policy means that an order can be executed only with the specified volume. If the required volume for a given financial instrument is currently unavailable in the market, the order will not be executed. The required volume can be filled using several offers currently available in the market.
ImmediateOrCancel
This means that a trade will be executed with the maximum volume available in the market within the value indicated in the order. In case entire order volume is not available in the market at the moment, a partial fulfillment is possible, but any portion that cannot be filled immediately is canceled.
Return
This fill policy is used for market, Limit and Stop Limit orders and only in the Market Execution and Exchange Execution modes. In case of partial filling a market or Limit order with remaining volume is not canceled but processed further.
When a Stop Limit order triggers, a relevant Limit order will be placed with the Return fill policy.
版本 16.114
2015.01.16
A new option has been added:
MinTimebeforenextAverage = 5; // Min Time in minutes for next step for averaging
The minimum number of minutes until the next opening of an Averaging order! Useful for large candlesticks. Thus, we set a limit for the next order opening in minutes.
版本 16.112
2015.01.14
Added option ModifyStoplossEverySeconds = 0.
Modification of the Stop Loss at a new spread every specified amount of seconds.
This allows you to modify the Stop Loss for a new spread.
The value of at least 10 seconds is recommended, so that you are not banned by your broker for frequent stop loss midifications.
If 0, the option is disabled.
This modification is disabled when your position reaches breakeven.
版本 16.109
2015.01.12
===========================================
Added new averaging parameters:
----
DistanceAverageSpred_Koef = Koef to next step for averaging
- set spread increase/decrease ratio for trade averaging from the initial DistanceAverageSpred value.
Example:
DistanceAverageSpred_Koef = 2, DistanceAverageSpred = 50: the first averaging trade is performed at the distance of 50 current spreads. The second one is performed at the distance of 100 current spreads!
----
DistanceAverageSpred_Diferent = steps for averaging separated by commas
- set averaging values in spreads separated by comma.
Example:
"10,20,50,50,20,10" means that the first averaging trade is performed at the distance of 10 current spreads, the second one - 20 spreads, the third one - 50, etc.
If three values of "10,20,30" are specified, all trade distances after the third trade are equal to 30.
===========================================
Added open parameters for manual setting:
TakeProfitMANUAL = TakeProfit 0 - Autoset
DistanceMANUAL = Distance of Averaging 0 - Autoset
TrailingStopaMANUAL = Distance TrallingStop 0 - Autoset
StopLossMANUAL = StopLoss 0 - Autoset
LevelWLossMANUAL and LevelProfitMANUAL
Example:
If you want to set fixed values, for example, for a stop loss, you may set StopLossMANUAL = 1 000 points.
Or if you want to set fixed values of the averaging distance, you may set DistanceMANUAL = 100 points.
===========================================
Significantly increased the speed of the EA testing in the strategy tester.
Fixed too long stop loss received during a too high spread leap (if the spread is increased 10 times, the stop loss is too big).
Fixes reported bugs.
Added the info panel to the chart the EA is launched at.
Displayed signal volume and power.
版本 15.965
2014.11.12
Added parameters:
- Forced Modification of SL\TP in Market Trade
- Comments To Open Orders
- Use trade sounds
Fixed errors reported by users.
Added forced attempt of Stop Loss modification when opening a deal.
Fixed variable "Maximum number of orders for averaging".
In case of any error from the server, a comment is added in the Log.
版本 15.964
2014.11.07
Added ability to disable Take Profit. When TakeProfitTickSpred=0, Take Profit is not specified.
Fixed error of deal opening, if the last deal is not found in history.
版本 15.423
2014.04.24
Fixed:
- Maximum number of orders during averaging.
Modified:
- Stop loss of every next deal is calculated on the basis of the open price of the last order instead of the current price.
- Signals and variables of arrays containing signals are reset on start and every new day.
- Signals are now detect only at non-rollback movements in the same direction.
版本 15.317
2014.03.19
Added an option to calculate average spread used for calculation of parameters and trading. As a result, fast changing spread does not affect trading and false signals. There are less false signals during testing.
TimeToCheckAverageSpread=8000 - time in milliseconds to calculate average spread.
Buy this EA. It’s an ATM machine. Easy to set up and run, awesome service from Vlad. This is the only EA you need to run.