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.

3 new signals now available for subscription:

Low Risk Steady Growth
44% 913 trades
Growth:44.02%
Equity:1,747.54USD
Balance:1,899.59USD
Bagelen
39% 88 trades
Growth:38.92%
Equity:2,778.34USD
Balance:2,778.34USD
and 1 more...

The most downloaded free products:

7 new topics on forum:

and 4 more...

The most popular forum topics:

Bestsellers in the Market:

There are more than 32,880 products available in Market

4 new signals now available for subscription:

TradeisChill
710% 2510 trades
Growth:709.51%
Equity:1,514.37USD
Balance:1,514.37USD
TradewithJoms369
34% 11392 trades
Growth:33.66%
Equity:136,263.34USD
Balance:136,420.39USD
Manual Fix Risk Trades
30% 101 trades
Growth:29.86%
Equity:1,066.95USD
Balance:1,065.37USD
and 1 more...

New publications in CodeBase

The most downloaded free products:

More than 400 new charts published:

Graphique XAUUSD+, M15, 2024.12.18 20:10 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
XAUUSD+, M15
Grafico NAS100+, M15, 2024.12.18 20:33 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
NAS100+, M15
Graphique EURJPY, H1, 2024.12.18 18:43 UTC, Tradeslide Trading Tech Limited, MetaTrader 5, Real
EURJPY, H1

Bestsellers in the Market:

4 new signals now available for subscription:

BTC trade with small equity
4,812% 1064 trades
Growth:4,811.52%
Equity:5,067,453.00JPY
Balance:7,134,093.00JPY
Trader Bocil 3
504% 427 trades
Growth:504.47%
Equity:432.18USD
Balance:545.69USD
Forex Futures
70% 1407 trades
Growth:69.59%
Equity:166,606.89USD
Balance:169,581.59USD
and 1 more...

6 new topics on forum:

and 3 more...

Published article "Neural Networks Made Easy (Part 96): Multi-Scale Feature Extraction (MSFformer)".

Neural Networks Made Easy (Part 96): Multi-Scale Feature Extraction (MSFformer)

Efficient extraction and integration of long-term dependencies and short-term features remain an important task in time series analysis. Their proper understanding and integration are necessary to create accurate and reliable predictive models.

Published article "Automating Trading Strategies in MQL5 (Part 3): The Zone Recovery RSI System for Dynamic Trade Management".

Automating Trading Strategies in MQL5 (Part 3): The Zone Recovery RSI System for Dynamic Trade Management

In this article, we create a Zone Recovery RSI EA System in MQL5, using RSI signals to trigger trades and a recovery strategy to manage losses. We implement a "ZoneRecovery" class to automate trade entries, recovery logic, and position management. The article concludes with backtesting insights to optimize performance and enhance the EA’s effectiveness.

Published article "Price Action Analysis Toolkit Development (Part 6): Mean Reversion Signal Reaper".

Price Action Analysis Toolkit Development (Part 6): Mean Reversion Signal Reaper

While some concepts may seem straightforward at first glance, bringing them to life in practice can be quite challenging. In the article below, we'll take you on a journey through our innovative approach to automating an Expert Advisor (EA) that skillfully analyzes the market using a mean reversion strategy. Join us as we unravel the intricacies of this exciting automation process.

Published article "MQL5 Trading Toolkit (Part 5): Expanding the History Management EX5 Library with Position Functions".

MQL5 Trading Toolkit (Part 5): Expanding the History Management EX5 Library with Position Functions

Discover how to create exportable EX5 functions to efficiently query and save historical position data. In this step-by-step guide, we will expand the History Management EX5 library by developing modules that retrieve key properties of the most recently closed position. These include net profit, trade duration, pip-based stop loss, take profit, profit values, and various other important details.

There are more than 148,540 topics available on forum

16 new topics on forum:

and 13 more...

The most downloaded free products:

Bestsellers in the Market:

6 new signals now available for subscription:

SWAN_amarkets netting
374% 315 trades
Growth:374.49%
Equity:3,106.65USD
Balance:3,111.30USD
Index Scalper US30 DAX40 FTSE100
74% 1050 trades
Growth:73.57%
Equity:2,530.70USD
Balance:2,829.21USD
GoldMinner
69% 399 trades
Growth:68.58%
Equity:1,024.58USD
Balance:1,024.58USD
and 3 more...

Published article "Building a Candlestick Trend Constraint Model (Part 10): Strategic Golden and Death Cross (EA)".

Building a Candlestick Trend Constraint Model (Part 10): Strategic Golden and Death Cross (EA)

Did you know that the Golden Cross and Death Cross strategies, based on moving average crossovers, are some of the most reliable indicators for identifying long-term market trends? A Golden Cross signals a bullish trend when a shorter moving average crosses above a longer one, while a Death Cross indicates a bearish trend when the shorter average moves below. Despite their simplicity and effectiveness, manually applying these strategies often leads to missed opportunities or delayed trades. By automating them within the Trend Constraint EA using MQL5, these strategies can operate independently to handle market reversals efficiently, while constrained strategies align with broader trends. This approach revolutionizes performance by ensuring precise execution and seamless integration of reversal and trend-following systems.

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

MQL5 Wizard Techniques you should know (Part 51): Reinforcement Learning with SAC

Soft Actor Critic is a Reinforcement Learning algorithm that utilizes 3 neural networks. An actor network and 2 critic networks. These machine learning models are paired in a master slave partnership where the critics are modelled to improve the forecast accuracy of the actor network. While also introducing ONNX in these series, we explore how these ideas could be put to test as a custom signal of a wizard assembled Expert Advisor.

The most downloaded free products:

Bestsellers in the Market:

8 new signals now available for subscription:

NEW HOPE MIX
327% 1623 trades
Growth:326.61%
Equity:927.55USD
Balance:928.32USD
Ataraxia 3
112% 6893 trades
Growth:112.00%
Equity:2,983.48USD
Balance:2,986.33USD
Copy ATHx 4XC
44% 606 trades
Growth:44.38%
Equity:36,276.53USD
Balance:36,246.90USD
and 5 more...

The most popular forum topics:

There are more than 32,820 products available in Market

8 new topics on forum:

and 5 more...

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

Integrate Your Own LLM into EA (Part 5): Develop and Test Trading Strategy with LLMs (III) – Adapter-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.

Published article "Integrating Discord with MetaTrader 5: Building a Trading Bot with Real-Time Notifications".

Integrating Discord with MetaTrader 5: Building a Trading Bot with Real-Time Notifications

In this article, we will see how to integrate MetaTrader 5 and a discord server in order to receive trading notifications in real time from any location. We will see how to configure the platform and Discord to enable the delivery of alerts to Discord. We will also cover security issues which arise in connection with the use of WebRequests and webhooks for such alerting solutions.

Published article "Mastering File Operations in MQL5: From Basic I/O to Building a Custom CSV Reader".

Mastering File Operations in MQL5: From Basic I/O to Building a Custom CSV Reader

This article focuses on essential MQL5 file-handling techniques, spanning trade logs, CSV processing, and external data integration. It offers both conceptual understanding and hands-on coding guidance. Readers will learn to build a custom CSV importer class step-by-step, gaining practical skills for real-world applications.

Published article "Integrating MQL5 with data processing packages (Part 4): Big Data Handling".

Integrating MQL5 with data processing packages (Part 4): Big Data Handling

Exploring advanced techniques to integrate MQL5 with powerful data processing tools, this part focuses on efficient handling of big data to enhance trading analysis and decision-making.

The most downloaded free products:

More than 300 new charts published:

Gráfico GBPUSD, H4, 2024.12.14 17:21 UTC, FXOpen Investments Inc., MetaTrader 4, Demo
GBPUSD, H4
Chart GBPUSD, H6, 12/15/2024 10:36 AM UTC, HYCM Capital Markets (UK) Limited, MetaTrader 5, Demo
GBPUSD, H6
Chart NZDJPY, H1, 12/15/2024 10:46 AM UTC, Tradexfin Limited, MetaTrader 5, Real
NZDJPY, H1

Most downloaded source codes this month

  • simple mt5 trade copier this is a copier template
  • SuperTrend SuperTrend indicator.
  • SUPERMACBOT The SUPERMACBOT is a fully automated trading robot that combines the power of the Moving Average Crossover strategy with the MACD Indicator to deliver precise and reliable trade signals. This Expert Advisor is designed to work seamlessly on all symbols and timeframes, offering versatility and adaptability for traders across various market conditions.

Most read articles this month

How to earn money by fulfilling traders' orders in the Freelance service

How to earn money by fulfilling traders' orders in the Freelance service

MQL5 Freelance is an online service where developers are paid to create trading applications for traders customers. The service has been successfully operating since 2010, with over 100,000 projects completed to date, totaling $7 million in value. As we can see, a substantial amount of money is involved here.

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.

Bestsellers in the Market:

15 new topics on forum:

and 12 more...
There are more than 1,920 articles published on site

Published article "How to build and optimize a volume-based trading system (Chaikin Money Flow - CMF)".

How to build and optimize a volume-based trading system (Chaikin Money Flow - CMF)

In this article, we will provide a volume-based indicator, Chaikin Money Flow (CMF) after identifying how it can be constructed, calculated, and used. We will understand how to build a custom indicator. We will share some simple strategies that can be used and then test them to understand which one is better.

7 new signals now available for subscription:

Mars
87% 1855 trades
Growth:87.40%
Equity:1,649.46USD
Balance:1,709.57USD
Scalpwith20DD
58% 2266 trades
Growth:58.28%
Equity:436.68USD
Balance:436.68USD
RitaTrader FX usd2
52% 133 trades
Growth:51.58%
Equity:5,911.52USD
Balance:5,861.22USD
and 4 more...

Published article "Automating Trading Strategies in MQL5 (Part 2): The Kumo Breakout System with Ichimoku and Awesome Oscillator".

Automating Trading Strategies in MQL5 (Part 2): The Kumo Breakout System with Ichimoku and Awesome Oscillator

In this article, we create an Expert Advisor (EA) that automates the Kumo Breakout strategy using the Ichimoku Kinko Hyo indicator and the Awesome Oscillator. We walk through the process of initializing indicator handles, detecting breakout conditions, and coding automated trade entries and exits. Additionally, we implement trailing stops and position management logic to enhance the EA's performance and adaptability to market conditions.

Published article "Build Self Optimizing Expert Advisors in MQL5 (Part 2): USDJPY Scalping Strategy".

Build Self Optimizing Expert Advisors in MQL5 (Part 2): USDJPY Scalping Strategy

Join us today as we challenge ourselves to build a trading strategy around the USDJPY pair. We will trade candlestick patterns that are formed on the daily time frame because they potentially have more strength behind them. Our initial strategy was profitable, which encouraged us to continue refining the strategy and adding extra layers of safety, to protect the capital gained.

Published article "Across Neighbourhood Search (ANS)".

Across Neighbourhood Search (ANS)

The article reveals the potential of the ANS algorithm as an important step in the development of flexible and intelligent optimization methods that can take into account the specifics of the problem and the dynamics of the environment in the search space.

The most downloaded free products:

Bestsellers in the Market:

8 new topics on forum:

and 5 more...

5 new signals now available for subscription:

Lumintu Project
355% 120 trades
Growth:355.22%
Equity:1,372.39USD
Balance:1,372.39USD
AFSID FX EURJPY
207% 1234 trades
Growth:207.44%
Equity:1,500.40USD
Balance:1,503.40USD
CF Generators by CLT
26% 3442 trades
Growth:26.00%
Equity:3,420.96USD
Balance:3,821.53USD
and 2 more...
1...272829303132333435363738394041...610