Bestsellers in the Market:
The most popular forum topics:
- Market rules 46 new comments
- Tick trading 23 new comments
- Not Solved! Please Help! Cannot login to MT4 mql5 community 14 new comments
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this month
- AK-47 Scalper EA The AK-47 Scalper EA is fully automated. It employs a strategy of continuously entering Sell Stop orders and will modify them when the price moves against the pending orders.
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
- Shved Supply and Demand This is MQL5 version of Shved Supply and Demand written by Shved and upgraded by eevviill7 with history mode.
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.
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 52 new comments
- static behavioral of non static struct in class !!! 16 new comments
- WPR_Period - cannot convert enum 13 new comments
Published article "Developing a Replay System — Market simulation (Part 03): Adjusting the settings (I)".

Let's start by clarifying the current situation, because we didn't start in the best way. If we don't do it now, we'll be in trouble soon.
Published article "Understanding functions in MQL5 with applications".

Functions are critical things in any programming language, it helps developers apply the concept of (DRY) which means do not repeat yourself, and many other benefits. In this article, you will find much more information about functions and how we can create our own functions in MQL5 with simple applications that can be used or called in any system you have to enrich your trading system without complicating things.
Published article "Category Theory in MQL5 (Part 13): Calendar Events with Database Schemas".

This article, that follows Category Theory implementation of Orders in MQL5, considers how database schemas can be incorporated for classification in MQL5. We take an introductory look at how database schema concepts could be married with category theory when identifying trade relevant text(string) information. Calendar events are the focus.
The most downloaded free products:
Bestsellers in the Market:
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this week
- KA-Gold Bot KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods.
- Grid Trading Algo This is a grid trading algorithm idea.
- Strength Index Signal provides clear arrows which clearly show the direction of the currency pair.
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.

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.
Bestsellers in the Market:
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 45 new comments
- Pair trading and multicurrency arbitrage. The showdown. 22 new comments
- How to stop new trades opening on MQL5 VPS 12 new comments
2 new signals now available for subscription:
Growth: | 260.27 | % |
Equity: | 718.71 | EUR |
Balance: | 720.51 | EUR |
New publications in CodeBase
- PNG Forget about BMP files like a bad dream. Thanks to this library, you can now use the PNG format, which has a number of advantages, such as being more compact without losing image quality and maintaining transparency.
- Dynamic Support and Resistance The "Dynamic Support and Resistance" Indicator is a versatile tool that combines support and resistance levels with real-time market dynamics. By incorporating previous daily highs and lows, it provides valuable insights into market psychology and identifies potential areas of price reversals or breakouts. With its ability to adapt to changing market conditions and customizable options, traders can stay ahead of trends and make informed decisions. This indicator is suitable for various trading styles and timeframes, empowering both experienced and novice traders with a competitive edge. ## Check out new Liquidity Hunter EA that uses SMC : https://www.mql5.com/en/market/product/121106
The most downloaded free products:
Bestsellers in the Market:
Published article "Developing a Replay System — Market simulation (Part 02): First experiments (II)".

This time, let's try a different approach to achieve the 1 minute goal. However, this task is not as simple as one might think.
The most downloaded free products:
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 69 new comments
- Declaring Template Class Variables 29 new comments
- Scaling Bitmap 26 new comments
Bestsellers in the Market:
Published article "Developing a Replay System — Market simulation (Part 01): First experiments (I)".

How about creating a system that would allow us to study the market when it is closed or even to simulate market situations? Here we are going to start a new series of articles in which we will deal with this topic.