MetaQuotes / Profile
MetaQuotes Ltd is the software development company. One of our products is the MetaTrader 5 trading platform intended for trading in different financial markets.
Use the links below to download the latest builds:
• MetaTrader 5 Client Terminal - https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
• MetaTrader 5 iPhone - https://download.mql5.com/cdn/mobile/mt5/ios
• MetaTrader 5 Android - https://download.mql5.com/cdn/mobile/mt5/android
Use the links below to download the latest builds:
• MetaTrader 5 Client Terminal - https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe
• MetaTrader 5 iPhone - https://download.mql5.com/cdn/mobile/mt5/ios
• MetaTrader 5 Android - https://download.mql5.com/cdn/mobile/mt5/android
Friends
776
Requests
Outgoing
MetaQuotes
Added topic New article at mql5.com - MQL for "Dummies": How to Design and Construct Object Classes
New article MQL for "Dummies": How to Design and Construct Object Classes is published at mql5.com: By creating a sample program of visual design, we demonstrate how to design and construct classes in MQL5. The article is written for
MetaQuotes
Added topic New article at mql5.com - Creating Active Control Panels in MQL5 for Trading
New article Creating Active Control Panels in MQL5 for Trading is published at mql5.com: The article covers the problem of development of active control panels in MQL5. Interface elements are managed by the event handling mechanism. Besides, the
MetaQuotes
Added topic About False Alerts by Anti-Virus Software
In order not to write "A False Alarm" over and over again, one more time we make a statement: Our software does not contain trojan or any other viruses (this is nonsense - our reputation and our work is very important to us). All the authorized
MetaQuotes
Added topic New article at mql5.com - Practical Application Of Databases For Markets Analysis
New article Practical Application Of Databases For Markets Analysis is published: Working with data has become the main task for modern software - both for standalone and network applications. To solve this problem a specialized software were
MetaQuotes
Added topic New article at mql5.com - Migrating from MQL4 to MQL5
New article Migrating from MQL4 to MQL5 is published at mql5.com: This article is a quick guide to MQL4 language functions, it will help you to migrate your programs from MQL4 to MQL5. For each MQL4 function (except trading functions) the description
MetaQuotes
Added topic New article at mql5.com - A Virtual Order Manager to track orders within the position-centric MT5 environment
New article A Virtual Order Manager to track orders within the position-centric MT5 environment is published at mql5.com: This class library can be added to an MT5 Expert Advisor to enable it to be written with an order-centric approach broadly
MetaQuotes
Added topic New article at mql5.com - Creating an Indicator with Graphical Control Options
New article Creating an Indicator with Graphical Control Options is published at mql5.com: Those who are familiar with market sentiments, know the MACD indicator (its full name is Moving Average Convergence/Divergence) - the powerful tool for
MetaQuotes
Added topic New article at mql5.com - MetaTrader 5: Publishing trading forecasts and live trading statements via e-mail on blogs, social networks and dedicated websites
New article MetaTrader 5: Publishing trading forecasts and live trading statements via e-mail on blogs, social networks and dedicated websites is published at mql5.com: This article aims to present ready-made solutions for publishing forecasts using
MetaQuotes
Added topic New article at mql5.com - Creating a "Snake" Game in MQL5
New article Creating a "Snake" Game in MQL5 is published at mql5.com: This article describes an example of "Snake" game programming. In MQL5, the game programming became possible primarily due to event handling features. The object-oriented
MetaQuotes
Added topic MQL5.com Search - Quick, Easy and Convenient!
MQL5.com has gained yet another useful service - now you can search information in all MQL5.community sections at one time. Type few keywords describing desired information, press Enter (or click Search button) - and you will see results page
MetaQuotes
MetaTrader 5 Strategy Tester!
Today we have released the beta version of MetaTrader 5 Strategy Tester ()https://www.metatrader5.com/en/automated-trading/strategy-tester. This program is the integral part of the MetaTrader 5 Client Terminal being designed for the purposes of testing and optimization of MQL5 Expert Advisors.
With the testing you can assess the qualities of your Expert Advisor on history data before launching it in real trading. Optimization allows choosing the most profitable parameters for your Expert Advisor making it a real efficient one. The Strategy Tester is an indispensable tool for developers of Expert Advisors. It is almost impossible to develop a profitable an error-free Expert Advisor without the tester.
As compared to the tester in MetaTrader 4, the new MetaTrader 5 Strategy Tester is a more powerful and accurate tool. It has obtained the new function of distributed optimization that will be useful in work with compound Expert Advisors. Besides that, the Strategy Tester offers efficient testing of multi-currency Expert Advisors.
Today we have released the beta version of MetaTrader 5 Strategy Tester ()https://www.metatrader5.com/en/automated-trading/strategy-tester. This program is the integral part of the MetaTrader 5 Client Terminal being designed for the purposes of testing and optimization of MQL5 Expert Advisors.
With the testing you can assess the qualities of your Expert Advisor on history data before launching it in real trading. Optimization allows choosing the most profitable parameters for your Expert Advisor making it a real efficient one. The Strategy Tester is an indispensable tool for developers of Expert Advisors. It is almost impossible to develop a profitable an error-free Expert Advisor without the tester.
As compared to the tester in MetaTrader 4, the new MetaTrader 5 Strategy Tester is a more powerful and accurate tool. It has obtained the new function of distributed optimization that will be useful in work with compound Expert Advisors. Besides that, the Strategy Tester offers efficient testing of multi-currency Expert Advisors.
MetaQuotes
Added topic New article at mql5.com - Creating Tick Indicators in MQL5
New article Creating Tick Indicators in MQL5 is published at mql5.com: In this article, we will consider the creation of two indicators: the tick indicator, which plots the tick chart of the price and tick candle indicator, which plot candles with
MetaQuotes
Added topic Temporary problems with the MetaQuotes-Demo test server
Today morning, for some technical reasons problems occurred accessing our test MetaTrader 5 server that is located at our external provider's facility. Due to these problems, logging in to accounts opened on this server is impossible. Please accept
MetaQuotes
Added topic Temporary problems with the MetaQuotes-Demo (MetaTrader 5) test server
Today morning, for some technical reasons problems occurred accessing our test MetaTrader 5 server that is located at our external provider's facility. Due to these problems, logging in to accounts opened on this server is impossible. Please accept
MetaQuotes
Added topic New article at mql5.com - Using the Object Pointers in MQL5
New article Using the Object Pointers in MQL5 is published: By default, all objects in MQL5 are passed by reference, but there is a possibility to use the object pointers. However it's necessary to perform the pointer checking, because the object may
MetaQuotes
Added topic MetaTrader 5 Testing Report
Seven months have passed since testing of the MetaTrader 5 platform started. The first stage of it implied closed testing among the most active members of the MQL4.community . On the second stage we officially published the terminal - its public
MetaQuotes
Added topic New article at mql5.com - Introduction to MQL5: How to write simple Expert Advisor and Custom Indicator
New article Introduction to MQL5: How to write simple Expert Advisor and Custom Indicator is published: MetaQuotes Programming Language 5 (MQL5), included in MetaTrader 5 Client Terminal, has many new possibilities and higher performance, compared to
MetaQuotes
The Announce of the Automated Trading Championship 2010
We are glad to announce that the Automated Trading Championship will be conducted this year - in 2010 (https://championship.mql5.com/2010). The main purpose of the competition is promoting the idea of the automated trading and the new development environment MetaQuotes Language 5 (MQL5). The total prize of the Automated Trading Championship 2010 is 80,000 US dollars.
As distinct from previous competitions, MQL5-programs will participate in Championship 2010. "This year we are going to release the new MetaTrader 5 Platform with the new Expert Advisor development environment - MQL5. That's why we decided to conduct the new competition among Expert Advisors written in MQL5." - Renat Fatkhullin, CEO of MetaQuotes said.
For the three years of the competition conduction, the Championship has become extremely popular being a specialized site where developers from all over the world can demonstrate their programs. Many EA writers use the Championship as a chance to show their programs and advertise their services.
We are glad to announce that the Automated Trading Championship will be conducted this year - in 2010 (https://championship.mql5.com/2010). The main purpose of the competition is promoting the idea of the automated trading and the new development environment MetaQuotes Language 5 (MQL5). The total prize of the Automated Trading Championship 2010 is 80,000 US dollars.
As distinct from previous competitions, MQL5-programs will participate in Championship 2010. "This year we are going to release the new MetaTrader 5 Platform with the new Expert Advisor development environment - MQL5. That's why we decided to conduct the new competition among Expert Advisors written in MQL5." - Renat Fatkhullin, CEO of MetaQuotes said.
For the three years of the competition conduction, the Championship has become extremely popular being a specialized site where developers from all over the world can demonstrate their programs. Many EA writers use the Championship as a chance to show their programs and advertise their services.
MetaQuotes
Added topic New article at mql5.com - Drawing Indicator's Emissions in MQL5
New article Drawing Indicator's Emissions in MQL5 is published: In this article, we will consider the emission of indicators - a new approach to the market research. The calculation of emission is based on the intersection of different indicators
MetaQuotes
Added topic New article at mql5.com - The Drawing Styles in MQL5
New article The Drawing Styles in MQL5 is published at mql5.com: There are 6 drawing styles in MQL4 and 18 drawing styles in MQL5. Therefore, it may be worth writing an article to introduce MQL5's drawing styles. In this article, we will consider the
: