Find us on Facebook!
Join our fan page

Use new possibilities of MetaTrader 5

History of MQL5.community development

The most popular trading robots and technical indicators, news signals, regular incoming ready-made MQL5 programs in CodeBase and the most discussed Forum topics.

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

The most downloaded free products:

Bestsellers in the Market:

17 new topics on forum:

and 14 more...

New publications in CodeBase

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

There are more than 104,650 topics available on forum

28 new topics on forum:

and 25 more...

Published article "Studying candlestick analysis techniques (part IV): Updates and additions to Pattern Analyzer".

Studying candlestick analysis techniques (part IV): Updates and additions to Pattern Analyzer

The article presents a new version of the Pattern Analyzer application. This version provides bug fixes and new features, as well as the revised user interface. Comments and suggestions from previous article were taken into account when developing the new version. The resulting application is described in this article.

The most downloaded free products:

Bestsellers in the Market:

24 new topics on forum:

and 21 more...

Most downloaded source codes this month

  • FFC - Forex Factory Calendar Modified version of FF Calendar Indicator with new features.
  • b-clock Show minutes and seconds left before new candle is appeared.
  • Volume Profile + Range v6.0 Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram.

Most read articles this month

Scraping bond yield data from the web

Scraping bond yield data from the web

Automate the collection of interest rate data to improve the performance of an Expert Advisor.

MQL5: Analysis and Processing of Commodity Futures Trading Commission (CFTC) Reports in MetaTrader 5

MQL5: Analysis and Processing of Commodity Futures Trading Commission (CFTC) Reports in MetaTrader 5

In this article, we will develop a tool for CFTC report analysis. We will solve the following problem: to develop an indicator, that allows using the CFTC report data directly from the data files provided by Commission without an intermediate processing and conversion. Further, it can be used for the different purposes: to plot the data as an indicator, to proceed with the data in the other indicators, in the scripts for the automated analysis, in the Expert Advisors for the use in the trading strategies.

There are more than 6,630 products available in Market

New publications in CodeBase

  • ProfitLossTrailEA This Expert Advisor is a tool for managing orders.
  • iPlotterHistoryOrders This indicator is a tool to show history orders on the chart.
  • VirtualProfitLossTrailEA This expert is a tool to manage the level of profits or losses for each order without using stop loss or take profit.
  • FollowLine This indicator uses Bollinger Bands lines to detect markets trend.
  • iCompass This indicator uses Moving Average to detect markets trend.

The most downloaded free products:

Bestsellers in the Market:

There are more than 104,600 topics available on forum

19 new topics on forum:

and 16 more...

The most popular forum topics:

New publications in CodeBase

  • STOCH in MA STOCH in MA is an indicator which applies the stochastic changes to the iMA.
  • MACD in MA MACD in MA is an indicator to change color in iMA if iMACD is upper of zero (uptrend) or lower of zero (downtrend). It helps any trader to see the trend of pair.
  • RSI in MA RSI in MA is an indicator to change color in iMA if iRSI crosses level up (uptrend) or crosses level down (downtrend).
  • CCI in MA CCI in MA is an indicator to change color in iMA if iCCI crosses level up (uptrend) or crosses level down (downtrend).
  • HistoryInfoEA This expert is a tool which helps every trader to see the historical results by magic number or orders' comment.
  • iBrokerInfo It's an indicator to show some information about the account on the chart.
  • CheckExecutionEA This expert is a tool to check broker execution and spread.
  • CloseDeleteEA This Expert Advisor closes all open positions and pending orders.
  • TargetEA This Expert Advisor is a tool to be used for closing all open positions by ticket in profit.
  • RIS Solar System It is based on solar winds joy and modified based on that. It is giving some good performance
There are more than 10,080 codes published in Codebase

Published article "Developing a cross-platform grider EA".

Developing a cross-platform grider EA

In this article, we will learn how to create Expert Advisors (EAs) working both in MetaTrader 4 and MetaTrader 5. To do this, we are going to develop an EA constructing order grids. Griders are EAs that place several limit orders above the current price and the same number of limit orders below it simultaneously.

Published article "A DLL for MQL5 in 10 Minutes (Part II): Creating with Visual Studio 2017".

A DLL for MQL5 in 10 Minutes (Part II): Creating with Visual Studio 2017

The original basic article has not lost its relevance and thus if you are interested in this topic, be sure to read the first article. However much time has passed since then, so the current Visual Studio 2017 features an updated interface. The MetaTrader 5 platform has also acquired new features. The article provides a description of dll project development stages, as well as DLL setup and interaction with MetaTrader 5 tools.

The most downloaded free products:

14 new topics on forum:

and 11 more...

Most downloaded source codes this week

Most read articles this week

Extracting structured data from HTML pages using CSS selectors

Extracting structured data from HTML pages using CSS selectors

The article provides a description of a universal method for analyzing and converting data from HTML documents based on CSS selectors. Trading reports, tester reports, your favorite economic calendars, public signals, account monitoring and additional online quote sources will become available straight from MQL.

Library for easy and quick development of MetaTrader programs (part II). Collection of historical orders and deals

Library for easy and quick development of MetaTrader programs (part II). Collection of historical orders and deals

In the first part, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms. We created the COrder abstract object which is a base object for storing data on history orders and deals, as well as on market orders and positions. Now we will develop all the necessary objects for storing account history data in collections.

Bestsellers in the Market:

The most downloaded free products:

19 new topics on forum:

and 16 more...

Bestsellers in the Market:

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

There are more than 104,530 topics available on forum

15 new topics on forum:

and 12 more...

Published article "Using MATLAB 2018 computational capabilities in MetaTrader 5".

Using MATLAB 2018 computational capabilities in MetaTrader 5

After the upgrade of the MATLAB package in 2015, it is necessary to consider a modern way of creating DLL libraries. The article uses a sample predictive indicator to illustrate the peculiarities of linking MetaTrader 5 and MATLAB using modern 64-bit versions of the platforms, which are utilized nowadays. With the entire sequence of connecting MATLAB considered, MQL5 developers will be able to create applications with advanced computational capabilities much faster, avoiding «pitfalls».

The most downloaded free products:

Bestsellers in the Market:

42 new topics on forum:

and 39 more...

The most popular forum topics:

Published article "MTF indicators as the technical analysis tool".

MTF indicators as the technical analysis tool

Most of traders agree that the current market state analysis starts with the evaluation of higher chart timeframes. The analysis is performed downwards to lower timeframes until the one, at which deals are performed. This analysis method seems to be a mandatory part of professional approach for successful trading. In this article, we will discuss multi-timeframe indicators and their creation ways, as well as we will provide MQL5 code examples. In addition to the general evaluation of advantages and disadvantages, we will propose a new indicator approach using the MTF mode.

New publications in CodeBase

1...276277278279280281282283284285286287288289290...625