21 new products are now available on the Market:
The most popular forum topics:
- Learning ONNX for trading 118 new comments
- Machine Learning and Neural Networks 38 new comments
- Register a Product as Hidden or Private 13 new comments
Published article "How to detect trends and chart patterns using MQL5".

In this article, we will provide a method to detect price actions patterns automatically by MQL5, like trends (Uptrend, Downtrend, Sideways), Chart patterns (Double Tops, Double Bottoms).
Published article "An example of how to ensemble ONNX models in MQL5".

ONNX (Open Neural Network eXchange) is an open format built to represent neural networks. In this article, we will show how to use two ONNX models in one Expert Advisor simultaneously.
New publications in CodeBase
- MoveStoploss MoveStoploss moves the stoploss as the trade move in your direction at a specific distance. Version 1.1 has automatic trail error fixed.
- Password Manager Generates, creates and stores passwords for your account.
- MoveStopLoss Move the stoploss as the trade moves in your direction at a specific distance.
The most downloaded free products:
Bestsellers in the Market:
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.
- b-clock Show minutes and seconds left before new candle is appeared.
Most read articles this month

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.

Learn how to design a trading system by Fibonacci
In this article, we will continue our series of creating a trading system based on the most popular technical indicator. Here is a new technical tool which is the Fibonacci and we will learn how to design a trading system based on this technical indicator.
38 new products are now available on the Market:
Published article "Category Theory in MQL5 (Part 6): Monomorphic Pull-Backs and Epimorphic Push-Outs".

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.
Published article "Backpropagation Neural Networks using MQL5 Matrices".

The article describes the theory and practice of applying the backpropagation algorithm in MQL5 using matrices. It provides ready-made classes along with script, indicator and Expert Advisor examples.
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- OpenCL in trading 100 new comments
- How to use || at int? 13 new comments
- Something Interesting in Financial Video 12 new comments
33 new products are now available on the Market:
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.