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.

The most downloaded free products:

Bestsellers in the Market:

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.

Most downloaded source codes this week

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

8 new topics on forum:

and 5 more...
There are more than 144 160 topics available on forum

13 new signals now available for subscription:

Perwira V200 EU M30 24h 1K Simple
479% 2840 trades
Growth:479.49%
Equity:1 499.83USD
Balance:1 500.73USD
Jumbodn
312% 4554 trades
Growth:311.78%
Equity:20 794.30USD
Balance:24 877.89USD
MA 05
224% 8239 trades
Growth:223.80%
Equity:749.34USD
Balance:764.05USD
and 10 more...

New publications in CodeBase

11 new topics on forum:

and 8 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 30 210 products available in Market

The most popular forum topics:

8 new signals now available for subscription:

Boring Pips EA
128% 147 trades
Growth:128.40%
Equity:212.59USD
Balance:213.90USD
TDS XM Master Putra Sulung 6808
57% 546 trades
Growth:56.92%
Equity:935.13USD
Balance:938.46USD
AIDA 4 0
33% 838 trades
Growth:32.89%
Equity:0.41USD
Balance:0.41USD
and 5 more...

The most downloaded free products:

37 new signals now available for subscription:

Consalgo AI
3 011% 131 trades
Growth:3 011.43%
Equity:37 057.93USD
Balance:47 853.99USD
Love man
251% 423 trades
Growth:250.60%
Equity:283.47USD
Balance:283.47USD
TDS XM Loman C2041
140% 1104 trades
Growth:140.45%
Equity:23 443.41USD
Balance:23 991.63USD
and 34 more...

16 new topics on forum:

and 13 more...

Bestsellers in the Market:

Published article "Developing a Replay System (Part 27): Expert Advisor project — C_Mouse class (I)".

Developing a Replay System (Part 27): Expert Advisor project — C_Mouse class (I)

In this article we will implement the C_Mouse class. It provides the ability to program at the highest level. However, talking about high-level or low-level programming languages is not about including obscene words or jargon in the code. It's the other way around. When we talk about high-level or low-level programming, we mean how easy or difficult the code is for other programmers to understand.

The most downloaded free products:

Bestsellers in the Market:

33 new signals now available for subscription:

DataLab_D01
1 543% 8904 trades
Growth:1 542.50%
Equity:2 886.35USD
Balance:3 028.92USD
BullBeaR ESmart AVG
872% 332 trades
Growth:871.93%
Equity:26 634.31USD
Balance:81 137.01USD
DataLab01
665% 4512 trades
Growth:664.57%
Equity:2 560.79USD
Balance:2 673.92USD
and 30 more...

19 new topics on forum:

and 16 more...

Published article "Developing a Replay System (Part 26): Expert Advisor project — C_Terminal class".

Developing a Replay System (Part 26): Expert Advisor project — C_Terminal class

We can now start creating an Expert Advisor for use in the replay/simulation system. However, we need something improved, not a random solution. Despite this, we should not be intimidated by the initial complexity. It's important to start somewhere, otherwise we end up ruminating about the difficulty of a task without even trying to overcome it. That's what programming is all about: overcoming obstacles through learning, testing, and extensive research.

Published article "Data Science and Machine Learning (Part 20): Algorithmic Trading Insights, A Faceoff Between LDA and PCA in MQL5".

Data Science and Machine Learning (Part 20): Algorithmic Trading Insights, A Faceoff Between LDA and PCA in MQL5

Uncover the secrets behind these powerful dimensionality reduction techniques as we dissect their applications within the MQL5 trading environment. Delve into the nuances of Linear Discriminant Analysis (LDA) and Principal Component Analysis (PCA), gaining a profound understanding of their impact on strategy development and market analysis.

New publications in CodeBase

The most downloaded free products:

28 new signals now available for subscription:

Eurusdzhuang
380% 1852 trades
Growth:380.05%
Equity:2 028.96USD
Balance:2 028.96USD
Safe Trade
224% 312 trades
Growth:223.81%
Equity:1 111.47USD
Balance:1 152.87USD
UAE TRADER 805
197% 643 trades
Growth:196.62%
Equity:1 856.08USD
Balance:1 856.08USD
and 25 more...
There are more than 30 140 products available in Market

23 new topics on forum:

and 20 more...
There are more than 144 100 topics available on forum

Bestsellers in the Market:

The most popular forum topics:

Published article "MQL5 Wizard Techniques you should know (Part 12): Newton Polynomial".

MQL5 Wizard Techniques you should know (Part 12): Newton Polynomial

Newton’s polynomial, which creates quadratic equations from a set of a few points, is an archaic but interesting approach at looking at a time series. In this article we try to explore what aspects could be of use to traders from this approach as well as address its limitations.

Published article "Developing a Replay System — Market simulation (Part 25): Preparing for the next phase".

Developing a Replay System — Market simulation (Part 25): Preparing for the next phase

In this article, we complete the first phase of developing our replay and simulation system. Dear reader, with this achievement I confirm that the system has reached an advanced level, paving the way for the introduction of new functionality. The goal is to enrich the system even further, turning it into a powerful tool for research and development of market analysis.

The most downloaded free products:

Bestsellers in the Market:

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.

Most downloaded source codes this month

  • No Loss EA - No Indicator, No Price Action strategy for MetaTrader 4 This strategy eliminates the need to rely on indicators, candlestick patterns, chart patterns, or any price action. This EA employs a progressive system that I have been using for the past six months and have backtested for over three years.
  • 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.
  • Open Trade This function performs the main logic of opening a trade. Calculates the opening price, take profit levels and stop loss based on symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information, such as symbol, volume, order type, deviation, comment, magic number, etc. Call the OrderSend function to send the operation request and get the result. SetTypeFillingBySymbol function: Determines the order fill type (Fill or Kill, Immediate or Cancel, or Return) based on the symbol's filling policy. GetMinTradeLevel function: Calculates the minimum operating level based on the freeze level and the symbol stops level. Adjusts the minimum level to make sure it is within certain limits and returns the result.

32 new signals now available for subscription:

Monitored
772% 2323 trades
Growth:771.81%
Equity:3 219.39USD
Balance:4 886.63USD
EA CHANNEL BAND V2
292% 1560 trades
Growth:292.08%
Equity:14 342.65USD
Balance:14 877.27USD
EA CHANNEL BAND V2 ACC 2
214% 1561 trades
Growth:214.42%
Equity:30 888.76USD
Balance:31 441.93USD
and 29 more...

16 new topics on forum:

and 13 more...

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

Developing a Replay System — Market simulation (Part 24): FOREX (V)

Today we will remove a limitation that has been preventing simulations based on the Last price and will introduce a new entry point specifically for this type of simulation. The entire operating mechanism will be based on the principles of the forex market. The main difference in this procedure is the separation of Bid and Last simulations. However, it is important to note that the methodology used to randomize the time and adjust it to be compatible with the C_Replay class remains identical in both simulations. This is good because changes in one mode lead to automatic improvements in the other, especially when it comes to handling time between ticks.

Published article "Benefiting from Forex market seasonality".

Benefiting from Forex market seasonality

We are all familiar with the concept of seasonality, for example, we are all accustomed to rising prices for fresh vegetables in winter or rising fuel prices during severe frosts, but few people know that similar patterns exist in the Forex market.

The most downloaded free products:

Bestsellers in the Market:

37 new signals now available for subscription:

UP2MOON
625% 1237 trades
Growth:625.44%
Equity:2 059.57USD
Balance:2 059.57USD
Audeuroforu
428% 517 trades
Growth:428.37%
Equity:260.40USD
Balance:363.91USD
PG AI Trader 01
199% 1192 trades
Growth:199.20%
Equity:1 264.59USD
Balance:3 573.98USD
and 34 more...

23 new topics on forum:

and 20 more...

More than 100 new charts published:

Chart XAUUSD, M1, 2024.02.17 12:29 UTC, RoboForex Ltd, MetaTrader 5, Real
XAUUSD, M1
图表 EURUSD, D1, 2024.02.19 00:51 UTC, MetaQuotes Software Corp., MetaTrader 5, Demo
EURUSD, D1
График USDJPY, H1, 2024.02.14 07:49 UTC, FTMO S.R.O., MetaTrader 4, Demo
USDJPY, H1

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.

There are more than 1 510 articles published on site
1...192021222324252627282930313233...570