버전 24.927
2024.09.27
Update Update
버전 24.919
2024.09.18
ShowInfoClosedPositionSize parameter error fixed
버전 24.918
2024.09.18
Compiled in the latest terminal version
Updated to ensure compatibility with the most recent terminal release.
Global Interface Translation Overhaul
Comprehensive updates to the interface translation across all supported languages.
New Languages Added
Expanded language support with the inclusion of new languages.
버전 24.426
2024.04.26
- CLP tab: with AutoCorrect_LevelCLP = false, you can work with negative trailing profit!
You can set trailing profit to be triggered from the minus zone.
Please set AutoCorrect_LevelCLP = false in the EA settings.
Example:
Loss = -100 USD
Profit = 10 USD
Trailing Profit = 100 USD
Price moves in my direction = +10 USD
New Loss = -90 USD
If the price moves against me, I will have lost 90 USD instead of the initial 100 USD.
버전 24.419
2024.04.20
- Optimization of the "Show Profit on History" function
- Added CLP tab settings to the Trade Pad external parameters.
Because MetaQuotes prohibits sending global variables to the VPS server from MQL (MetaQuotes), all buttons, checkboxes, edit fields, and controls on the Trade Pad panel no longer work on VPS from MQL (MetaQuotes).
You can customize the function of closing by total profit or loss from the external settings of the Utility:
Attention! If the VPS_CLP_Activation parameter is enabled (true), then All settings for this function will work from external variables!
Objects on the CLP tab - will be inactive!
e05vps="================= VPS MQL5 CLP options ==================";//---------------------------------------------------------------------------------------------------------
VPS_CLP_Activation=false;//VPS_CLP_Activation --> CLP activation for VPS
VPS_CLP_AllSymbols=false;
VPS_CLP_CurrentSymbol=false;
VPS_CLP_SeparateBUYSELL=false;
VPS_CLP_SeparateDEALS=false;
e060="===================================";//---------------------------------------------------------------------------------------------------------
VPS_CLP_Profit_Currency=false;
VPS_CLP_Profit_Currency_amount=0;
VPS_CLP_Profit_Pips=false;
VPS_CLP_Profit_Pips_amount=0;
VPS_CLP_Profit_Percent=false;
VPS_CLP_Profit_Percent_amount=0;
e061="===================================";//---------------------------------------------------------------------------------------------------------
VPS_CLP_Trailing_Profit_Currency=false;
VPS_CLP_Trailing_Profit_Currency_amount=0;
VPS_CLP_Trailing_Profit_Pips=false;
VPS_CLP_Trailing_Profit_Pips_amount=0;
VPS_CLP_Trailing_Profit_Percent=false;
VPS_CLP_Trailing_Profit_Percent_amount=0;
e062="===================================";//---------------------------------------------------------------------------------------------------------
VPS_CLP_Loss_Currency=false;
VPS_CLP_Loss_Currency_amount=0;
VPS_CLP_Loss_Pips=false;
VPS_CLP_Loss_Pips_amount=0;
VPS_CLP_Loss_Percent=false;
VPS_CLP_Loss_Percent_amount=0;
버전 24.125
2024.01.24
Recompile
버전 24.124
2024.01.24
Compilation in the latest terminal build.
Long Ticket Number: Fixed CLP Trail Profit error when working with brokers with long ticket numbers.
버전 23.999
2023.12.27
LAST BUILD
버전 23.913
2023.09.18
------------------------------
-Last Build Compilation
-EAPADPRO v44
버전 22.110
2022.01.12
Fixed a bug with drawing objects for new versions of MT5 terminal
버전 21.956
2021.11.14
Code optimization and General improvements and bug fixes as reported by users.
버전 20.952
2020.10.22
- Added parameter to CLP (Closing on total profit and loss) settings:
--- CPL_CloseAllCharts_per_CloseAllDeals = close charts / other charts before closing positions.
--- This parameter allows us to solve the problem when our panel begins to close positions upon reaching the total profit or loss, and in the meantime, other experts simultaneously begin to open new positions.
--- The CPL_CloseAllCharts_per_CloseAllDeals parameter closes only those charts on which other Expert Advisors are installed (except for VirtualTradePad) only for MT5.
--- The CPL_CloseAllCharts_per_CloseAllDeals parameter closes All charts (When All Symbols is enabled) or only those with a chart symbol = VirtualTradePad symbol.
--- The CPL_CloseAllCharts_per_CloseAllDeals parameter saves chart templates before closing them! The template can be downloaded later. Template name: VTP_Symbol_Period_Name of the expert (only for MT5).
Important:
--- In Мt4: there is no way to find out the name of the Expert Advisor, so all charts are closed.
When this function is enabled, CPL_CloseAllCharts_per_CloseAllDeals = true, VirtualTradePad (before closing positions) will first save the templates of all charts, close all charts, close all positions.
버전 20.423
2020.04.23
-В Уведомление CLP_Alert CLP_Push добавлено название валютной пары, с которой работает программа.
-В Уведомление CLP_Alert CLP_Push добавлено название валютной пары, тип позиции и лот закрытой позиции.
버전 20.207
2020.02.09
=================================================== =====================================
-- Added opportunity to use Expert Adviser on Forex VPS for MetaTrader 4/5 from MetaQuotes
It works on any chart. Supports multiple chart at once!
Tabs work: CLP, TrailinStop, Signals!
Before changing the variables on your computer:
1. Enable AutoTrading to make the Expert Advisor active.
2. change the parameters,
3. After that, start the Migration!
=================================================== =====================================
- Added Risk Manager: Risk Manager Limiting losses / profits / Lots / Numbers
Block Limiting updated and supplemented!
This settings block allows users to limit Profit / loss / lots / number of deals/positions for a specified time.
A risk manager who monitors your trading and notifies you that the time limit has been exceeded with Current positions / today / week / month / all the time.
Settings:
CurrentOpenDeals - Take into account current open deals/positions;
ClosedDeals - Take into account closed deals / positions over time:
LimitFor - The time during which closed deals / positions in the history will be checked;
LimitForLosses - Loss limit at which the EA will sent a message, must be specified with -;
LimitForProfits - Profit limit at which the EA will sent a message;
LimitForLotsDeals - Limit of Lots of deals / positions, at which the adviser will sent a message;
LimitForCountDeals - Limit of the number of deals / positions at which the EA will sent a message;
NotificationMailSend - Send a message to the phone (PUSH) and mail if the limit is exceeded;
버전 20.125
2020.01.27
-- Forced writing global variables to disk.
-- Color of TrailingStop and CLP in the ON mode - is changed to green.
버전 20.110
2020.01.10
Added CLP: New parameter Use_Commission_in_CLP - Use calculation of commission when closing positions.
true - take into account the commission in the calculations.
false - do not take into account the commission in the calculations.
Attention: The commission is calculated from an open deal and multiplied by 2 (When closing a deal a commission is also charged)
This is the standard way to calculate commission!
In MetaTrader 5, it is impossible to get the type of commission calculation from an adviser!
If you do not want the adviser to automatically calculate the commission, you can turn off this feature!
Attention! This function only affects the calculations on the CLP tab, all other tabs work in standard mode, taking into account commissions.
버전 19.992
2019.12.17
Исправление отображения будущей прибыли в процентах при использовании нескольких открытых позиций
버전 19.991
2019.12.02
CLP: Fixed display of future levels (Show_Future_BE_TP_SL) for BUY positions.
CLP: The Show_Future_BE_TP_SL function has been added to show future profit / loss lines when closing is selected as a percentage of the current balance.
VTP CLP: Added a new parameter to the "CLP options" section:
Test Function
ClosebyFIFO = Closing positions according to FIFO rules;
When closing positions, the FIFO rule will be used (First opened, First closed).
The position will be closed in the order of their opening!
Attention: This rule is intended to be used only when working with all symbols and closing all positions at once.
Attention: This mode prohibits the use of functions: Separate Deals
버전 19.701
2019.07.06
- A new parameter has been added to the function “Closing by total profit or loss”:
ClosingCurrentTicketOnly - Close only the current list of tickets.
This option will help to avoid problems when my program starts to close positions on the basis of total profit, and the user's adviser starts to open new positions.
ClosingCurrentTicketOnly = true, Then the VirtualTradePad program, if the total profit conditions are met, will close the current list of positions. If new tickets are added to the list of positions, the VirtualTradePad program will ignore them.
ClosingCurrentTicketOnly = false, Then the VirtualTradePad program, if the total profit conditions are met, will close all positions, even if another adviser opens new positions.
버전 19.227
2019.02.26
Fixed a percentage value profit on the CLP tab when the user did not press Enter to save parameters.
버전 19.226
2019.02.26
Общие улучшения
버전 19.211
2019.02.11
Fixed the error of moving the graph when the panel is minimized!
버전 19.206
2019.02.06
- In the CLP block, when closing positions by profit in points, the profit in the deposit currency will be additionally checked.
Actual when closing positions with different volume of lots.
If the adviser can close positions by profit in points, but the profit in the deposit currency is less than 0, then the adviser will not close the position, but will wait for the positions to gain profit in the deposit currency> 0.
- Text labels with information about open positions are reduced, to save space.
- Cosmetic enhancements.
버전 19.201
2019.01.30
Global Update 2019
- Improved graphics part of the panel. Re-design of individual elements;
- Added the ability to resize the panel: GeneralSize!
- GeneralSize default = 12, Increasing the size of the panel.
- Last panel size with GeneralSize = 10!
- Text labels of open positions optimized. Fixed error when text labels were drawn on top of the VirtualTradePad panel;
버전 19.121
2019.01.21
Some graphical changes.
버전 19.114
2019.01.17
Global Update 2019:
- When using CLP_DeleteStopOrders = true and the CloseALL buttons, the choice of characters to close is taken into account (All symbols, only the current one);
- Added hints to external variables when setting up the program;
- Added language selection tips Language: Spanish, Portuguese (Brazil), German, Chinese, Japanese;
By default, the language of prompts will be determined automatically by the language of your terminal. You can also choose your language;
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!
- Parameter and function Sounds replaced by a more advanced function from our EAPADPRO
Added new parameters:
Notice_Open_Push = false;
Notice_Open_Sound = true;
Notice_Close_Push = false;
Notice_Close_Sound = true;
Notice_Modify_Push = false;
Notice_Modify_Sound = true;
Notice_Error_Push = false;
Notice_Error_Sound = true;
Notice_Open_NameSoundFromEa = "ok";
Notice_Close_NameSoundFromEa = "alert2";
Notice_Modify_NameSoundFromEa = "stops";
Notice_Error_NameSoundFromEa = "timeout";
You can enable / disable sound when opening, closing, modifying, error, as well as specify the name of the sound file (without .wav)
You can also enable notification to the phone (PUSH messages) when opening, closing, modifying, an error.
Additional information is displayed in the log.
- The ShowInfoPosition function has been updated; now the position information on the chart will not overlap our panel. Dynamic change of coordinates of information data on a chart.
- Font name changed to Roboto
버전 18.945
2018.10.17
The parameters of the number of attempts to close and open positions using one-click trading are added in external variables:
NumberTryClose - The number of attempts to close a position.
When receiving an error from the server, the adviser tries to open / close.
Required with frequent requotes.
CLP Activation (Close if Profit or Loss Activation) Changed!
ON OFF buttons are added to the panel for more understandable action!
버전 18.932
2018.10.01
- Added support for the work of the Expert Advisor and the CLP tab (Closing on Total Profit or Loss) on VPS hosting from MetaQuotes.
버전 18.515
2018.05.23
- Fixed the error with profit trailing and closure at a loss, which occurred when using the closing on all symbols.
- Added a variable for specifying the currency pair for the panel to work with: SymbolToTradeCustom
This allows working on offline charts (Tick charts, Renko charts, etc.).
Attention: Be careful when writing the name. The name should exactly match the name in the Market Watch!
EurUSD - incorrect!
EURUSD - correct!
If this parameter is not set, the EA works on the currency pair it is attached to.
- Added the ability for Magic Target to work on an offline (Tick, Renko...) chart.
- Added the indication of the feature operation to the CLP tab.
If the indication is red, the feature is disabled and does not work;
If the indication is green, the feature is enabled and working.
버전 18.309
2018.03.14
Fixed an error in the Close ALL button.
버전 18.227
2018.03.06
- Added support for font scaling in Windows (font size settings are not available);
- Added support for multiple magic numbers. Updated the MagicNumber parameter: the first number denotes the magic number for opening positions and management. It is also possible to set multiple magic numbers to be managed;
For example:
--- MagicNumber=777 UseAllMagicFromAllAccount=true: the EA monitors all positions on the current symbol and on the entire account;
--- MagicNumber=777 UseAllMagicFromAllAccount=false: the EA monitors positions with the magic number 777 on the current symbol and on the entire account;
--- MagicNumber=777,888 UseAllMagicFromAllAccount=false: the EA monitors positions with the magic numbers 777 and 888 (opens positions with the magic number 777) on the current symbol and on the entire account;
--- MagicNumber=777,888,999 UseAllMagicFromAllAccount=false: the EA monitors positions with the magic numbers 777, 888 and 999(opens positions with the magic number 777) on the current symbol and on the entire account;
- When a new object appears on the chart, the panel is refreshed to avoid overlapping of objects on the panel;
버전 17.979
2017.12.12
Cosmetic changes.
A new parameter has been added: CPL_AUTOOFF_AfterClose allows disabling the "Close if profit or loss" button after closing all positions.
The button is only disabled when ALL! positions are closed.
It takes into account the magic number specified in the EA, as well as the symbol for closing.
If closing only 1 currency is selected and the CPL_AUTOOFF_AfterClose is enabled, the EA waits for all positions of this currency pair to be closed, and only after that the button can be closed!
BugFix: Fixed dragging of trade levels (Stop Loss, Take Profit) when hovering over the panel and back.
버전 17.970
2017.11.13
In the EA settings, changed the option for closing the terminal after all trades are closed.
Parameter CPL_CloseTerminalAfterClose - enable closing the terminal.
CPL_CloseTerminalAfterClose = true.
Terminal is closed only when ALL! positions are closed.
It takes into account the magic number specified in the EA, as well as the symbol for closing.
If closing only 1 currency is selected. If the CPL_CloseTerminalAfterClose parameter is enabled, the EA waits for all positions on the given currency pair to be closed, and cab close the terminal only after that!
Added the Show_Future_BE_TP_SL parameter to CLP - show the lines of the future position closure by total profit or loss..
Attention: it works only on the current symbol and with the 'SEPARATE Orders' mode disabled.
The lines are displayed separately for Buy and Sell positions, or by a common line.
If a line is not shown, then the positions form a lock that cannot be closed by the total profit or loss.
Note: line and price data may be inaccurate for floating spread.
Remember! SELL is closed by ASK, while BUY is closed by BID
Profit trailing can now be enabled only after setting the parameters for closing by profit.
Added the profit trailing values on the CLP panel near the input box for the distance of Trailing Profit. The value appears when the trailing level is fixed by the EA and shows the fixed level for closure.
Added block of alerts for profit and loss in the deposit currency.
If you want to limit the losses on the current client magic number, you can do that in the new block.
For example: you need the EA to send you emails and display on-screen alerts when the total loss of open and closed trades within LimitFor becomes less than -100 USD:
Set the parameters to the following:
LimitFor=0;
LimitForLosses=-100;
LimitForProfits=0;
After receiving the daily loss of -100 USD in history for the given magic number, the EA displays an on-screen alert and sends an email.
Attention: this block does not close trades! It simply displays alerts!
At the next LimitFor, this parameter is reset to 0.
You can select LimitFor= DAY;WEEK;MONTH;ALLTIME;
You can also enable sending email and push notifications when reaching the limits of NotificationMailSend
To the CLP panel for closing by profit or loss, added a block of notifications when closing positions by profit or loss. 3 notification methods are available:
CPL_AlerT - alert message
CPL_Mail - email message
CPL_Push - push notification
How to set up mobile device or email to messages from the Expert Advisor:
https://www.metatrader4.com/en/trading-platform/help/setup/settings_notifications
https://www.metatrader4.com/en/trading-platform/help/setup/setup_email
the MagicOrderToClose parameter has been replaced by 2 parameters:
MagicNumber - unique magic number of positions to close.
UseAllMagicFromAllAccount:
true = apply the function of closing by total profit or loss to all magic numbers.
false = set the unique magic number for closing positions in the MagicNumber parameter.
버전 17.503
2017.05.11
- Fixed the error with the display of fractional numbers on the CLP panel: when entering fractional numbers in the fields Dollars, Percents and Profit trailing
버전 17.118
2017.01.24
Fixed operation with long tickets
버전 16.995
2017.01.13
General changes and improvements:
-Depending on the account currency, added the corresponding icon.
-Improved the function for displaying the trade levels when hovering the panel.
(when hovering the panel, the trade levels of the terminal are disabled, so that the stop levels are not caught when pressing buttons).
-Fixed and improved the function for calculating commission and swap for INFO,CLP.
CLP tab:
-Added parameter Use_Lots_in_CLP_Points for working with the CLP tab - true - the EA will also consider the lot of those positions during calculation of profit points. This option can be useful in trading on a hedging account with different lots.
For example:
opened 2 SELL positions on EURUSD
SELL 0.01 with profit of 20 and 0.2 USD
SELL 0.02 with loss of -12 points -0.24 USD
-If Use_Lots_in_CLP_Points = false the EA will calculate the "net" points.
In this case, the Profit will be: -0.04 USD or 8 points.
As we can see, the position gained profit in points, but it is a loss in USD.
-If Use_Lots_in_CLP_Points = true the EA will calculate points with consideration of lots.
In this case, the profit will be: -0.04 USD or -4 points.
If calculation of profit is in points and the "Include lots in profit calculation" is enabled,
the EA will find the minimum lot of the provided positions and calculate the Points on that basis.
For example:
Minimum position 0.01, 1 "net" point = 1 point,
If a position is opened with a lot of 0.02, then 1 net point = 2 points with consideration of the lot.
If a position is opened with a lot of 0.05, then 1 net point = 5 points with consideration of the lot.
-Added checking of the input values for closing profit or loss:
If the specified profit is lower than the current - system generates a warning and disabled the closure mode.
If the specified loss is greater than the current - system generates a warning and disabled the closure mode.
If set to 0 and user attempts to enable closure - system generates an error.
-Added the AutoCorrect_LevelCLP parameter:
Only negative values can now be entered to the loss field. If user enters +10, the system automatically converts it to -10.
Only positive values can now be entered to the profit field. If user enters -10, the system automatically converts it to +10.
Only a positive value can be entered in the CLP_TralOptions, otherwise the EA generates an error.
버전 16.990
2016.12.13
Now commission and swap are included into profit calculation.
버전 16.128
2016.02.01
The Expert Advisor is completely replaced by the CLP control panel
The 'Close if Profit or Loss' operation algorithm is completely identical
Now you have the option to use the EA as a panel on the chart
VirtualTradePad "CLP style"
Main Features:
The panel can work only on its own symbol (Current Symbol) or consider the total profit or loss by all symbols (All symbols).
The panel can be used as a virtual Stop Loss or Take Profit. To do it, set the profit and loss size in pips (Profit p or Loss p), put checkmarks and select your symbol. The Expert Advisor will close positions for the selected symbol considering the number of pips obtained or lost.
You can choose the close type: by profit in dollars, in pips or in % of balance or by loss in dollars, in pips or in % of balance.
There is also the "CLOSE ALL" button that instantly closes the current symbol position or all positions (depending on your choice).
The current state of your account is displayed right on the panel in three different ways corresponding to the close types.
Usage:
Start the panel on your currency pair chart.
On the panel select the option to close positions by all symbols or by the current symbol.
To activate the options for selecting the close type, you need to specify a non-zero value for the corresponding parameters. Note that a positive value must be specified for the profit and a negative value must be specified for the loss, for example: -100.
Check the options you want to use for closing.
Enable the Close if Profit or Loss button, it should become blue. It means that the Expert Advisor has started working.
Once the profit or loss of your position crosses the set levels, the positions will be closed.
The emergency button CLOSE ALL is intended for closing all positions instantly.
SEPARATE Orders for separate calculation and deletion of each position.
"Virtual Stop Loss and Take Profit" mode.
For example, if you set closure by loss to $ -5 and closure by profit to 100 points, each trade will be closed separately by a loss of $ -5 or by profit of 100 points.
Separate BUYSELL, which allows to calculate a close positions by the net profit or loss separately for BUY and for SELL.
Revised the signal system for the Signals panel.
This tab shows the trend by the timeframe and indicator. Previously signal was shown at the time of its triggering. Now the current trend is shown.
Added the function to save the settings during the terminal reboot, the change in settings inside the panel, when closing the panel on the chart and attaching the panel to the chart.
All variables and data changes made in the panel are now saved when the terminal is restarted.
If you turn off the terminal and turn it on again - all the parameters will be re-loaded from the global variables.
Added the TrailingProfit function to the CLP tab:
Trailing Stop at Closing.
A new function for trailing profits has been implemented on user demand. In this case, the profit is fixed with some correction. As soon as the profit reaches the specified value, the Expert Advisor saves the current profit level and starts trailing the profit.
For example:
If you made settings for closing at the profit of 10 dollars:
Profit $ - positive closing.
Profit $ - value of positive closing.
TrailingProfit- distance from Profit $, which, when reached, triggers trailing of profit.
If Profit $ is set to 10 and TrailingProfit is set to 5 the Trailing Stop will be set at 5 dollars. The Trailing Stop will come into play when the Expert Advisor passes the 10 dollar line and start moving following the profit. The Journal will show entries about the current profit status.
When the total profit falls below the last fixed level, TrailingProfit, the Expert Advisor will perform forced closing of all position.
The function works for all closure types: Every symbol, Current symbol, Separate BUY and SELL direction, Each order separately.
버전 15.935
2015.10.07
Updated profit visualization during trailing.
버전 15.932
2015.10.05
Improved visualization on the screen!
New block:
PROFITLOSS_EXTRASETS4 - alert of profit and loss in the deposit currency.
If you want to limit losses for the current custom magic, use this new block.
Example: you want the EA to send an email and show a pop-up alert when the total loss of open and closed deals within LimitFor falls below -$100.
Use the following parameters:
LimitFor=0;
LimitForLosses=-100;
LimitForProfits=0;
When the magic's loss on history reaches -$100 per day, the EA will show a pop-up alert and send an email.
Attention: This block does not close deals! It only generates an alert!
For the next LimitFor this parameter is reset to 0.
You can set LimitFor= DAY;WEEK;MONTH;ALLTIME;
버전 15.901
2015.09.02
Updated algorithm of forced closure of positions and orders, if an order has been closed manually.
PROFITLOSS_EXTRASETS4 - a block for limiting profit and loss in the deposit currency.
If you want to limit losses with current settings, you can do it in the new block.
E.g.: You want to limit trade opening after the total loss for 1 day (week or month) equal to -100 USD
You will have the following parameters:
LimitFor=0;
LimitForLosses=-100;
LimitForProfits=0;
After the loss in history with the given settings reaches -100 dollars for one day, you will receive an alert prompting you either to change the parameters or delete the EA that opens trades.
The next day, this parameter is reset to 0.
You can choose LimitFor= DAY;WEEK;MONTH;ALLTIME;
버전 15.123
2015.01.23
Added options for closing the terminal after the closure of a series of trades
CloseTerminalAfterClosePROF - disable the terminal after fixing profit.
CloseTerminalAfterCloseLOSS - disable the terminal after fixing loss.
Improved profit trailing.
xtern double TralOptions=5;
extern double TralOptionsStep=2.
Works as intended.