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.

New publications in CodeBase

The most popular forum topics:

There are more than 32,190 topics available on forum

24 new topics on forum:

and 21 more...

New publications in CodeBase

  • A Really Random Robot This robot uses a random number generator to simulate simply tossing a coin to decide on the direction of each trade. It provides an example of a minimal expert advisor programmed in an object-oriented style. It also provides a basis for quantifying the value added by alternative methods of entry.
  • Pipser One-click trading.
  • Syntax checker Revision 1 Check a MetaQuotes Language 4 program for basic syntax errors like unbalanced braces, parentheses, brackets,.sin....
  • Nik_PSAR_2B Parabolic SAR for current TF and 3 next TFs with Alert. This indicator made by request of maks741 and with help of Nikolay.

23 new topics on forum:

and 20 more...

The most popular forum topics:

New publications in CodeBase

  • Dual_Trix_Upgrade2 The Dual Trix indicator with dual magnified Values in the Chart and in the Indicator window.
  • Multik The Multicurrency Expert Advisor.
  • earlyBird3 early Range, Break with RSI-Filter, Hedging, TrailingSL/TP with Vola-Filter, DayTrading Start- and Endtime, autoClosing, all Comments and Alerts.
  • earlyBird1 early Range, Break with RSI-Filter, Hedging, TrailingSL/TP with Vola-Filter, DayTrading Start- and Endtime, autoClosing, all Comments and Alerts.
  • Kolier Market Sessions Indicator KMSI is short for Kolier Market Sessions Indicator. It can be use to check time periods of market sessions.
  • Syntax checker Check a MetaQuotes Language 4 program for basic syntax errors like unbalanced braces, parentheses, brackets,.single and double quote, and multi line comment symbol pairs.

18 new topics on forum:

and 15 more...

The most popular forum topics:

There are more than 32,120 topics available on forum

10 new topics on forum:

and 7 more...

23 new topics on forum:

and 20 more...

The most popular forum topics:

18 new topics on forum:

and 15 more...

New publications in CodeBase

  • MartGreg An Expert Advisor, based on two MACD, it uses the martingale money management system.
  • Dual Trix UpGrade_1 Dual Trix Upgrade 1.
  • Heat Map MultiColor The purpose of this indicator is to highlight the price zones that had the most activity : the hottest zones.
  • earlyOpenTrend simple and successful, multiple functions
  • Rich quickly with the lowest DD Use this Ea with an extreme attention, i got this amazing result searching to optimise setting several days. Work the best on Eur/Usd timeframe M5 long&short
There are more than 230 articles published on site

Published article "MetaTrader 5 and MATLAB Interaction".

MetaTrader 5 and MATLAB Interaction

This article covers the details of interaction between MetaTrader 5 and MatLab mathematical package. It shows the mechanism of data conversion, the process of developing a universal library to interact with MatLab desktop. It also covers the use of DLL generated by MatLab environment. This article is intended for experienced readers, who know C++ and MQL5.

There are more than 32,060 topics available on forum

23 new topics on forum:

and 20 more...

New publications in CodeBase

  • MACD - Any higher timeframe This indicator is based on simple MACD but allows you to choose also timeframe of indicator, different from current. You can choose current timeframe of chart (then indicator shows the same values as common MACD) or any higher timeframe.
  • MACD_Not_So_Simple EA for EURUSD, H4
There are more than 1,840 codes published in Codebase

27 new topics on forum:

and 24 more...

The most popular forum topics:

Published article "Limitations and Verifications in Expert Advisors".

Limitations and Verifications in Expert Advisors

Is it allowed to trade this symbol on Monday? Is there enough money to open position? How big is the loss if Stop Loss triggers? How to limit the number of pending orders? Was the trade operation executed at the current bar or at the previous one? If a trade robot cannot perform this kind of verifications, then any trade strategy can turn into a losing one. This article shows the examples of verifications that are useful in any Expert Advisor.

New publications in CodeBase

  • spread_on_chart The spread_on_chart indicator shows the current values of spread, stop and freeze levels.
  • CloseAllTrades Script closes all opened and pending positions.
There are more than 32,010 topics available on forum

18 new topics on forum:

and 15 more...

The most popular forum topics:

Published article "Creating Multi-Colored Indicators in MQL5".

Creating Multi-Colored Indicators in MQL5

In this article, we will consider how to create multi-colored indicators or convert the existing ones to multi-color. MQL5 allows to represent the information in the convenient form. Now it isn't necessary to look at a dozen of charts with indicators and perform analyses of the RSI or Stochastic levels, it's better just to paint the candles with different colors depending on the values of the indicators.

New publications in CodeBase

9 new topics on forum:

and 6 more...

The most popular forum topics:

12 new topics on forum:

and 9 more...

New publications in CodeBase

24 new topics on forum:

and 21 more...
There are more than 31,930 topics available on forum

32 new topics on forum:

and 29 more...

The most popular forum topics:

Published article "Creating and Publishing of Trade Reports and SMS Notification".

Creating and Publishing of Trade Reports and SMS Notification

Traders don't always have ability and desire to seat at the trading terminal for hours. Especially, if trading system is more or less formalized and can automatically identify some of the market states. This article describes how to generate a report of trade results (using Expert Advisor, Indicator or Script) as HTML-file and upload it via FTP to WWW-server. We will also consider sending notification of trade events as SMS to mobile phone.

The most popular forum topics:

23 new topics on forum:

and 20 more...

New publications in CodeBase

Published article "Transferring Indicators from MQL4 to MQL5".

Transferring Indicators from MQL4 to MQL5

This article is dedicated to peculiarities of transferring price constructions written in MQL4 to MQL5. To make the process of transferring indicator calculations from MQL4 to MQL5 easier, the mql4_2_mql5.mqh library of functions is suggested. Its usage is described on the basis of transferring of the MACD, Stochastic and RSI indicators.

There are more than 31,880 topics available on forum

24 new topics on forum:

and 21 more...

Published article "The Optimal Method for Calculation of Total Position Volume by Specified Magic Number".

The Optimal Method for Calculation of Total Position Volume by Specified Magic Number

The problem of calculation of the total position volume of the specified symbol and magic number is considered in this article. The proposed method requests only the minimum necessary part of the history of deals, finds the closest time when the total position was equal to zero, and performs the calculations with the recent deals. Working with global variables of the client terminal is also considered.

Published article "Interview with Nikolay Kositsin: multicurrency EA are less risky (ATC 2010)".

Interview with Nikolay Kositsin: multicurrency EA are less risky (ATC 2010)

Nikolay Kositsin has told us about his developments. He believes multicurrency Expert Advisors are a promising direction; and he is an experienced developer of such robots. At the championships, Nikolay participates only with multicurrency EAs. His Expert Advisor was the only multicurrency EA among the prize winners of all the ATC contests.

The most popular forum topics:

23 new topics on forum:

and 20 more...
1...517518519520521522523524525526527528529530531...614