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.

2 new signals now available for subscription:

TradesHood Fx2 Hedg
99% 137 trades
Growth:99.34%
Equity:15,444.27USD
Balance:18,075.73USD
A NONIM 5
-4% 2113 trades
Growth:-4.47%
Equity:1,417.31USD
Balance:1,417.31USD

Bestsellers in the Market:

More than 200 new charts published:

Chart USDRUR, W1, 7/27/2024 8:23 AM UTC, InstaForex, MetaTrader 4, Real
USDRUR, W1
Chart BTCUSD, D1, 7/27/2024 9:56 PM UTC, SimpleFX Ltd., MetaTrader 4, Demo
BTCUSD, D1
Chart NAS100, H1, 7/25/2024 12:13 PM UTC, FXTM, MetaTrader 4, Real
NAS100, H1
There are more than 30,440 products available in Market

11 new topics on forum:

and 8 more...

2 new signals now available for subscription:

FxtmAI
121% 619 trades
Growth:120.96%
Equity:5,397.84USD
Balance:5,397.84USD
Forextrading4U
7% 870 trades
Growth:6.59%
Equity:9,972.42USD
Balance:11,300.49USD

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

7 new topics on forum:

and 4 more...
There are more than 1,700 articles published on site

Published article "Causal analysis of time series using transfer entropy".

Causal analysis of time series using transfer entropy

In this article, we discuss how statistical causality can be applied to identify predictive variables. We will explore the link between causality and transfer entropy, as well as present MQL5 code for detecting directional transfers of information between two variables.

5 new signals now available for subscription:

GoldWin
329% 452 trades
Growth:328.84%
Equity:9,996.10USD
Balance:10,000.00USD
NixTrade
204% 1208 trades
Growth:204.33%
Equity:5,132.90USD
Balance:5,132.90USD
ICONA
31% 439 trades
Growth:30.82%
Equity:236.96USD
Balance:246.16USD
and 2 more...

Published article "Twitter Sentiment Analysis with Sockets".

Twitter Sentiment Analysis with Sockets

This innovative trading bot integrates MetaTrader 5 with Python to leverage real-time social media sentiment analysis for automated trading decisions. By analyzing Twitter sentiment related to specific financial instruments, the bot translates social media trends into actionable trading signals. It utilizes a client-server architecture with socket communication, enabling seamless interaction between MT5's trading capabilities and Python's data processing power. The system demonstrates the potential of combining quantitative finance with natural language processing, offering a cutting-edge approach to algorithmic trading that capitalizes on alternative data sources. While showing promise, the bot also highlights areas for future enhancement, including more advanced sentiment analysis techniques and improved risk management strategies.

Published article "MQL5 Wizard Techniques you should know (Part 29): Continuation on Learning Rates with MLPs".

MQL5 Wizard Techniques you should know (Part 29): Continuation on Learning Rates with MLPs

We wrap up our look at learning rate sensitivity to the performance of Expert Advisors by primarily examining the Adaptive Learning Rates. These learning rates aim to be customized for each parameter in a layer during the training process and so we assess potential benefits vs the expected performance toll.

Published article "Building A Candlestick Trend Constraint Model (Part 7): Refining our model for EA development".

Building A Candlestick Trend Constraint Model (Part 7): Refining our model for EA development

In this article, we will delve into the detailed preparation of our indicator for Expert Advisor (EA) development. Our discussion will encompass further refinements to the current version of the indicator to enhance its accuracy and functionality. Additionally, we will introduce new features that mark exit points, addressing a limitation of the previous version, which only identified entry points.

Published article "Developing a Replay System (Part 42): Chart Trade Project (I)".

Developing a Replay System (Part 42): Chart Trade Project (I)

Let's create something more interesting. I don't want to spoil the surprise, so follow the article for a better understanding. From the very beginning of this series on developing the replay/simulator system, I was saying that the idea is to use the MetaTrader 5 platform in the same way both in the system we are developing and in the real market. It is important that this is done properly. No one wants to train and learn to fight using one tool while having to use another one during the fight.

Published article "Population optimization algorithms: Whale Optimization Algorithm (WOA)".

Population optimization algorithms: Whale Optimization Algorithm (WOA)

Whale Optimization Algorithm (WOA) is a metaheuristic algorithm inspired by the behavior and hunting strategies of humpback whales. The main idea of WOA is to mimic the so-called "bubble-net" feeding method, in which whales create bubbles around prey and then attack it in a spiral motion.

The most downloaded free products:

4 new signals now available for subscription:

OnlyUJ
92% 269 trades
Growth:91.93%
Equity:1,099.14USD
Balance:1,099.14USD
TOLSTY
64% 2183 trades
Growth:64.29%
Equity:520.79EUR
Balance:534.66EUR
Axis A1 Live
24% 563 trades
Growth:23.99%
Equity:1,239.90USD
Balance:1,239.90USD
and 1 more...

Bestsellers in the Market:

19 new topics on forum:

and 16 more...

Published article "Build Self Optimizing Expert Advisors With MQL5 And Python".

Build Self Optimizing Expert Advisors With MQL5 And Python

In this article, we will discuss how we can build Expert Advisors capable of autonomously selecting and changing trading strategies based on prevailing market conditions. We will learn about Markov Chains and how they can be helpful to us as algorithmic traders.

The most downloaded free products:

More than 400 new charts published:

Chart USDCAD, D1, 7/22/2024 3:48 PM UTC, RannForex Limited, MetaTrader 5, Real
USDCAD, D1
График EURCHF, H1, 2024.07.22 15:06 UTC, RannForex Limited, MetaTrader 5, Real
EURCHF, H1
График XAUUSD, M15, 2024.07.24 19:10 UTC, FXTM, MetaTrader 4, Real
XAUUSD, M15
There are more than 146,560 topics available on forum

12 new topics on forum:

and 9 more...

Bestsellers in the Market:

2 new signals now available for subscription:

Pinnacle Growth
560% 34734 trades
Growth:559.79%
Equity:33,144.33EUR
Balance:33,156.46EUR
Canhao de ouro 2k
101% 440 trades
Growth:101.22%
Equity:4,023.92USD
Balance:4,023.92USD

New publications in CodeBase

Published article "MQL5 Trading Toolkit (Part 2): Expanding and Implementing the Positions Management EX5 Library".

MQL5 Trading Toolkit (Part 2): Expanding and Implementing the Positions Management EX5 Library

Learn how to import and use EX5 libraries in your MQL5 code or projects. In this continuation article, we will expand the EX5 library by adding more position management functions to the existing library and creating two Expert Advisors. The first example will use the Variable Index Dynamic Average Technical Indicator to develop a trailing stop trading strategy expert advisor, while the second example will utilize a trade panel to monitor, open, close, and modify positions. These two examples will demonstrate how to use and implement the upgraded EX5 position management library.

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

There are more than 30,380 products available in Market

20 new topics on forum:

and 17 more...

Bestsellers in the Market:

Published article "Neural networks made easy (Part 80): Graph Transformer Generative Adversarial Model (GTGAN)".

Neural networks made easy (Part 80): Graph Transformer Generative Adversarial Model (GTGAN)

In this article, I will get acquainted with the GTGAN algorithm, which was introduced in January 2024 to solve complex problems of generation architectural layouts with graph constraints.

The most downloaded free products:

New publications in CodeBase

  • Find Swing Highs Swing Lows The Swing High/Low Identifier for MetaTrader 5 marks significant swing highs and swing lows directly on your chart with color-coded arrows. This tool helps traders quickly identify key price levels, which can serve as resistance and support, and is ideal for trend reversal analysis, support and resistance mapping, and enhancing price action strategies. By highlighting these crucial swing points, it provides valuable insights for making informed trading decisions and optimizing trading strategies.
  • Decision Colored Candles - MT5 higher confidence to get into trade

The most popular forum topics:

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

Published article "Reimagining Classic Strategies (Part II): Bollinger Bands Breakouts".

Reimagining Classic Strategies (Part II): Bollinger Bands Breakouts

This article explores a trading strategy that integrates Linear Discriminant Analysis (LDA) with Bollinger Bands, leveraging categorical zone predictions for strategic market entry signals.

Published article "Hybridization of population algorithms. Sequential and parallel structures".

Hybridization of population algorithms. Sequential and parallel structures

Here we will dive into the world of hybridization of optimization algorithms by looking at three key types: strategy mixing, sequential and parallel hybridization. We will conduct a series of experiments combining and testing relevant optimization algorithms.

Published article "Combine Fundamental And Technical Analysis Strategies in MQL5 For Beginners".

Combine Fundamental And Technical Analysis Strategies in MQL5 For Beginners

In this article, we will discuss how to integrate trend following and fundamental principles seamlessly into one Expert Advisors to build a strategy that is more robust. This article will demonstrate how easy it is for anyone to get up and running building customized trading algorithms using MQL5.

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • Raymond Cloudy Day For EA Raymond Cloudy Day For EA, a revolutionary trading tool created by Raymond and expertly developed for the MT5 platform. This innovative indicator integrates a cutting-edge calculation method with advanced algorithms, surpassing traditional Pivot Points to enhance trading strategies with unparalleled precision.
  • Risk reward box This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted.
  • SL-TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions.

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.

1...464748495051525354555657585960...608