All MQL5 programming tutorials are categorized and easily accessible from the MetaEditor 5. You can choose a few topics, like "Tester", "Integration", etc., and you'll never miss a new publication in the selected categories.
Open the Toolbox of your MetaEditor 5 (Ctrl+T) and find materials on selected topics in the "Articles" tab. Hover your mouse over an article to read its annotation in the appeared pop-up box. Double click on it to open the full text of the article in your Web browser.
The article examines the possibility of creating an advanced ZigZag indicator. The idea of identifying nodes is based on the use of the Envelopes indicator. We assume that we can find a certain combination of input parameters for a series of Envelopes, whereby all ZigZag nodes lie within the confines of the Envelopes bands. Consequently, we can try to predict the coordinates of the new node.
Trading Systems, Indicators, Indicators 2013.05.09 Sergey Pavlov
The article describes the method of fast visual testing of trading ideas. The method is based on the combination of a price chart, a signal indicator and a balance calculation indicator. I would like to share my method of searching for trading ideas, as well as the method I use for fast testing of these ideas.
Trading Systems, Indicators 2013.02.08 Vladimir Kustikov
Support Vector Machines have long been used in fields such as bioinformatics and applied mathematics to assess complex data sets and extract useful patterns that can be used to classify data. This article looks at what a support vector machine is, how they work and why they can be so useful in extracting complex patterns. We then investigate how they can be applied to the market and potentially used to advise on trades. Using the Support Vector Machine Learning Tool, the article provides worked examples that allow readers to experiment with their own trading.
Trading, Trading Systems, Indicators, Expert Advisors 2012.12.17 Josh Readhead
In this article we are going to show how to explore the Standard Library of Trading Strategy Classes and how to add Custom Strategies and Filters/Signals using the Patterns-and-Models logic of the MQL5 Wizard. In the end you will be able easily add your own strategies using MetaTrader 5 standard indicators, and MQL5 Wizard will create a clean and powerful code and fully functional Expert Advisor.
Trading Systems, Integration, Indicators, Expert Advisors 2012.09.18 Harvester Trading
Now you also can use trading robots and any technical indicators with MetaTrader 5. All you need to do is to launch MetaTrader 5 trading terminal and open Market tab of Toolbox window.
Trading, Trading Systems, Indicators, Expert Advisors 2012.09.14 MetaQuotes
You have decided to study MQL5 trading strategies' programming language, but you know nothing about it? We have tried to examine MQL5 and MetaTrader 5 terminal from the newcomers' point of view and have written this short introductory article. In this article, you can find a brief idea of the possibilities of the language, as well as some tips on working with MetaEditor 5 and the terminal.
Examples, Tester, Trading Systems, Indicators 2012.08.02 MetaQuotes
MQL5.community Market provides Expert Advisors developers with the already formed market consisting of thousands of potential customers. This is the best place for selling trading robots and technical indicators!
Tester, Trading Systems, Indicators, Expert Advisors 2012.07.09 MetaQuotes
A proverbial wisdom often attributed to various famous people says: "He who makes no mistakes never makes anything." Unless you consider idleness itself a mistake, this statement is hard to argue with. But you can always analyze the past mistakes (your own and of others) to minimize the number of your future mistakes. We are going to attempt to review possible situations arising when executing jobs in the same-name service.
Trading, Trading Systems, Indicators, Expert Advisors 2012.05.24 Dmitriy Skub
This article seeks to upgrade the indicator created earlier on and briefly deals with a method for estimating forecast confidence intervals using bootstrapping and quantiles. As a result, we will get the forecast indicator and scripts to be used for estimation of the forecast accuracy.
Indicators, Statistics and analysis 2012.02.29 Victor
This article describes how object-oriented programming can be used for creating multi-timeframe and multi-currency panels for MetaTrader 5. The main goal is to build a universal panel, which can be used for displaying many different kinds of data, such as prices, price changes, indicator values or custom buy/sell conditions without the need to modify the code of the panel itself.
Examples, Indicators, Indicators 2011.12.20 Marcin Konieczny