1 new signal now available for subscription:
The most popular forum topics:
- Not the Grail, just a regular one - Bablokos!!! 63 new comments
- I really want to learn MQL5 Where do I start ? 31 new comments
- Forecast from I 27 new comments
The most downloaded free products:
Bestsellers in the Market:
14 new products are now available on the Market:
New publications in CodeBase
- Correlation market state Correlation market state
- Correlation phasor Correlation phasor
- Correlation angle Correlation angle
- Alphabet structure Sets of latin, russian characters, digits, punctuation, etc.
- Independent Chart Independent Chart Indicator for MT4
The most downloaded free products:
The most popular forum topics:
- and again dll and market 130 new comments
- Errors, bugs, questions 38 new comments
- MT5 and speed in action 17 new comments
Bestsellers in the Market:
11 new products are now available on the Market:
Most downloaded source codes this month
- MACD_Histogram The indicator displays MACD histogram and price divergence on a chart.
- b-clock Show minutes and seconds left before new candle is appeared.
- PivotPoint This indicator draws pivot points, resistances and supports.
Most read articles this month

How we developed the MetaTrader Signals service and Social Trading
We continue to enhance the Signals service, improve the mechanisms, add new functions and fix flaws. The MetaTrader Signals Service of 2012 and the current MetaTrader Signals Service are like two completely different services. Currently, we are implementing A Virtual Hosting Cloud service which consists of a network of servers to support specific versions of the MetaTrader client terminal. Traders will need to complete only 5 steps in order to rent the virtual copy of their terminal with minimal network latency to their broker's trade server directly from the MetaTrader client terminal.

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.

In this article, we will complete the description of the pending request trading concept and create the functionality for removing pending orders, as well as modifying orders and positions under certain conditions. Thus, we are going to have the entire functionality enabling us to develop simple custom strategies, or rather EA behavior logic activated upon user-defined conditions.
New publications in CodeBase
- EMA on RSI Calculates a Exponential Moving Average based on RSI Data, instead of the regular Pricing data. Simple and and to the point.
- Binary Flags How to minimize bool parameters in a function signature?
- All In One Mirror Mirror indicator with a dropdown list of base indicators to choose from with optional alerts, email, and push notifications.
1 new signal now available for subscription:
The most downloaded free products:
Bestsellers in the Market:
14 new products are now available on the Market:
1 new signal now available for subscription:
The most downloaded free products:
Most downloaded source codes this week
- b-clock Show minutes and seconds left before new candle is appeared.
- PivotPoint This indicator draws pivot points, resistances and supports.
- Expert adviser Easy Robot Any account type, leverage and deposit
Most read articles this week

How we developed the MetaTrader Signals service and Social Trading
We continue to enhance the Signals service, improve the mechanisms, add new functions and fix flaws. The MetaTrader Signals Service of 2012 and the current MetaTrader Signals Service are like two completely different services. Currently, we are implementing A Virtual Hosting Cloud service which consists of a network of servers to support specific versions of the MetaTrader client terminal. Traders will need to complete only 5 steps in order to rent the virtual copy of their terminal with minimal network latency to their broker's trade server directly from the MetaTrader client terminal.

In the previous article, we created the application framework, which we will use as the basis for all further work. In this part, we will proceed with the development: we will create the visual part of the application and will configure basic interaction of interface elements.

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.
16 new products are now available on the Market:
Bestsellers in the Market:
The most popular forum topics:
- and again dll and market 174 new comments
- Questions on OOP in MQL5 34 new comments
- VPS not working 25 new comments
The most downloaded free products:
9 new products are now available on the Market:
Bestsellers in the Market:
New publications in CodeBase
- Quick Market-watch Launcher v1.1 This script opens all market watch symbols with the default template using the selected period. Save prefferred template as default.tpl to have all charts open with same template of your choice. Happy Trading.
- Base64Encrypt Class This a library for a quick and easy encryption and decryption using base64. The usage is very simple and can be done in a few lines of code. <<< The return value of a method is the required output. <<< Feel free to use this library at your convenience.If it is helpful, please reward me by rating this item on mql5 site. >>From a developer, for developers.<<
The most downloaded free products:
The most popular forum topics:
- Not the Grail, just a regular one - Bablokos!!! 47 new comments
- MT5 and speed in action 42 new comments
- learn how to earn money villagers [Episode 2] ! 32 new comments
Bestsellers in the Market:
3 new signals now available for subscription:
7 new products are now available on the Market:
Published article "Forecasting Time Series (Part 1): Empirical Mode Decomposition (EMD) Method".

This article deals with the theory and practical use of the algorithm for forecasting time series, based on the empirical decomposition mode. It proposes the MQL implementation of this method and presents test indicators and Expert Advisors.
New publications in CodeBase
- Alphabet structure Sets of latin, russian characters, digits, punctuation, etc.
- Basic check-up of Experts for MQL4 This is a simple function for the initial control of an expert.
Published article "Timeseries in DoEasy library (part 35): Bar object and symbol timeseries list".

This article starts a new series about the creation of the DoEasy library for easy and fast program development. In the current article, we will implement the library functionality for accessing and working with symbol timeseries data. We are going to create the Bar object storing the main and extended timeseries bar data, and place bar objects to the timeseries list for convenient search and sorting of the objects.