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.

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,460 products available in Market

15 new topics on forum:

and 12 more...

Bestsellers in the Market:

4 new signals now available for subscription:

King Sniper EA
166% 105 trades
Growth:166.45%
Equity:133.70USD
Balance:133.70USD
ZCF555
13% 1209 trades
Growth:13.17%
Equity:3,822.81USD
Balance:3,822.81USD
ALPHABOT NEW VERSION from FXGP WMC
13% 2847 trades
Growth:12.97%
Equity:2,862.56USD
Balance:2,990.55USD
and 1 more...

More than 200 new charts published:

График XAUUSD, M5, 2024.10.17 08:06 UTC, Raw Trading Ltd, MetaTrader 5, Demo
XAUUSD, M5
Gráfico NAS100+, M15, 2024.10.16 17:54 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
NAS100+, M15
Grafico XAUUSD, M15, 2024.10.16 08:30 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
XAUUSD, M15
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:

4 new signals now available for subscription:

DCA CYCLEMAX and ADELIO
91% 7079 trades
Growth:90.88%
Equity:5,033.09USD
Balance:5,725.95USD
AutoTradeGold ATG
51% 305 trades
Growth:51.33%
Equity:1,023.11USD
Balance:1,027.99USD
FORT KNOX PAMM
37% 5118 trades
Growth:37.19%
Equity:23,105.89USD
Balance:27,867.57USD
and 1 more...

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,740 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
771% 3410 trades
Growth:770.83%
Equity:666.47USD
Balance:677.81USD
Bkailop
198% 1241 trades
Growth:197.94%
Equity:6,150.70USD
Balance:6,150.70USD
SkyTrade Live 2 HKD
67% 249 trades
Growth:67.08%
Equity:11,450.97HKD
Balance:12,392.18HKD
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:

There are more than 31,410 products available in Market

9 new topics on forum:

and 6 more...

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • Fair Value Gap (FVG) Indicator The Fair Value Gap (FVG) Indicator identifies price gaps that occur when there is an imbalance between buying and selling pressure. It highlights areas where price is likely to return to fill the gap, providing potential trade entry points based on market inefficiencies.
  • SuperTrend SuperTrend indicator.
  • b-clock Show minutes and seconds left before new candle is appeared.

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.

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.

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.

3 new signals now available for subscription:

Monic Low Risk
285% 1149 trades
Growth:284.66%
Equity:2,692.62USD
Balance:2,692.62USD
Alazaizeh Investment
112% 2623 trades
Growth:112.23%
Equity:9,805.21USD
Balance:9,737.74USD
CMI AUSSY PAIRS
5% 593 trades
Growth:4.54%
Equity:104,206.87USD
Balance:104,538.04USD

14 new topics on forum:

and 11 more...

New publications in CodeBase

  • Simplest Logger class for MetaTrader 5 The simplest class for logging in MetaTrader 5 with support for levels, message format, include and exclude filters on substrings.
  • TimeServerDaylightSavings Time-related functions for empirical detection of server time zone and daylight savings mode (DST) from history of quotes

The most popular forum topics:

Bestsellers in the Market:

9 new topics on forum:

and 6 more...

The most downloaded free products:

More than 100 new charts published:

Chart USDCHF, H4, 10/6/2024 8:42 AM UTC, MetaQuotes Ltd., MetaTrader 5, Demo
USDCHF, H4
Graphique GBPUSD+, M30, 2024.10.07 12:38 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
GBPUSD+, M30
차트 US30_SB, M1, 2024.10.08 15:50 UTC, Pepperstone Limited, MetaTrader 4, Real
US30_SB, M1

6 new topics on forum:

and 3 more...

Bestsellers in the Market:

1...373839404142434445464748495051...610