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

More than 100 new charts published:

チャート XAUUSD, D1, 2023.10.23 13:38 UTC, Raw Trading Ltd, MetaTrader 4, Demo
XAUUSD, D1
Gráfico SPX500, H1, 2023.10.23 18:52 UTC, TF Global Markets (Aust) Pty Ltd, MetaTrader 5, Demo
SPX500, H1
Grafik USDCAD, M30, 2023.10.19 12:32 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
USDCAD, M30

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

New publications in CodeBase

1 new signal now available for subscription:

Ren777
-21% 591 trades
Growth:-20.65%
Equity:1,604.57USD
Balance:1,620.20USD

The most downloaded free products:

There are more than 141,510 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
66% 1081 trades
Growth:65.84%
Equity:1,658.41EUR
Balance:1,658.41EUR

The most downloaded free products:

Bestsellers in the Market:

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

More than 100 new charts published:

Graphique EURUSD, MN1, 2023.10.18 13:04 UTC, Gerchik and Co Limited, MetaTrader 4, Demo
EURUSD, MN1
Graphique GBPJPY, M15, 2023.10.16 02:47 UTC, Five Percent Online Ltd, MetaTrader 5, Demo
GBPJPY, M15
차트 Fra40, D1, 2023.10.18 23:36 UTC, ActivTrades Plc, MetaTrader 4, Real
Fra40, D1
There are more than 24,810 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 new signal now available for subscription:

Trading Institucional
35% 1679 trades
Growth:35.34%
Equity:1,443.74GBP
Balance:1,443.74GBP

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this month

  • MaybeAwo EA a Versatile automated trading tool for the MetaTrader 4 platform. This EA is designed to assist traders in managing their positions effectively by offering features such as setting a breakeven point, trailing stop, stop loss, and take profit levels. It works with various input parameters, allowing you to customize its behavior to fit your trading strategy.
  • Ranged Grid Bot EA with pending orders The EA created sell/buy limit orders according to: - Grid number of orders - Trading range (computed automatically by uwing weekly highs and lows) - Current price
  • 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.

There are more than 141,450 topics available on forum

17 new topics on forum:

and 14 more...
1...133134135136137138139140141142143144145146147...655