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 downloaded source codes this week

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.

3 new signals now available for subscription:

TirolRisk Nur Gold
1,000% 635 trades
Growth:1,000.31%
Equity:859.03EUR
Balance:745.91EUR
The Forex Exchanger 2
179% 307 trades
Growth:178.79%
Equity:1,470.56EUR
Balance:1,820.31EUR
TirolRisk Der Swinger
141% 881 trades
Growth:140.90%
Equity:648.35EUR
Balance:649.93EUR

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

There are more than 25,050 products available in Market

11 new topics on forum:

and 8 more...

The most downloaded free products:

There are more than 141,630 topics available on forum

16 new topics on forum:

and 13 more...

More than 100 new charts published:

图表 Fra40, D1, 2023.10.25 22:31 UTC, ActivTrades Plc, MetaTrader 4, Real
Fra40, D1
차트 SPX500, H1, 2023.10.23 18:52 UTC, TF Global Markets (Aust) Pty Ltd, MetaTrader 5, Demo
SPX500, H1
차트 AUDCAD, M15, 2023.10.23 12:20 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
AUDCAD, M15

Bestsellers in the Market:

Published article "Neural networks made easy (Part 44): Learning skills with dynamics in mind".

Neural networks made easy (Part 44): Learning skills with dynamics in mind

In the previous article, we introduced the DIAYN method, which offers the algorithm for learning a variety of skills. The acquired skills can be used for various tasks. But such skills can be quite unpredictable, which can make them difficult to use. In this article, we will look at an algorithm for learning predictable skills.

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

20 new topics on forum:

and 17 more...

1 new signal now available for subscription:

Medium term trading system
304% 1605 trades
Growth:303.85%
Equity:423,994.86RUB
Balance:450,893.70RUB

Published article "Neural networks made easy (Part 43): Mastering skills without the reward function".

Neural networks made easy (Part 43): Mastering skills without the reward function

The problem of reinforcement learning lies in the need to define a reward function. It can be complex or difficult to formalize. To address this problem, activity-based and environment-based approaches are being explored to learn skills without an explicit reward function.

The most downloaded free products:

20 new topics on forum:

and 17 more...
There are more than 25,000 products available in Market

Bestsellers in the Market:

Published article "Neural networks made easy (Part 42): Model procrastination, reasons and solutions".

Neural networks made easy (Part 42): Model procrastination, reasons and solutions

In the context of reinforcement learning, model procrastination can be caused by several reasons. The article considers some of the possible causes of model procrastination and methods for overcoming them.

New publications in CodeBase

Published article "Permuting price bars in MQL5".

Permuting price bars in MQL5

In this article we present an algorithm for permuting price bars and detail how permutation tests can be used to recognize instances where strategy performance has been fabricated to deceive potential buyers of Expert Advisors.

Bestsellers in the Market:

The most downloaded free products:

Most downloaded source codes this month

  • Using Moving Averages with an EA (Sample Source Code) This time, we're providing a sample that enters based on the Golden Cross and Dead Cross of the moving averages. If you want to see a sample where a long entry is made when the closing price of the candlestick crosses above the moving average, please refer to this article.
  • Advisor Based on RSI and Martingale "This advisor uses the RSI indicator to determine optimal entry and exit points in the market. A unique feature of the advisor is its martingale strategy, which allows for position reversal with an increased lot size during market reversals. The advisor offers flexible trading time settings: you can set a working time range and disable trading during specific hours to filter out news events."
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.

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.

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.

The most popular forum topics:

There are more than 141,570 topics available on forum

12 new topics on forum:

and 9 more...

Published article "Integrate Your Own LLM into EA (Part 2): Example of Environment Deployment".

Integrate Your Own LLM into EA (Part 2): Example of Environment Deployment

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 "Neural networks made easy (Part 41): Hierarchical models".

Neural networks made easy (Part 41): Hierarchical models

The article describes hierarchical training models that offer an effective approach to solving complex machine learning problems. Hierarchical models consist of several levels, each of which is responsible for different aspects of the task.

The most downloaded free products:

Bestsellers in the Market:

17 new topics on forum:

and 14 more...

New publications in CodeBase

Published article "Neural networks made easy (Part 40): Using Go-Explore on large amounts of data".

Neural networks made easy (Part 40): Using Go-Explore on large amounts of data

This article discusses the use of the Go-Explore algorithm over a long training period, since the random action selection strategy may not lead to a profitable pass as training time increases.

The most downloaded free products:

Bestsellers in the Market:

There are more than 24,950 products available in Market

Most downloaded source codes this week

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.

9 new topics on forum:

and 6 more...

The most popular forum topics:

Bestsellers in the Market:

12 new topics on forum:

and 9 more...
1...128129130131132133134135136137138139140141142...650