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

  • News EA Template Without DLL From 2 Sources The functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL.
  • Consecutive Candles with Stochastic Filter Indicator Shows when two or three consecutive bull or bear candles of a certain size print after qualifying the stochastic level of the initial candle in the series. New in version 3 /* Changelog 2-4-19 Added 50% line to indicator box - Ignored changing the indicator lines individually since mql does not have a built-in language convention to create this change would require too much additional research and effort. Fixed error with the DodgerBlue lines not showing, the problem was due to using DodgerBlue instead of clrDodgerBlue in the code to indicate color, should be fixed now. */
  • Simpler Trend Get a grasp of the current trend by candle colors.
  • All In One Divergence Indicator to trade divergence. One of 30 indicators can be selected.
  • Hidden StopLoss and TakeProfit System A class system to represent a hidden stop loss and take profit system, combined with 4 example files showing the use of the classes.

The most popular forum topics:

Most downloaded source codes this week

  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
  • Get_Rich_or_Die_Trying_GBP Trades on PERIOD_M1 (M1). Calculates bullish and bearish candlesticks.
  • Open Two Pending Orders Automatic placing of Buy Stop pending order and Sell Stop pending order simultaneously, Stop Losses and Take Profits on the user specified levels. As soon as the long position (BUY) is opened as ASK price crosses the levels, the remaining pending order (SELLSTOP) is deleted. Vice versa if the short position (SELL) is opened as BID price crosses the levels, the remaining pending order (BUYSTOP) is deleted. It places again both pending orders after the opened order has been closed.

Most read articles this week

Deep Neural Networks (Part I). Preparing Data

Deep Neural Networks (Part I). Preparing Data

This series of articles continues exploring deep neural networks (DNN), which are used in many application areas including trading. Here new dimensions of this theme will be explored along with testing of new methods and ideas using practical experiments. The first article of the series is dedicated to preparing data for DNN.

The Flag Pattern

The Flag Pattern

The article provides the analysis of the following patterns: Flag, Pennant, Wedge, Rectangle, Contracting Triangle, Expanding Triangle. In addition to analyzing their similarities and differences, we will create indicators for detecting these patterns on the chart, as well as a tester indicator for the fast evaluation of their effectiveness.

Cross-Platform Expert Advisor: Stops

Cross-Platform Expert Advisor: Stops

This article discusses an implementation of stop levels in an expert advisor in order to make it compatible with the two platforms MetaTrader 4 and MetaTrader 5.

There are more than 90,130 topics available on forum

14 new topics on forum:

and 11 more...

Bestsellers in the Market:

The most downloaded free products:

13 new topics on forum:

and 10 more...

Bestsellers in the Market:

The most popular forum topics:

The most popular forum topics:

Bestsellers in the Market:

16 new topics on forum:

and 13 more...

17 new topics on forum:

and 14 more...

Bestsellers in the Market:

Published article "Creating and testing custom symbols in MetaTrader 5".

Creating and testing custom symbols in MetaTrader 5

Creating custom symbols pushes the boundaries in the development of trading systems and financial market analysis. Now traders are able to plot charts and test trading strategies on an unlimited number of financial instruments.

Bestsellers in the Market:

The most downloaded free products:

There are more than 90,070 topics available on forum

22 new topics on forum:

and 19 more...

The most popular forum topics:

More than 20 new charts published:

图表 WDOU17, M5, 2017.08.25 19:27 UTC, XP Investimentos CCTVM S/A, MetaTrader 5, Real
WDOU17, M5
Chart EURUSD, M15, 9/18/2017 4:28 PM UTC, Activtrades Plc, MetaTrader 4, Real
EURUSD, M15
Grafico EURUSD, H1, 2017.08.29 16:06 UTC, Alpari International Limited, MetaTrader 5, Demo
EURUSD, H1
There are more than 3,350 products available in Market

Most downloaded source codes this month

Most read articles this month

Universal Expert Advisor: Accessing Symbol Properties (Part 8)

Universal Expert Advisor: Accessing Symbol Properties (Part 8)

The eighth part of the article features the description of the CSymbol class, which is a special object that provides access to any trading instrument. When used inside an Expert Advisor, the class provides a wide set of symbol properties, while allowing to simplify Expert Advisor programming and to expand its functionality.

Patterns available when trading currency baskets. Part III

Patterns available when trading currency baskets. Part III

This is the final article devoted to the patterns that occur when trading currency pair baskets. It considers combined trend-following indicators and application of standard graphical constructions.

MetaTrader 4 on macOS

MetaTrader 4 on macOS

We provide a special installer for the MetaTrader 4 trading platform on macOS. It is a full-fledged wizard that allows you to install the application natively. The installer performs all the required steps: it identifies your system, downloads and installs the latest Wine version, configures it, and then installs MetaTrader within it. All steps are completed in the automated mode, and you can start using the platform immediately after installation.

Bestsellers in the Market:

16 new topics on forum:

and 13 more...

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

21 new topics on forum:

and 18 more...

Published article "Deep Neural Networks (Part II). Working out and selecting predictors".

Deep Neural Networks (Part II). Working out and selecting predictors

The second article of the series about deep neural networks will consider the transformation and choice of predictors during the process of preparing data for training a model.

New publications in CodeBase

Published article "The Flag Pattern".

The Flag Pattern

The article provides the analysis of the following patterns: Flag, Pennant, Wedge, Rectangle, Contracting Triangle, Expanding Triangle. In addition to analyzing their similarities and differences, we will create indicators for detecting these patterns on the chart, as well as a tester indicator for the fast evaluation of their effectiveness.

There are more than 90,000 topics available on forum

11 new topics on forum:

and 8 more...

Bestsellers in the Market:

Most downloaded source codes this week

  • Open Two Pending Orders Automatic placing of Buy Stop pending order and Sell Stop pending order simultaneously, Stop Losses and Take Profits on the user specified levels. As soon as the long position (BUY) is opened as ASK price crosses the levels, the remaining pending order (SELLSTOP) is deleted. Vice versa if the short position (SELL) is opened as BID price crosses the levels, the remaining pending order (BUYSTOP) is deleted. It places again both pending orders after the opened order has been closed.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
  • Renko The renko (renko) chart in a separate subwindow. No matter on what chart timeframe the indicator is attached, the renko is drawn on close price of М1 timeframe.

Most read articles this week

Cross-Platform Expert Advisor: Stops

Cross-Platform Expert Advisor: Stops

This article discusses an implementation of stop levels in an expert advisor in order to make it compatible with the two platforms MetaTrader 4 and MetaTrader 5.

Naive Bayes classifier for signals of a set of indicators

Naive Bayes classifier for signals of a set of indicators

The article analyzes the application of the Bayes' formula for increasing the reliability of trading systems by means of using signals from multiple independent indicators. Theoretical calculations are verified with a simple universal EA, configured to work with arbitrary indicators.

Deep Neural Networks (Part I). Preparing Data

Deep Neural Networks (Part I). Preparing Data

This series of articles continues exploring deep neural networks (DNN), which are used in many application areas including trading. Here new dimensions of this theme will be explored along with testing of new methods and ideas using practical experiments. The first article of the series is dedicated to preparing data for DNN.

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

The most popular forum topics:

Bestsellers in the Market:

11 new topics on forum:

and 8 more...

Published article "Custom Walk Forward optimization in MetaTrader 5".

Custom Walk Forward optimization in MetaTrader 5

The article deals with the approaches enabling accurate simulation of walk forward optimization using the built-in tester and auxiliary libraries implemented in MQL.

New publications in CodeBase

  • II (Outbreak) EA Expert Advisor for pyramiding into big and fast market movements.
  • Open Two Pending Orders Automatic placing of Buy Stop pending order and Sell Stop pending order simultaneously, Stop Losses and Take Profits on the user specified levels. As soon as the long position (BUY) is opened as ASK price crosses the levels, the remaining pending order (SELLSTOP) is deleted. Vice versa if the short position (SELL) is opened as BID price crosses the levels, the remaining pending order (BUYSTOP) is deleted. It places again both pending orders after the opened order has been closed.

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

The most downloaded free products:

1...320321322323324325326327328329330331332333334...609