Most downloaded source codes this month
- PivotPoint This indicator draws pivot points, resistances and supports.
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
Most read articles this month

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.

How to Test a Trading Robot Before Buying
Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.

Learn how to design a trading system by CCI
In this new article from our series for learning how to design trading systems, I will present the Commodities Channel Index (CCI), explain its specifics, and share with you how to create a trading system based on this indicator.
9 new products are now available on the Market:
New publications in CodeBase
- MACD Four Colors 2 Martingale Martingale strategy based on custom indicator 'MACD Four Colors 2'
- MA On Stochastic Color N Bars Colored Stochastic smoothed with iMA (Moving Average, MA)
7 new signals now available for subscription:
Growth: | 188.00 | % |
Equity: | 130 830.25 | USD |
Balance: | 131 631.64 | USD |
Published article "Multiple indicators on one chart (Part 03): Developing definitions for users".

Today we will update the functionality of the indicator system for the first time. In the previous article within the "Multiple indicators on one chart" we considered the basic code which allows using more than one indicator in a chart subwindow. But what was presented was just the starting base of a much larger system.
The most downloaded free products:
Bestsellers in the Market:
7 new products are now available on the Market:
The most popular forum topics:
Published article "Multiple indicators on one chart (Part 02): First experiments".

In the previous article "Multiple indicators on one chart" I presented the concept and the basics of how to use multiple indicators on one chart. In this article, I will provide the source code and will explain it in detail.
Bestsellers in the Market:
Most downloaded source codes this week
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- Simple timer next candle A non-invasive candle time that can be positioned next to price or near a corner.
- PivotPoint This indicator draws pivot points, resistances and supports.
Most read articles this week

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.

Learn how to design a trading system by MACD
In this article, we will learn a new tool from our series: we will learn how to design a trading system based on one of the most popular technical indicators Moving Average Convergence Divergence (MACD).

Learn how to design a trading system by Stochastic
In this article, we continue our learning series — this time we will learn how to design a trading system using one of the most popular and useful indicators, which is the Stochastic Oscillator indicator, to build a new block in our knowledge of basics.
8 new products are now available on the Market:
3 new signals now available for subscription:
New publications in CodeBase
- Simple bar spread indicator as reported by the OnCalculate data Very simple indicator to plot the values of the spread[] data as reported by the OnCalculate event handler.
- Percentage of CLose and iMA prices The indicator shows the percentage of the 'Close' price above and below the 'iMA' indicator
- High Volume Bars Colors bars when their volume has exceeded more than a standard deviation, or a multiple of it. Volume is commonly used as confirmation for a break of a significant level.
The most downloaded free products:
Bestsellers in the Market:
10 new products are now available on the Market:
The most popular forum topics:
- Errors, bugs, questions 20 new comments
- Got my code going, but not like I was hoping. 18 new comments
- Can a buffer update in the middle of two commands? 17 new comments
The most downloaded free products:
Bestsellers in the Market:
9 new products are now available on the Market:
Published article "Learn how to design a trading system by ADX".

In this article, we will continue our series about designing a trading system using the most popular indicators and we will talk about the average directional index (ADX) indicator. We will learn this indicator in detail to understand it well and we will learn how we to use it through a simple strategy. By learning something deeply we can get more insights and we can use it better.
New publications in CodeBase
- Crossover on the current bar The color indicator shows in a separate window the moment if the intersection of two iMA (MOving Average, MA) was on the current bar
- MA on Momentum Min Profit Trading strategy based on the custom indicator 'MA on Momentum'
The most downloaded free products:
28 new products are now available on the Market:
Bestsellers in the Market:
Published article "What you can do with Moving Averages".

The article considers several methods of applying the Moving Average indicator. Each method involving a curve analysis is accompanied by indicators visualizing the idea. In most cases, the ideas shown here belong to their respected authors. My sole task was to bring them together to let you see the main approaches and, hopefully, make more reasonable trading decisions. MQL5 proficiency level — basic.
Bestsellers in the Market:
15 new products are now available on the Market:
The most popular forum topics:
- ACTIONS news, forecasts, expectations 2022 32 new comments
- Financial transactions are restricted! I don't know what to say! 22 new comments
- Can a buffer update in the middle of two commands? 21 new comments
New publications in CodeBase
- MA on Momentum 'Momentum' indicator and 'Momentum' indicator smoothed with 'Moving Average
- Trade Classes from MT5 for MT4 Trade classes CTrade, CPositionInfo, COrderInfo, CSymbolInfo from MT5 rewritten for MT4