The most downloaded free products:
25 new products are now available on the Market:
Bestsellers in the Market:
Most downloaded source codes this week
- Cryptos_V1 - MetaTrader 4 Expert for ETH Crypto EA for ETH/USD pair.
- Elder Impulse System Candlestick This indicator paints the candlestick chart color according to the Elder Impulse System
- 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 week

In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.

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.
New publications in CodeBase
- Pending Order count-BUY STOPS This script counts the number of pending buy stop orders for each symbol and returns the value.
- Simple license on account name Below you can find a super simple method to create a license based on MT4 account name. Place in your init function: CheckLicense(); The stringLower method makes sure the account name is in lowercase. Then you can check this value with the account name you want to check.
- Risk Manager EA This is a simple EA that will buy/sell pullbacks while managing your given risk parameters. You need to decide on a direction, and the EA will do the rest.
Bestsellers in the Market:
22 new products are now available on the Market:
The most downloaded free products:
Bestsellers in the Market:
23 new products are now available on the Market:
The most popular forum topics:
- Machine Learning and Neural Networks 109 new comments
- Learning ONNX for trading 20 new comments
- MetaEditor, Open AI and ChatGPT 11 new comments
New publications in CodeBase
- Asian Range Highlighter Highlights the Asian trading session
- Fractal Prices-High Returns the price for the most recent fractal high
Published article "Population optimization algorithms: Gravitational Search Algorithm (GSA)".

GSA is a population optimization algorithm inspired by inanimate nature. Thanks to Newton's law of gravity implemented in the algorithm, the high reliability of modeling the interaction of physical bodies allows us to observe the enchanting dance of planetary systems and galactic clusters. In this article, I will consider one of the most interesting and original optimization algorithms. The simulator of the space objects movement is provided as well.
The most downloaded free products:
Bestsellers in the Market:
23 new products are now available on the Market:
Published article "Understand and Efficiently use OpenCL API by Recreating built-in support as DLL on Linux (Part 2): OpenCL Simple DLL implementation".

Continued from the part 1 in the series, now we proceed to implement as a simple DLL then test with MetaTrader 5. This will prepare us well before developing a full-fledge OpenCL as DLL support in the following part to come.
Published article "Alan Andrews and his methods of time series analysis".

Alan Andrews is one of the most famous "educators" of the modern world in the field of trading. His "pitchfork" is included in almost all modern quote analysis programs. But most traders do not use even a fraction of the opportunities that this tool provides. Besides, Andrews' original training course includes a description not only of the pitchfork (although it remains the main tool), but also of some other useful constructions. The article provides an insight into the marvelous chart analysis methods that Andrews taught in his original course. Beware, there will be a lot of images.
The most popular forum topics:
- Something Interesting in Financial Video 22 new comments
- Limit Orders 14 new comments
- MetaTrader 5 Platform update build 3660: Improvements and fixes 11 new comments
The most downloaded free products:
Bestsellers in the Market:
26 new products are now available on the Market:
Published article "How to use ONNX models in MQL5".

ONNX (Open Neural Network Exchange) is an open format built to represent machine learning models. In this article, we will consider how to create a CNN-LSTM model to forecast financial timeseries. We will also show how to use the created ONNX model in an MQL5 Expert Advisor.
The most downloaded free products:
Most downloaded source codes this month
- Support and Resistance Indicator This Indicator shows the potential breakout/stop levels.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- GridTrading Algorithm at volatile market This EA can do Grid trading and has useful functions for Gridtrading included
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.

In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.

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.
Bestsellers in the Market:
28 new products are now available on the Market:
Published article "Implementing the Janus factor in MQL5".

Gary Anderson developed a method of market analysis based on a theory he dubbed the Janus Factor. The theory describes a set of indicators that can be used to reveal trends and assess market risk. In this article we will implement these tools in mql5.
Published article "Category Theory in MQL5 (Part 5): Equalizers".

Category Theory is a diverse and expanding branch of Mathematics which is only recently getting some coverage in the MQL5 community. These series of articles look to explore and examine some of its concepts & axioms with the overall goal of establishing an open library that provides insight while also hopefully furthering the use of this remarkable field in Traders' strategy development.