You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
MetaTrader 5 Client Terminal build 360
- Terminal: Added a new graphic object OBJ_RECTANGLE_LABEL.
- Terminal: Fixed deletion of the last indicator in chart subwindows.
- Terminal: Fixed saving of the chart windows position.
- Terminal: Fixed errors in displaying of trade history in a chart.
- Terminal: Fixed collecting of crash logs with UAC enabled.
- MQL5: Fixed processing of a click event on the chart.
- MQL5: Fixed processing of the uint constant in case operators.
- MQL5: Added a compilation error message when declaring a class with incorrect modifiers.
- MQL5: Fixed functions ChartIndicatorDelete and ChartIndicatorName.
- MQL5: In the standard library fixed Shift methods in classes of dynamic arrays.
- MQL5: In the standard library fixed the FormatRequestResult method of the CTrade class.
- MQL5: Fixed errors of using array-type global variables.
- Tester: In the menu of the agents list added an option of disabling animation (showing of CPU usage by agents).
- Tester: Added an option for group deletion of agents.
- Tester: Fixed tester crash at the premature stop of testing.
- Tester: Fixed resetting of the forward testing date during optimization with a custom forward period.
- Tester: Fixed recording of events in the tester log.
- MetaEditor: Fixed loss of editor focus after closing the auto-substitution window.
- Fixed errors reported on the forum and in crash logs.
The live update is available through the live update system.The MetaTrader 5 client terminal can be downloaded at https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
MetaTrader 5 Client Terminal build 362
- Terminal: Dialogs for viewing logs of the terminal, tester and Expert Advisors are now nonblocking.
- Terminal: Fixed saving of graphic settings of the terminal when restarting the operating system with the terminal running.
- MQL5: Added the StringReplace function.
- MQL5: Fixed processing priority of the click event for the OBJ_RECTANGLE_LABEL object.
- MQL5: Fixed unconditional execution of the OnDeinit method when changing the parameters of a custom indicator.
- MQL5: Foxed check of structures\classes embedded in structures\classes.
- MQL5: Fixed reset of the calculated data counter during custom indicator initialization.
- MQL5: Fixed errors in classes of trade signals of the standard library.
- MQL5: In the standard library, added a trade signal class CSignal2EMA-ITF which uses the CSignalITF time filter.
- MetaTester: Fixed processing of outstanding tasks during optimization.
- MetaTester: Fixed handling of agents' errors during optimization.
- MetaTester: Fixed group update of agents.
- MetaTester: Fixed export and import of the list of testing agents.
- MetaTester: Fixed saving of testing parameters when restarting the operating system with the terminal running.
- Fixed errors reported on the forum and in crash logs.
The live update is available through the live update system.The MetaTrader 5 client terminal can be downloaded at https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
MetaTrader 5 Client Terminal build 368
- Terminal: Fixed the formation of the economic calendar.
- Terminal:
Optimized generation of trading and testing reports in HTML and
OpenXML. Now the generation of large reports does not cause "freezing"
of the terminal.
- MQL5: Raised the version of EX5 files - this requires recompilation of MQL5 programs.
- MQL5: If an error occurs in the StringReplace function, now the code of the last error is returned.
- MQL5: Fixed an error in the ArrayResize function for multidimensional arrays.
- MQL5: Fixed deinitialization of a custom indicator in case its parameters has changed.
- MQL5: Added a function for casting an enumeration to a string - EnumToString().
- MQL5: Fixed passing of a string by reference to a DLL for x64.
- MQL5: Updated the Standard Library.
- MetaTester: Fixed LiveUpdate for remote agents - the remote agents should be updated manually.
- MetaTester:
Increased speed of testing and optimization - removed redundant
operations during initialization and passing of results.
- MetaTester: Fixed passing of a tick before testing.
- MetaTester: Fixed calculation of the total testing time.
- MetaEditor: Fixed display of the "Date" box in the "Articles" tab.
- MetaEditor: Fixed downloading of a list of categories in the "Articles" and "Code Base" tabs.
- Fixed errors reported on the forum and in crash logs.
The live update is available through the live update system.The MetaTrader 5 client terminal can be downloaded at https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
MetaTrader 5 Client Terminal build 370
- MQL5: Fixed operation of the iCustom function.
- MetaTester: Fixed stopping of 32 bit and 64 bit remote agents during the update.
- MetaTester: Instead of CPU usage of a remote agent, now the testing progress is shown.
- Fixed errors reported on the forum and in crash logs.
The live update is available through the LiveUpdate systemThe MetaTrader 5 Client Terminal can be downloaded at https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
MetaTrader 5 Client Terminal build 373
The MetaTrader 5 client terminal can be downloaded at https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
MetaTrader 5 Client Terminal build 375
- Terminal: Fixed an error in the parameters tab.
- MQL5: Fixed rebuilding of the base of graphical objects.
- MQL5: Fixed comparison of base type variables NULL.
- MQL5: Fixed warnings about memory leaks with DLL use prohibited.
- MetaTester: Showing of CPU of a remote agent is replaced by the testing progress.
- MetaEditor: Added an option for page numbering.
- MetaEditor: Added support for the Full Screen mode.
- Fixed errors reported on the forum and in crash logs.
The live update will be available through the LiveUpdate system.The MetaTrader 5 Client Terminal can be downloaded at https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
MetaTrader 5 Client Terminal build 381
- Terminal: Added
email verification during the registration of a demo account - an email
with the confirmation code required to open a demo account is sent to
the specified email address. When using the same email address again,
re-confirmation is not required.
- Terminal: Added a request to confirm attachment of an Expert Advisor to a chart where another EA is already running.
- Terminal: When connecting to a server, the used access point is specified in the terminal journal.
- Terminal: Fixed error of price history lading when changing the current account.
- MQL5: Fixed execution of the OnDeinit function of custom indicators at terminal shutdown.
- MQL5: Fixed setting of labels of custom indicators through #property.
- MQL5: Fixed drawing of levels of custom indicators.
- MQL5: Fixed error of global arrays operation for x64.
- MQL5: Fixed error of custom indicators calculation.
- MQL5: Fixed comparison of unsigned types with zero.
- MQL5: Updated the Standard Library: all library classes are now inherited from CObject.
- MQL5:Updated the Standard Library: the Type() methods of classes CDealInfo,
CHistoryOrderInfo, COrderInfo and CPositionInfo are renamed to DealType(), OrderType() and PositionType() respectively.
- MetaTester: Fixed terminal crash that could appear with the release of custom indicators.
- MetaTester: Fixed terminal looping when connecting to the tester.
- MetaEditor: Fixed auto substitution when using keywords.
- MetaEditor:
In the EA and indicator creation wizard, added a step for selecting
events to process with further generation of template functions.
- Fixed errors reported on the forum and in crash logs.
The live update is available through the LiveUpdate system.The MetaTrader 5 Client Terminal can be downloaded t https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
MetaTrader 5 Client Terminal build 384
- Terminal:
Added a wizard for adding remote testing agents. In addition to manual
entry and import from *.mt5 file, added the option of scanning the local
network to find a working agent.
- MQL5: Added the
possibility to store resources in *.ex5 files. To add a resource to
*.ex5, the directive #resource is used, with the specification of a path
to the file relative to the directory MQL5\Images of the client
terminal. Foe example: #resource myexpert\button.bmp
- MQL5: Fixed passing as a parameter of the ArrayGetAsSeries function and similar errors.
- MQL5: Fixed false compilation warning "expression is always false".
- MQL5: Fixed the release of custom indicators used in MQL5 programs.
- MetaTester: Fixed crash of the tester with the release of custom indicators.
- MetaEditor: Added display of function arguments in the tooltip for the nested and multi-functions.
- Fixed errors reported on the forum and in crash logs.
The live update is available through the LiveUpdate system.The files in the resource can be referenced to using a line: "script_name::resource_name". As the resource name, the file name (without extension) passed in the #resource directive is used.
The MetaTrader 5 client terminal can be downloaded at https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
- Terminal: Added support for pasting from the clipboard into a list of trade servers in the dialog of new account opening.
- Terminal: Fixed saving and display of selected categories of news.
- Terminal: Added filtering of rows to be pasted from the clipboard in the fields of new account opening dialog.
- Terminal: Fixed calculation of total profits in the OpenXML statement of the trade history.
- Terminal: In the terminal log, added messages about enabling/disabling of automated trading.
- MQL5: Fixed getting of the Expert Advisor parameters.
- MQL5: Fixed passing of call of functions from the ArrayGetAs* family in x64.
- MQL5: Fixed definition of accessibility of protected and private class members.
- MQL5: Optimized event handling by Expert Advisors.
- MQL5: Fixed definition of the paths to resources.
- MQL5: Fixed output of messages about deletion of an undeletable or invalid pointer.
- MetaTester: Fixed saving of testing settings when running a single test from the optimization results.
- MetaTester: Fixed memory reserving when displaying 2D optimization results on large data volumes.
- MetaTester: Optimized passing of test parameters.
- MetaTester: Optimized display of the trade history in the tester.
- MetaEditor: Fixed update of the tester through LiveUpdate.
- MetaEditor: Fixed timely display of debugging points.
- MetaEditor: Added a command for creating an *.mqh file at an *.mq5 file for preparing the header files of libraries.
- MetaEditor: Fixed transition between the description and definition of the method.
- MetaEditor: Fixed opening of a file from the command line.
- MetaEditor: Fixed search through MQL5.com when connecting through a proxy server.
- Fixed errors reported on the forum and in crash logs.
The live update is available through the LiveUpdate system.The MetaTrader 5 client terminal can be downloaded at https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
- Terminal:
Significantly increased speed of loading of the charts with a large
number of graphical objects (hundreds of thousands).
- MQL5: Fixed commands for navigating through a chart from an Expert Advisor.
- MQL5: Fixed casting of numbers with a floating point to a string.
- MQL5: Fixed copying of structures.
- MQL5: Fixed an error in setting of parameters of running Expert Advisors.
- MQL5: Fixed errors in the StringReplace function.
- MQL5: Updated the Standard Library.
- MetaTester: Fix the generation of optimization cache.
- MetaTester: Optimized transmission and display of trade results of testing.
- MetaEditor: Added generation of classes in the MQL5 Wizard.
- MetaEditor: Fixed creation of an *.mqh file for an *.mq5 file for long function names.
- Fixed errors reported on the forum and in crash logs.
The live update is available through the LiveUpdate system.The MetaTrader 5 client terminal can be downloaded at https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe