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.

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

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.

The most popular forum topics:

There are more than 141,550 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:

More than 200 new charts published:

Graphique YM, H1, 2023.10.20 17:54 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
YM, H1
Chart XAUUSD, M30, 2023.10.20 13:32 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
XAUUSD, M30
Chart NQ, H1, 2023.10.20 17:53 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
NQ, H1
There are more than 24,370 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.

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

New publications in CodeBase

1 new signal now available for subscription:

Ren777
-19% 643 trades
Growth:-18.67%
Equity:1,659.07USD
Balance:1,660.65USD

The most downloaded free products:

There are more than 141,490 topics available on forum

Bestsellers in the Market:

16 new topics on forum:

and 13 more...

1 new signal now available for subscription:

Bitcoin Scalp Pro
41% 1171 trades
Growth:40.84%
Equity:1,408.43EUR
Balance:1,408.43EUR

The most downloaded free products:

Bestsellers in the Market:

More than 300 new charts published:

Chart USDCAD, M30, 2023.10.19 12:32 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
USDCAD, M30
Chart Fra40, D1, 2023.10.18 23:36 UTC, ActivTrades Plc, MetaTrader 4, Real
Fra40, D1
Chart EURUSD, MN1, 2023.10.18 13:04 UTC, Gerchik and Co Limited, MetaTrader 4, Demo
EURUSD, MN1

New publications in CodeBase

  • Smooth Algorithms - Corrected/Modified - library for MetaTrader 5 Smooth Algorithms fixed version plus Trade Algorithms plus full operational EA, plus two indicators . So you will get complete project where you be able to see example how to use and implement this libraries
  • M4HA Trend indicator based on the intersection of adaptive HMA and its smoothed line. I recommend using it together with the flat indicator to determine the beginning of a trend early

16 new topics on forum:

and 13 more...

The most popular forum topics:

There are more than 1,410 articles published on site

Published article "Structures in MQL5 and methods for printing their data".

Structures in MQL5 and methods for printing their data

In this article we will look at the MqlDateTime, MqlTick, MqlRates and MqlBookInfo strutures, as well as methods for printing data from them. In order to print all the fields of a structure, there is a standard ArrayPrint() function, which displays the data contained in the array with the type of the handled structure in a convenient tabular format.

Bestsellers in the Market:

The most downloaded free products:

20 new topics on forum:

and 17 more...
There are more than 24,310 products available in Market

Published article "Discrete Hartley transform".

Discrete Hartley transform

In this article, we will consider one of the methods of spectral analysis and signal processing - the discrete Hartley transform. It allows filtering signals, analyzing their spectrum and much more. The capabilities of DHT are no less than those of the discrete Fourier transform. However, unlike DFT, DHT uses only real numbers, which makes it more convenient for implementation in practice, and the results of its application are more visual.

Published article "Integrate Your Own LLM into EA (Part 1): Hardware and Environment Deployment".

Integrate Your Own LLM into EA (Part 1): Hardware and 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 "Learn how to deal with date and time in MQL5".

Learn how to deal with date and time in MQL5

A new article about a new important topic which is dealing with date and time. As traders or programmers of trading tools, it is very crucial to understand how to deal with these two aspects date and time very well and effectively. So, I will share some important information about how we can deal with date and time to create effective trading tools smoothly and simply without any complicity as much as I can.

1...157158159160161162163164165166167168169170171...679