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 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.

New publications in CodeBase

  • Buffers for each hour (binary) and an hour buffer from 0-23 - for data collection purposes Prototype for data collection. Dummy buffers for the data window (for data collection purposes) for the hour of the day, and an additional buffer for the hour of the day. Comments the hour of the day.
  • Surfing - 2 EMA strategy This is a pretty simple startegy that follows trend. Recommended time frams is D1. when close price brakes up the EMA build based on high prices given that RSI is above 55 and RSI is above its Moving average - we buy. when close price brakes down the EMA build based on low prices given that RSI is below 45 and RSI is below its moving average - we sell. system closes previose trade if there is opposite signal system uses take profit and stop loss as well as trailing stop

Bestsellers in the Market:

2 new signals now available for subscription:

The Wilis EA
588% 788 trades
Growth:587.91%
Equity:4,313.16USD
Balance:4,313.16USD
Shun shui tui zhou
15% 660 trades
Growth:15.38%
Equity:23,075.06USD
Balance:23,075.06USD

The most downloaded free products:

9 new topics on forum:

and 6 more...

Bestsellers in the Market:

The most downloaded free products:

Bestsellers in the Market:

There are more than 31,390 products available in Market

Most downloaded source codes this week

  • Price increase Indicator Price increase Indicator
  • MarketPredictor MarketPredictor for MetaTrader 5 The MarketPredictor is an innovative Expert Advisor (EA) for MetaTrader 5 that leverages mathematical models such as sine functions, Fast Fourier Transform (FFT), sigmoid functions, and Monte Carlo simulations to analyze and predict market movements. This project is designed for developers, math enthusiasts, and traders interested in combining technological and financial innovations. Feel free to suggest, discuss, and implement code ideas directly in this thread. Whether it’s new features, improvement suggestions, or strategies – every contribution is welcome to further develop and optimize the MarketPredictor. You’re also welcome to add me to clarify questions privately, collaborate on the GitHub project, or send me your feedback directly. Let’s cook up something amazing together and take this project to the next level!
  • 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 week

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.

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 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.

More than 200 new charts published:

图表 .US30Cash, D1, 2024.12.21 07:40 UTC, RoboForex Ltd, MetaTrader 5, Real
.US30Cash, D1
Chart .US30Cash, D1, 2024.12.21 07:49 UTC, RoboForex Ltd, MetaTrader 5, Real
.US30Cash, D1
Grafik ETHUSD, H1, 2024.12.19 10:02 UTC, Fusion Markets Pty Ltd, MetaTrader 5, Real
ETHUSD, H1

4 new topics on forum:

and 1 more...

2 new signals now available for subscription:

Low Risk Steady Growth
119% 1991 trades
Growth:118.71%
Equity:1,629.59USD
Balance:1,632.29USD
Bagelen
53% 211 trades
Growth:52.58%
Equity:3,051.57USD
Balance:3,051.57USD

The most downloaded free products:

7 new topics on forum:

and 4 more...

The most popular forum topics:

Bestsellers in the Market:

4 new signals now available for subscription:

Apache MHL
10,046% 6057 trades
Growth:10,046.28%
Equity:5,006.60USD
Balance:5,006.60USD
TradeisChill
262% 3354 trades
Growth:261.59%
Equity:268.96USD
Balance:249.26USD
TradewithJoms369
96% 20280 trades
Growth:95.77%
Equity:222,909.68USD
Balance:212,600.18USD
and 1 more...

New publications in CodeBase

The most downloaded free products:

Bestsellers in the Market:

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.

4 new signals now available for subscription:

Trader Bocil 3
1,259% 1228 trades
Growth:1,259.38%
Equity:5,975.87USD
Balance:5,975.87USD
Longterm Education Fund
164% 699 trades
Growth:164.31%
Equity:27,198.44USD
Balance:25,139.82USD
Bruderx 2 mt5
55% 602 trades
Growth:54.83%
Equity:821.32USD
Balance:1,243.14USD
and 1 more...
There are more than 148,440 topics available on forum

16 new topics on forum:

and 13 more...

The most downloaded free products:

There are more than 31,340 products available in Market

Bestsellers in the Market:

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.

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:

More than 200 new charts published:

图表 DJ30+, M15, 2024.12.18 20:12 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
DJ30+, M15
图表 NAS100+, M15, 2024.12.18 20:33 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
NAS100+, M15
图表 XAUUSD+, M15, 2024.12.18 20:10 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
XAUUSD+, M15

2 new signals now available for subscription:

Copy Athx
117% 1578 trades
Growth:116.52%
Equity:19,925.83USD
Balance:24,499.80USD
PAMM Internacional
-1% 1886 trades
Growth:-0.67%
Equity:18,915.87USD
Balance:20,972.77USD

The most popular forum topics:

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:

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:

1...697071727374757677787980818283...647