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:

23 new topics on forum:

and 20 more...
There are more than 1,510 articles published on site

Published article "Developing a Replay System — Market simulation (Part 23): FOREX (IV)".

Developing a Replay System — Market simulation (Part 23): FOREX (IV)

Now the creation occurs at the same point where we converted ticks into bars. This way, if something goes wrong during the conversion process, we will immediately notice the error. This is because the same code that places 1-minute bars on the chart during fast forwarding is also used for the positioning system to place bars during normal performance. In other words, the code that is responsible for this task is not duplicated anywhere else. This way we get a much better system for both maintenance and improvement.

New publications in CodeBase

  • KA-Gold Bot MT5 KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods. - Time frame: M15
  • SAR ADX Signal SAR ADX Signal with mobile notification, rewritten from MT4 version (source no longer found). This is a repaintable indicator, please be careful when using it.
  • Strong Historical Levels Historical Strong S/Rs Levels

Published article "Neural networks are easy (Part 59): Dichotomy of Control (DoC)".

Neural networks are easy (Part 59): Dichotomy of Control (DoC)

In the previous article, we got acquainted with the Decision Transformer. But the complex stochastic environment of the foreign exchange market did not allow us to fully implement the potential of the presented method. In this article, I will introduce an algorithm that is aimed at improving the performance of algorithms in stochastic environments.

Published article "Developing a Replay System — Market simulation (Part 22): FOREX (III)".

Developing a Replay System — Market simulation (Part 22): FOREX (III)

Although this is the third article on this topic, I must explain for those who have not yet understood the difference between the stock market and the foreign exchange market: the big difference is that in the Forex there is no, or rather, we are not given information about some points that actually occurred during the course of trading.

2 new signals now available for subscription:

GPA PAI
55% 2686 trades
Growth:55.14%
Equity:1,663.49EUR
Balance:1,780.06EUR
and 1 more...

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
  • Indices Testing The EA only trades buy positions and does not use SL and TP.
  • 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.

The most popular forum topics:

There are more than 143,770 topics available on forum

20 new topics on forum:

and 17 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 26,570 products available in Market

20 new topics on forum:

and 17 more...

The most downloaded free products:

23 new topics on forum:

and 20 more...

Bestsellers in the Market:

More than 100 new charts published:

图表 USTEC, D1, 2024.02.13 14:36 UTC, Raw Trading Ltd, MetaTrader 5, Real
USTEC, D1
チャート NVDA.NAS, D1, 2024.02.13 14:36 UTC, Raw Trading Ltd, MetaTrader 5, Real
NVDA.NAS, D1
Gráfico BTCUSD, D1, 2024.02.13 14:37 UTC, Raw Trading Ltd, MetaTrader 5, Real
BTCUSD, D1

2 new signals now available for subscription:

Pullenback Stability Growth
205% 1836 trades
Growth:204.82%
Equity:1,409.73USD
Balance:1,409.73USD
Captain Snail Gold
116% 1602 trades
Growth:115.52%
Equity:4,783.37USD
Balance:4,783.37USD

Published article "Introduction to MQL5 (Part 4): Mastering Structures, Classes, and Time Functions".

Introduction to MQL5 (Part 4): Mastering Structures, Classes, and Time Functions

Unlock the secrets of MQL5 programming in our latest article! Delve into the essentials of structures, classes, and time functions, empowering your coding journey. Whether you're a beginner or an experienced developer, our guide simplifies complex concepts, providing valuable insights for mastering MQL5. Elevate your programming skills and stay ahead in the world of algorithmic trading!

Published article "Population optimization algorithms: Stochastic Diffusion Search (SDS)".

Population optimization algorithms: Stochastic Diffusion Search (SDS)

The article discusses Stochastic Diffusion Search (SDS), which is a very powerful and efficient optimization algorithm based on the principles of random walk. The algorithm allows finding optimal solutions in complex multidimensional spaces, while featuring a high speed of convergence and the ability to avoid local extrema.

The most downloaded free products:

There are more than 143,710 topics available on forum

21 new topics on forum:

and 18 more...

The most popular forum topics:

Bestsellers in the Market:

3 new signals now available for subscription:

Exness GIAPHAT No9
241% 29654 trades
Growth:241.12%
Equity:17,088.07USD
Balance:17,101.91USD
SCR EURAUD advanced
72% 2904 trades
Growth:72.34%
Equity:17,234.12USD
Balance:17,234.12USD
Nino
-10% 149 trades
Growth:-10.30%
Equity:1,497.27USD
Balance:1,656.20USD

The most downloaded free products:

Bestsellers in the Market:

2 new signals now available for subscription:

IcmLowLeverage
369% 311 trades
Growth:369.37%
Equity:1,050.56USD
Balance:1,121.41USD
Scalper Zion
293% 19078 trades
Growth:293.45%
Equity:2,448.56USD
Balance:2,483.88USD

22 new topics on forum:

and 19 more...

Published article "Developing a Replay System — Market simulation (Part 21): FOREX (II)".

Developing a Replay System — Market simulation (Part 21): FOREX (II)

We will continue to build a system for working in the FOREX market. In order to solve this problem, we must first declare the loading of ticks before loading the previous bars. This solves the problem, but at the same time forces the user to follow some structure in the configuration file, which, personally, does not make much sense to me. The reason is that by designing a program that is responsible for analyzing and executing what is in the configuration file, we can allow the user to declare the elements he needs in any order.

New publications in CodeBase

  • Indices Testing The EA only trades buy positions and does not use SL and TP.
  • Adaptive Volatility Analysis AVA adapts its analysis based on current market dynamics. This adaptability makes it invaluable for predicting shifts towards higher volatility or calmer periods.
  • Calculate Drawdown in MT4 this shortcode will calculate the drawdown of a particular ea, where it is applied to a specified symbol.
There are more than 11,250 codes published in Codebase

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this month

  • 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.
  • MQL5 Programming for Traders – Source Codes from the Book. Part 7 The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and general-purpose technologies such as networking, databases, and cryptography.

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.

There are more than 26,500 products available in Market

17 new topics on forum:

and 14 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 143,640 topics available on forum

21 new topics on forum:

and 18 more...

3 new signals now available for subscription:

JS SmartGrid Signal MG01
995% 1630 trades
Growth:995.11%
Equity:1,130.36USD
Balance:1,130.36USD
Prado USDJPY
82% 1555 trades
Growth:81.76%
Equity:282.84USD
Balance:282.84USD
HighOctane
48% 7847 trades
Growth:48.01%
Equity:28,605.75USD
Balance:49,796.70USD
1...123124125126127128129130131132133134135136137...659