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.

There are more than 1,660 articles published on site

Published article "Creating an Interactive Graphical User Interface in MQL5 (Part 1): Making the Panel".

Creating an Interactive Graphical User Interface in MQL5 (Part 1): Making the Panel

This article explores the fundamental steps in crafting and implementing a Graphical User Interface (GUI) panel using MetaQuotes Language 5 (MQL5). Custom utility panels enhance user interaction in trading by simplifying common tasks and visualizing essential trading information. By creating custom panels, traders can streamline their workflow and save time during trading operations.

Published article "MQL5 Wizard Techniques you should know (Part 26): Moving Averages and the Hurst Exponent".

MQL5 Wizard Techniques you should know (Part 26): Moving Averages and the Hurst Exponent

The Hurst Exponent is a measure of how much a time series auto-correlates over the long term. It is understood to be capturing the long-term properties of a time series and therefore carries some weight in time series analysis even outside of economic/ financial time series. We however, focus on its potential benefit to traders by examining how this metric could be paired with moving averages to build a potentially robust signal.

Published article "Sentiment Analysis and Deep Learning for Trading with EA and Backtesting with Python".

Sentiment Analysis and Deep Learning for Trading with EA and Backtesting with Python

In this article, we will introduce Sentiment Analysis and ONNX Models with Python to be used in an EA. One script runs a trained ONNX model from TensorFlow for deep learning predictions, while another fetches news headlines and quantifies sentiment using AI.

Published article "Reimagining Classic Strategies in Python: MA Crossovers".

Reimagining Classic Strategies in Python: MA Crossovers

In this article, we revisit the classic moving average crossover strategy to assess its current effectiveness. Given the amount of time since its inception, we explore the potential enhancements that AI can bring to this traditional trading strategy. By incorporating AI techniques, we aim to leverage advanced predictive capabilities to potentially optimize trade entry and exit points, adapt to varying market conditions, and enhance overall performance compared to conventional approaches.

Published article "Neural networks made easy (Part 77): Cross-Covariance Transformer (XCiT)".

Neural networks made easy (Part 77): Cross-Covariance Transformer (XCiT)

In our models, we often use various attention algorithms. And, probably, most often we use Transformers. Their main disadvantage is the resource requirement. In this article, we will consider a new algorithm that can help reduce computing costs without losing quality.

2 new signals now available for subscription:

Pi Investments MT5 Bot Trader
130% 3946 trades
Growth:129.92%
Equity:6,624.04USD
Balance:6,624.04USD
GREEN FOREX
28% 263 trades
Growth:28.49%
Equity:5,081.00USD
Balance:5,081.00USD

The most downloaded free products:

Bestsellers in the Market:

6 new signals now available for subscription:

Longterm Project
110% 879 trades
Growth:110.35%
Equity:2,102.08USD
Balance:2,103.46USD
YB Trap
73% 1452 trades
Growth:73.00%
Equity:2,129.19USD
Balance:2,139.26USD
Scalper Investor FPMarkets
56% 506 trades
Growth:55.66%
Equity:1,078.68USD
Balance:1,192.00USD
and 3 more...
There are more than 146,250 topics available on forum

9 new topics on forum:

and 6 more...

Published article "Building A Candlestick Trend Constraint Model (Part 5): Notification System (Part III)".

Building A Candlestick Trend Constraint Model (Part 5): Notification System (Part III)

This part of the article series is dedicated to integrating WhatsApp with MetaTrader 5 for notifications. We have included a flow chart to simplify understanding and will discuss the importance of security measures in integration. The primary purpose of indicators is to simplify analysis through automation, and they should include notification methods for alerting users when specific conditions are met. Discover more in this article.

Published article "Developing a Replay System (Part 41): Starting the second phase (II)".

Developing a Replay System (Part 41): Starting the second phase (II)

If everything seemed right to you up to this point, it means you're not really thinking about the long term, when you start developing applications. Over time you will no longer need to program new applications, you will just have to make them work together. So let's see how to finish assembling the mouse indicator.

Published article "MQL5 Wizard Techniques you should know (Part 25): Multi-Timeframe Testing and Trading".

MQL5 Wizard Techniques you should know (Part 25): Multi-Timeframe Testing and Trading

Strategies that are based on multiple time frames cannot be tested in wizard assembled Expert Advisors by default because of the MQL5 code architecture used in the assembly classes. We explore a possible work around this limitation for strategies that look to use multiple time frames in a case study with the quadratic moving average.

Published article "Data Science and Machine Learning (Part 25): Forex Timeseries Forecasting Using a Recurrent Neural Network (RNN)".

Data Science and Machine Learning (Part 25): Forex Timeseries Forecasting Using a Recurrent Neural Network (RNN)

Recurrent neural networks (RNNs) excel at leveraging past information to predict future events. Their remarkable predictive capabilities have been applied across various domains with great success. In this article, we will deploy RNN models to predict trends in the forex market, demonstrating their potential to enhance forecasting accuracy in forex trading.

The most downloaded free products:

Bestsellers in the Market:

More than 200 new charts published:

Chart GBPUSD, H1, 6/30/2024 2:30 AM UTC, Plexy Trade Ltd., MetaTrader 4, Demo
GBPUSD, H1
Grafik EURCHF, H4, 2024.07.01 22:15 UTC, RoboForex Ltd, MetaTrader 5, Real
EURCHF, H4
Gráfico BTCUSD, H1, 2024.07.01 02:14 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
BTCUSD, H1

13 new topics on forum:

and 10 more...

The most popular forum topics:

There are more than 29,730 products available in Market

2 new signals now available for subscription:

Quantum Emperor V5
387% 1254 trades
Growth:387.45%
Equity:3,010.32USD
Balance:3,010.32USD
SignalTrader
79% 687 trades
Growth:79.41%
Equity:86.43USD
Balance:82.35USD

Published article "Developing an MQL5 RL agent with RestAPI integration (Part 4): Organizing functions in classes in MQL5".

Developing an MQL5 RL agent with RestAPI integration (Part 4): Organizing functions in classes in MQL5

This article discusses the transition from procedural coding to object-oriented programming (OOP) in MQL5 with an emphasis on integration with the REST API. Today we will discuss how to organize HTTP request functions (GET and POST) into classes. We will take a closer look at code refactoring and show how to replace isolated functions with class methods. The article contains practical examples and tests.

The most downloaded free products:

Most downloaded source codes this month

  • Grid EA Pro A professional Grid advisor works according to RSI ( Relative Strength Index ) indicators. And has the function of Reducing the Drawdown on the account by overlapping unprofitable orders. The chart displays information about the profit. It can be a very useful tool, For manual trading.
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
  • Breakout Strategy with Prop Firm Helper Functions This is an update of the "Simple Yet Effective Breakout Strategy". In this code, I have added some helper functions for prop firm challenges.

Most read articles this month

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:

12 new topics on forum:

and 9 more...

Published article "Developing a Replay System (Part 40): Starting the second phase (I)".

Developing a Replay System (Part 40): Starting the second phase (I)

Today we'll talk about the new phase of the replay/simulator system. At this stage, the conversation will become truly interesting and quite rich in content. I strongly recommend that you read the article carefully and use the links provided in it. This will help you understand the content better.

Published article "MetaTrader 4 on macOS".

MetaTrader 4 on macOS

We provide a special installer for the MetaTrader 4 trading platform on macOS. It is a full-fledged wizard that allows you to install the application natively. The installer performs all the required steps: it identifies your system, downloads and installs the latest Wine version, configures it, and then installs MetaTrader within it. All steps are completed in the automated mode, and you can start using the platform immediately after installation.

2 new signals now available for subscription:

Allweather Portfolio
304% 1442 trades
Growth:304.12%
Equity:1,614.71USD
Balance:1,619.38USD
Compound FX
175% 978 trades
Growth:175.45%
Equity:1,316.62USD
Balance:1,345.11USD

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

14 new topics on forum:

and 11 more...

1 new signal now available for subscription:

AI Solution
16% 153 trades
Growth:15.54%
Equity:2,375.53USD
Balance:2,375.53USD

Published article "Propensity score in causal inference".

Propensity score in causal inference

The article examines the topic of matching in causal inference. Matching is used to compare similar observations in a data set. This is necessary to correctly determine causal effects and get rid of bias. The author explains how this helps in building trading systems based on machine learning, which become more stable on new data they were not trained on. The propensity score plays a central role and is widely used in causal inference.

New publications in CodeBase

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • Grid EA Pro A professional Grid advisor works according to RSI ( Relative Strength Index ) indicators. And has the function of Reducing the Drawdown on the account by overlapping unprofitable orders. The chart displays information about the profit. It can be a very useful tool, For manual trading.
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.

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

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 146,190 topics available on forum

9 new topics on forum:

and 6 more...

More than 100 new charts published:

Gráfico BNBUSD, H1, 2024.06.26 10:40 UTC, Deriv.com Limited, MetaTrader 5, Demo
BNBUSD, H1
Grafico GBPUSD, H1, 2024.06.29 00:01 UTC, Raw Trading Ltd, MetaTrader 4, Demo
GBPUSD, H1
Gráfico BNBUSD, H1, 2024.06.26 17:35 UTC, Deriv.com Limited, MetaTrader 5, Demo
BNBUSD, H1

13 new topics on forum:

and 10 more...

Bestsellers in the Market:

There are more than 29,670 products available in Market

New publications in CodeBase

1...555657585960616263646566676869...613