Find us on Facebook!
Join our fan page

Use new possibilities of MetaTrader 5

History of MQL5.community development

The most popular trading robots and technical indicators, news signals, regular incoming ready-made MQL5 programs in CodeBase and the most discussed Forum topics.

Most downloaded source codes this week

Most read articles this week

How to purchase a trading robot from the MetaTrader Market and to install it?

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.

MetaTrader 5 on Linux

MetaTrader 5 on Linux

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

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:

1 new signal now available for subscription:

Expert EURUSD Sys03
122% 822 trades
Growth:121.55%
Equity:770.33EUR
Balance:786.88EUR

New publications in CodeBase

There are more than 147,810 topics available on forum

7 new topics on forum:

and 4 more...

The most popular forum topics:

Bestsellers in the Market:

6 new topics on forum:

and 3 more...

The most downloaded free products:

Bestsellers in the Market:

7 new topics on forum:

and 4 more...

2 new signals now available for subscription:

Exness 756
-4% 180 trades
Growth:-4.06%
Equity:726.21USD
Balance:726.21USD
and 1 more...

Published article "MQL5 Wizard Techniques you should know (Part 43): Reinforcement Learning with SARSA".

MQL5 Wizard Techniques you should know (Part 43): Reinforcement Learning with SARSA

SARSA, which is an abbreviation for State-Action-Reward-State-Action is another algorithm that can be used when implementing reinforcement learning. So, as we saw with Q-Learning and DQN, we look into how this could be explored and implemented as an independent model rather than just a training mechanism, in wizard assembled Expert Advisors.

Published article "Creating a Trading Administrator Panel in MQL5 (Part IV): Login Security Layer".

Creating a Trading Administrator Panel in MQL5 (Part IV): Login Security Layer

Imagine a malicious actor infiltrating the Trading Administrator room, gaining access to the computers and the Admin Panel used to communicate valuable insights to millions of traders worldwide. Such an intrusion could lead to disastrous consequences, such as the unauthorized sending of misleading messages or random clicks on buttons that trigger unintended actions. In this discussion, we will explore the security measures in MQL5 and the new security features we have implemented in our Admin Panel to safeguard against these threats. By enhancing our security protocols, we aim to protect our communication channels and maintain the trust of our global trading community. Find more insights in this article discussion.

The most downloaded free products:

There are more than 31,870 products available in Market

15 new topics on forum:

and 12 more...

Bestsellers in the Market:

5 new signals now available for subscription:

King Sniper EA
474% 95 trades
Growth:474.25%
Equity:114.85USD
Balance:114.85USD
EventImpact Trader
25% 860 trades
Growth:24.67%
Equity:23,196.55USD
Balance:23,446.33USD
ALPHABOT NEW VERSION from FXGP WMC
22% 2437 trades
Growth:22.29%
Equity:2,319.28USD
Balance:2,858.93USD
and 2 more...

More than 100 new charts published:

Chart NAS100+, M15, 10/16/2024 5:54 PM UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
NAS100+, M15
Chart XAUUSD, M15, 2024.10.16 08:30 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
XAUUSD, M15
차트 XAUUSD, M5, 2024.10.17 08:06 UTC, Raw Trading Ltd, MetaTrader 5, Demo
XAUUSD, M5
There are more than 1,830 articles published on site

Published article "Developing a Replay System (Part 48): Understanding the concept of a service".

Developing a Replay System (Part 48): Understanding the concept of a service

How about learning something new? In this article, you will learn how to convert scripts into services and why it is useful to do so.

Published article "MQL5 Trading Toolkit (Part 3): Developing a Pending Orders Management EX5 Library".

MQL5 Trading Toolkit (Part 3): Developing a Pending Orders Management EX5 Library

Learn how to develop and implement a comprehensive pending orders EX5 library in your MQL5 code or projects. This article will show you how to create an extensive pending orders management EX5 library and guide you through importing and implementing it by building a trading panel or graphical user interface (GUI). The expert advisor orders panel will allow users to open, monitor, and delete pending orders associated with a specified magic number directly from the graphical interface on the chart window.

Published article "Visualizing deals on a chart (Part 1): Selecting a period for analysis".

Visualizing deals on a chart (Part 1): Selecting a period for analysis

Here we are going to develop a script from scratch that simplifies unloading print screens of deals for analyzing trading entries. All the necessary information on a single deal is to be conveniently displayed on one chart with the ability to draw different timeframes.

The most downloaded free products:

Bestsellers in the Market:

10 new topics on forum:

and 7 more...

The most popular forum topics:

3 new signals now available for subscription:

AutoTradeGold ATG
56% 274 trades
Growth:56.01%
Equity:1,424.12USD
Balance:1,424.12USD
FORT KNOX PAMM
32% 4377 trades
Growth:32.34%
Equity:24,785.44USD
Balance:28,382.50USD
FEA Indonesia
21% 6159 trades
Growth:20.63%
Equity:9,093.34USD
Balance:9,127.83USD

Published article "Neural Network in Practice: Least Squares".

Neural Network in Practice: Least Squares

In this article, we'll look at a few ideas, including how mathematical formulas are more complex in appearance than when implemented in code. In addition, we will consider how to set up a chart quadrant, as well as one interesting problem that may arise in your MQL5 code. Although, to be honest, I still don't quite understand how to explain it. Anyway, I'll show you how to fix it in code.

Published article "Reimagining Classic Strategies (Part X): Can AI Power The MACD?".

Reimagining Classic Strategies (Part X): Can AI Power The MACD?

Join us as we empirically analyzed the MACD indicator, to test if applying AI to a strategy, including the indicator, would yield any improvements in our accuracy on forecasting the EURUSD. We simultaneously assessed if the indicator itself is easier to predict than price, as well as if the indicator's value is predictive of future price levels. We will furnish you with the information you need to decide whether you should consider investing your time into integrating the MACD in your AI trading strategies.

Published article "How to Create an Interactive MQL5 Dashboard/Panel Using the Controls Class (Part 1): Setting Up the Panel".

How to Create an Interactive MQL5 Dashboard/Panel Using the Controls Class (Part 1): Setting Up the Panel

In this article, we create an interactive trading dashboard using the Controls class in MQL5, designed to streamline trading operations. The panel features a title, navigation buttons for Trade, Close, and Information, and specialized action buttons for executing trades and managing positions. By the end of the article, you will have a foundational panel ready for further enhancements in future installments.

Published article "Body in Connexus (Part 4): Adding HTTP body support".

Body in Connexus (Part 4): Adding HTTP body support

In this article, we explored the concept of body in HTTP requests, which is essential for sending data such as JSON and plain text. We discussed and explained how to use it correctly with the appropriate headers. We also introduced the ChttpBody class, part of the Connexus library, which will simplify working with the body of requests.

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this month

  • 2-Pair Correlation EA The 2-Pair Correlation EA is a free Expert Advisor that trades BTC/USD and ETH/USD, capitalizing on their price correlation. The EA opens trades when the pairs diverge and closes them as they realign, automating your trading with minimal effort.
  • Swing High Low and Fibonacci Retracement Indicator This is an indicator that combines swing high/low and Fibonacci Retracement to identify potential buying zones.
  • buysell+sl+tp script to open a buy position at the current price in the MT5 window with a specified stop loss (in pips) and take profit (in pips)

Most read articles this month

How to create Requirements Specification for ordering a trading robot

How to create Requirements Specification for ordering a trading robot

Are you trading using your own strategy? If your system rules can be formally described as software algorithms, it is better to entrust trading to an automated Expert Advisor. A robot does not need sleep or food and is not subject to human weaknesses. In this article, we show how to create Requirements Specification when ordering a trading robot in the Freelance service.

How to purchase a trading robot from the MetaTrader Market and to install it?

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.

MetaTrader 5 on Linux

MetaTrader 5 on Linux

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.

There are more than 147,750 topics available on forum

11 new topics on forum:

and 8 more...

Published article "Developing a Replay System (Part 47): Chart Trade Project (VI)".

Developing a Replay System (Part 47): Chart Trade Project (VI)

Finally, our Chart Trade indicator starts interacting with the EA, allowing information to be transferred interactively. Therefore, in this article, we will improve the indicator, making it functional enough to be used together with any EA. This will allow us to access the Chart Trade indicator and work with it as if it were actually connected with an EA. But we will do it in a much more interesting way than before.

Published article "Data Science and ML (Part 31): Using CatBoost AI Models for Trading".

Data Science and ML (Part 31): Using CatBoost AI Models for Trading

CatBoost AI models have gained massive popularity recently among machine learning communities due to their predictive accuracy, efficiency, and robustness to scattered and difficult datasets. In this article, we are going to discuss in detail how to implement these types of models in an attempt to beat the forex market.

Published article "Integrate Your Own LLM into EA (Part 5): Develop and Test Trading Strategy with LLMs (II)-LoRA-Tuning".

Integrate Your Own LLM into EA (Part 5): Develop and Test Trading Strategy with LLMs (II)-LoRA-Tuning

With the rapid development of artificial intelligence today, language models (LLMs) are an important part of artificial intelligence, so we should think about how to integrate powerful LLMs into our algorithmic trading. For most people, it is difficult to fine-tune these powerful models according to their needs, deploy them locally, and then apply them to algorithmic trading. This series of articles will take a step-by-step approach to achieve this goal.

4 new signals now available for subscription:

Billioon ivvanjuna
961% 3176 trades
Growth:961.34%
Equity:764.30USD
Balance:826.10USD
Bkailop
185% 1152 trades
Growth:185.06%
Equity:6,237.14USD
Balance:6,237.14USD
SkyTrade Live 2 HKD
61% 222 trades
Growth:61.17%
Equity:11,079.61HKD
Balance:11,962.15HKD
and 1 more...

New publications in CodeBase

  • Script to extract Candlesticks data from all time frames to CSV. This MQL5 script exports candlestick data for various timeframes into a CSV file, capturing essential market information like open, high, low, and close prices. It analyzes each candlestick's characteristics, including body and wick sizes, while calculating additional metrics such as candle gaps. After processing the latest 21 bars, it notifies the user upon successful data export.
  • Simplified "EuroSurge" Expert Advisor This expert opens trades based on signals from multiple technical indicators.

The most downloaded free products:

Bestsellers in the Market:

9 new topics on forum:

and 6 more...

The most downloaded free products:

1...323334353637383940414243444546...607