15 new products are now available on the Market:
New publications in CodeBase
- SpeeD Oscillator v2.3 This indicator provides handles for 2 properties, MA Speed (scaled) & Price-to-MA Distance (%)
- Read news from forex factory website by web request Read news from forex factory website by web request
Bestsellers in the Market:
13 new products are now available on the Market:
The most popular forum topics:
Published article "Better Programmer (Part 06): 9 habits that lead to effective coding".

It's not always all about writing the code that leads to effective coding. There are certain habits that I have found in my experience that lead to effective coding. We are going to discuss some of them in detail in this article. This is a must-read article for every programmer who wants to improve their ability to write complex algorithms with less hassle.
1 new signal now available for subscription:
The most downloaded free products:
Bestsellers in the Market:
12 new products are now available on the Market:
The most downloaded free products:
Most downloaded source codes this month
- PivotPoint This indicator draws pivot points, resistances and supports.
- Simple timer next candle A non-invasive candle time that can be positioned next to price or near a corner.
- 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.

Bid/Ask spread analysis in MetaTrader 5
An indicator to report your brokers Bid/Ask spread levels. Now we can use MT5s tick data to analyze what the historic true average Bid/Ask spread actually have recently been. You shouldn't need to look at the current spread because that is available if you show both bid and ask price lines.
Bestsellers in the Market:
The most popular forum topics:
- MQL5.community: authorization failed 40 new comments
- Questions from Beginners MQL5 MT5 MetaTrader 5 25 new comments
- Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes 20 new comments
8 new products are now available on the Market:
1 new signal now available for subscription:
Growth: | 511.52 | % |
Equity: | 9 827.92 | USD |
Balance: | 9 827.92 | USD |
Bestsellers in the Market:
7 new products are now available on the Market:
Published article "Graphics in DoEasy library (Part 83): Class of the abstract standard graphical object".

In this article, I will create the class of the abstract graphical object. This object is to serve as a basis for creating the class of standard graphical objects. Graphical objects feature multiple properties. Therefore, I will need to do a lot of preparatory work before actually creating the abstract graphical object class. This work includes setting the properties in the library enumerations.
The most popular forum topics:
- Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes 130 new comments
- Why do prices move in the same direction but with a lag on correlated instruments? 109 new comments
- Can you modify this EA to move SL to Breakeven+5pips (lock 5 pips after BE) when it get 20 pips in profit? Thank you. 7 new comments
The most downloaded free products:
14 new products are now available on the Market:
Most downloaded source codes this week
- Simple timer next candle A non-invasive candle time that can be positioned next to price or near a corner.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- 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.

Dealing with Time (Part 1): The Basics
Functions and code snippets that simplify and clarify the handling of time, broker offset, and the changes to summer or winter time. Accurate timing may be a crucial element in trading. At the current hour, is the stock exchange in London or New York already open or not yet open, when does the trading time for Forex trading start and end? For a trader who trades manually and live, this is not a big problem.

Combinatorics and probability theory for trading (Part II): Universal fractal
In this article, we will continue to study fractals and will pay special attention to summarizing all the material. To do this, I will try to bring all earlier developments into a compact form which would be convenient and understandable for practical application in trading.
Bestsellers in the Market:
1 new signal now available for subscription:
23 new products are now available on the Market:
Bestsellers in the Market:
New publications in CodeBase
- Open Pending order After Position Get StopLoss Open Pending order After Position Get StopLoss
- G channel G channel is a channel indicator with 3 lines- a middle line representing a central tendency and 2 Upper and Lower boundaries calculated based on the past values of same indicator. Its based on the paper "Recursive Bands - A New Indicator For Technical Analysis" by Alex Grover and is a code conversion from TradingView. The channel breakout of Upper or Lower boundaries represent a new trend or trend continuation while narrowing of bands represents ranging or low volatility conditions. The channel can prove to be a good indicator of a trend direction and also a guide for trailing of stop loss. It has only 2 variables. Channel period - default set to 100. Price type.
2 new signals now available for subscription:
The most downloaded free products:
8 new products are now available on the Market:
The most popular forum topics:
- Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes 54 new comments
- Experiment 28 new comments
- Errors, bugs, questions 26 new comments
Bestsellers in the Market:
Published article "Dealing with Time (Part 2): The Functions".

Determing the broker offset and GMT automatically. Instead of asking the support of your broker, from whom you will probably receive an insufficient answer (who would be willing to explain a missing hour), we simply look ourselves how they time their prices in the weeks of the time changes — but not cumbersome by hand, we let a program do it — why do we have a PC after all.