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

  • Coin Toss Trading This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.
  • Gonna Scalp The "Gonna Scalp" EA is a scalper , works with all time frames major forex pairs and stocks NASDAQ.

The most downloaded free products:

20 new topics on forum:

and 17 more...

Bestsellers in the Market:

Most read articles this month

Merrill patterns

Merrill patterns

In this article, we will have a look at Merrill patterns' model and try to evaluate their current relevance. To do this, we will develop a tool to test the patterns and apply the model to various data types such as Close, High and Low prices, as well as oscillators.

Library for easy and quick development of MetaTrader programs (part XV): Collection of symbol objects

Library for easy and quick development of MetaTrader programs (part XV): Collection of symbol objects

In this article, we will consider creation of a symbol collection based on the abstract symbol object developed in the previous article. The abstract symbol descendants are to clarify a symbol data and define the availability of the basic symbol object properties in a program. Such symbol objects are to be distinguished by their affiliation with groups.

How to purchase a trading robot from the MetaTrader Market and to install it?

How to purchase a trading robot from the MetaTrader Market and to install it?

A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.

Most downloaded source codes this month

  • ZigZag Based on Close Prices The code is based on indicator ZigZag which is in-built in MT4. I have changed it so that it isn't calculated on highest Highs and lowest Lows, but instead uses highest Close and lowest Close of chart price history. See attached chart for differences: ZigZag (red) versus ZigZagClose (yellow).
  • b-clock Show minutes and seconds left before new candle is appeared.
  • Grid Template EA Grid Template EA - A ready made expert adviser template to use for further development or use 'as is'

The most popular forum topics:

Published article "Library for easy and quick development of MetaTrader programs (part XVII): Interactivity of library objects".

Library for easy and quick development of MetaTrader programs (part XVII): Interactivity of library objects

In this article, we are going to finish the development of the base object of all library objects, so that any library object based on it is able to interact with a user. For example, users will be able to set the maximum acceptable size of a spread for opening a position and a price level, upon reaching which an event from a symbol object is sent to the program with the spread or price level-based signal.

The most downloaded free products:

Bestsellers in the Market:

28 new topics on forum:

and 25 more...
There are more than 108 390 topics available on forum

The most popular forum topics:

The most downloaded free products:

Most read articles this week

MQL5 Cookbook: Trading strategy stress testing using custom symbols

MQL5 Cookbook: Trading strategy stress testing using custom symbols

The article considers an approach to stress testing of a trading strategy using custom symbols. A custom symbol class is created for this purpose. This class is used to receive tick data from third-party sources, as well as to change symbol properties. Based on the results of the work done, we will consider several options for changing trading conditions, under which a trading strategy is being tested.

Strategy builder based on Merrill patterns

Strategy builder based on Merrill patterns

In the previous article, we considered application of Merrill patterns to various data, such as to a price value on a currency symbol chart and values of standard MetaTrader 5 indicators: ATR, WPR, CCI, RSI, among others. Now, let us try to create a strategy construction set based on Merrill patterns.

Parsing HTML with curl

Parsing HTML with curl

The article provides the description of a simple HTML code parsing library using third-party components. In particular, it covers the possibilities of accessing data which cannot be retrieved using GET and POST requests. We will select a website with not too large pages and will try to obtain interesting data from this site.

Most downloaded source codes this week

  • Smart AC Trader The "Smart AC Trader" EA trades with 2 moving averages , If we lose a trade then the EA will take a new trade with the opposite conditions
  • Martingale Smart The "Martingale Smart" EA trades with 2 strategies , If we lose a trade then the EA will change strategy and take a new trade with a multiplied/increased lot size,
  • Keltner Channel Keltner Channel is volatility-based envelopes set above and below an exponential moving average.

Bestsellers in the Market:

20 new topics on forum:

and 17 more...

The most downloaded free products:

11 new topics on forum:

and 8 more...

The most popular forum topics:

There are more than 8 410 products available in Market

Bestsellers in the Market:

There are more than 10 210 codes published in Codebase

New publications in CodeBase

The most downloaded free products:

12 new topics on forum:

and 9 more...

Bestsellers in the Market:

The most downloaded free products:

There are more than 108 320 topics available on forum

22 new topics on forum:

and 19 more...

Bestsellers in the Market:

The most popular forum topics:

The most downloaded free products:

22 new topics on forum:

and 19 more...

Bestsellers in the Market:

The most downloaded free products:

The most popular forum topics:

More than 20 new charts published:

图表 EURUSD, D1, 2019.10.24 11:30 UTC, MetaQuotes Software Corp., MetaTrader 5, Demo
EURUSD, D1
图表 EURUSD, M5, 2019.10.09 06:50 UTC, Liteforex Investments Limited, MetaTrader 4, Real
EURUSD, M5
图表 GBPUSD, M15, 2019.11.04 20:09 UTC, InstaForex Group, MetaTrader 4, Real
GBPUSD, M15

Most read articles this month

Merrill patterns

Merrill patterns

In this article, we will have a look at Merrill patterns' model and try to evaluate their current relevance. To do this, we will develop a tool to test the patterns and apply the model to various data types such as Close, High and Low prices, as well as oscillators.

Optimization management (Part II): Creating key objects and add-on logic

Optimization management (Part II): Creating key objects and add-on logic

This article is a continuation of the previous publication related to the creation of a graphical interface for optimization management. The article considers the logic of the add-on. A wrapper for the MetaTrader 5 terminal will be created: it will enable the running of the add-on as a managed process via C#. In addition, operation with configuration files and setup files is considered in this article. The application logic is divided into two parts: the first one describes the methods called after pressing a particular key, while the second part covers optimization launch and management.

Library for easy and quick development of MetaTrader programs (part XV): Collection of symbol objects

Library for easy and quick development of MetaTrader programs (part XV): Collection of symbol objects

In this article, we will consider creation of a symbol collection based on the abstract symbol object developed in the previous article. The abstract symbol descendants are to clarify a symbol data and define the availability of the basic symbol object properties in a program. Such symbol objects are to be distinguished by their affiliation with groups.

Most downloaded source codes this month

  • Basic Rsi Template EA A ready made expert adviser template to use for further development or use 'as is'
  • Grid Template EA Grid Template EA - A ready made expert adviser template to use for further development or use 'as is'
  • ZigZag Based on Close Prices The code is based on indicator ZigZag which is in-built in MT4. I have changed it so that it isn't calculated on highest Highs and lowest Lows, but instead uses highest Close and lowest Close of chart price history. See attached chart for differences: ZigZag (red) versus ZigZagClose (yellow).

Bestsellers in the Market:

19 new topics on forum:

and 16 more...

Published article "Strategy builder based on Merrill patterns".

Strategy builder based on Merrill patterns

In the previous article, we considered application of Merrill patterns to various data, such as to a price value on a currency symbol chart and values of standard MetaTrader 5 indicators: ATR, WPR, CCI, RSI, among others. Now, let us try to create a strategy construction set based on Merrill patterns.

The most downloaded free products:

22 new topics on forum:

and 19 more...
There are more than 108 250 topics available on forum

Bestsellers in the Market:

The most downloaded free products:

The most popular forum topics:

1...188189190191192193194195196197198199200201202...557