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.

14 new topics on forum:

and 11 more...

Bestsellers in the Market:

40 new signals now available for subscription:

AlphaSTAT S4
554% 257 trades
Growth:553.57%
Equity:540.38USD
Balance:610.41USD
THANG LONG CAPITAL
280% 450 trades
Growth:280.12%
Equity:2 253.26USD
Balance:2 365.00USD
Flying Fox 90
143% 1895 trades
Growth:143.04%
Equity:131 571.35USD
Balance:132 419.66USD
and 37 more...

New publications in CodeBase

The most downloaded free products:

48 new signals now available for subscription:

Algo TradeFX
170% 1994 trades
Growth:170.14%
Equity:3 119.48USD
Balance:3 219.75USD
Forex and stocks miner
149% 703 trades
Growth:148.92%
Equity:1 034.76USD
Balance:1 048.98USD
SUN1
131% 869 trades
Growth:131.11%
Equity:223 068.80USD
Balance:231 112.41USD
and 45 more...

Bestsellers in the Market:

The most popular forum topics:

14 new topics on forum:

and 11 more...

New publications in CodeBase

  • CCI with dynamic channels a very convenient way to filter out unnecessary signals of crossing levels
  • Adaptive SMA improved version of the standard Simple moving average indicator with a lower delay based on: https://www.mql5.com/en/code/30844 (author: https://www.mql5.com/en/users/mladen)

The most downloaded free products:

More than 200 new charts published:

Chart EURUSD, H1, 2024.04.29 08:53 UTC, Five Percent Online Ltd, MetaTrader 5, Real
EURUSD, H1
Chart USDCADb, M5, 2024.05.01 18:57 UTC, AMarkets LLC, MetaTrader 4, Real
USDCADb, M5
Gráfico GBPJPY, H4, 2024.05.02 06:52 UTC, RoboForex Ltd, MetaTrader 5, Real
GBPJPY, H4

17 new topics on forum:

and 14 more...
There are more than 145 410 topics available on forum

Bestsellers in the Market:

53 new signals now available for subscription:

Vietcom invest 1982
585% 1045 trades
Growth:585.32%
Equity:857.25USD
Balance:974.23USD
Pear Lee
484% 658 trades
Growth:484.00%
Equity:391.89USD
Balance:751.45USD
GoldPulse AI HighR FPM
218% 86 trades
Growth:218.04%
Equity:349.11USD
Balance:349.11USD
and 50 more...

Published article "Developing a Replay System (Part 38): Paving the Path (II)".

Developing a Replay System (Part 38): Paving the Path (II)

Many people who consider themselves MQL5 programmers do not have the basic knowledge that I will outline in this article. Many people consider MQL5 to be a limited tool, but the actual reason is that they do not have the required knowledge. So, if you don't know something, don't be ashamed of it. It's better to feel ashamed for not asking. Simply forcing MetaTrader 5 to disable indicator duplication in no way ensures two-way communication between the indicator and the Expert Advisor. We are still very far from this, but the fact that the indicator is not duplicated on the chart gives us some confidence.

There are more than 1 590 articles published on site

Published article "Custom Indicators (Part 1): A Step-by-Step Introductory Guide to Developing Simple Custom Indicators in MQL5".

Custom Indicators (Part 1): A Step-by-Step Introductory Guide to Developing Simple Custom Indicators in MQL5

Learn how to create custom indicators using MQL5. This introductory article will guide you through the fundamentals of building simple custom indicators and demonstrate a hands-on approach to coding different custom indicators for any MQL5 programmer new to this interesting topic.

Bestsellers in the Market:

The most downloaded free products:

9 new topics on forum:

and 6 more...

50 new signals now available for subscription:

MLT
3 867% 286 trades
Growth:3 866.72%
Equity:1 816.78USD
Balance:2 287.83USD
Finstory
884% 701 trades
Growth:883.56%
Equity:439.96USD
Balance:737.07USD
Gear Sekando
723% 608 trades
Growth:722.68%
Equity:3 675.46USD
Balance:4 002.91USD
and 47 more...
There are more than 31 640 products available in Market

New publications in CodeBase

The most downloaded free products:

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

  • iForexSessions Highlights the Forex Market Sessions (Sydney, Tokyo, London, New York).
  • Slope Entry Points Indicator based on basic slope moving average and cloud around. Indicator shows two types of signals: prepearing - dot and entry - arrow.
  • Examples from the book "Neural networks for algorithmic trading with MQL5" The book "Neural networks in algorithmic trading with MQL5" is a comprehensive guide, covering both the theoretical foundations of artificial intelligence and neural networks and practical aspects of their application in financial trading using the MQL5 programming language.

Bestsellers in the Market:

The most popular forum topics:

50 new signals now available for subscription:

Gold Invest EUR
466% 131 trades
Growth:465.89%
Equity:2 591.95EUR
Balance:2 591.95EUR
Promining Ai
421% 367 trades
Growth:421.34%
Equity:15 122.75USD
Balance:15 503.60USD
DragonLeader
198% 1188 trades
Growth:197.75%
Equity:10 765.51USD
Balance:10 921.51USD
and 47 more...

12 new topics on forum:

and 9 more...

Published article "Developing an MQL5 RL agent with RestAPI integration (Part 2): MQL5 functions for HTTP interaction with the tic-tac-toe game REST API".

Developing an MQL5 RL agent with RestAPI integration (Part 2): MQL5 functions for HTTP interaction with the tic-tac-toe game REST API

In this article we will talk about how MQL5 can interact with Python and FastAPI, using HTTP calls in MQL5 to interact with the tic-tac-toe game in Python. The article discusses the creation of an API using FastAPI for this integration and provides a test script in MQL5, highlighting the versatility of MQL5, the simplicity of Python, and the effectiveness of FastAPI in connecting different technologies to create innovative solutions.

Published article "MQL5 Wizard Techniques you should know (Part 17): Multicurrency Trading".

MQL5 Wizard Techniques you should know (Part 17): Multicurrency Trading

Trading across multiple currencies is not available by default when an expert advisor is assembled via the wizard. We examine 2 possible hacks traders can make when looking to test their ideas off more than one symbol at a time.

Published article "The Group Method of Data Handling: Implementing the Combinatorial Algorithm in MQL5".

The Group Method of Data Handling: Implementing the Combinatorial Algorithm in MQL5

In this article we continue our exploration of the Group Method of Data Handling family of algorithms, with the implementation of the Combinatorial Algorithm along with its refined incarnation, the Combinatorial Selective Algorithm in MQL5.

The most downloaded free products:

Bestsellers in the Market:

43 new signals now available for subscription:

Evergreen2024
306% 4243 trades
Growth:305.84%
Equity:1 446.10USD
Balance:1 646.30USD
Rentabilidad Mensual Asegurado
145% 732 trades
Growth:145.41%
Equity:2 727.90USD
Balance:2 763.83USD
Marcio
135% 206 trades
Growth:134.87%
Equity:392.56USD
Balance:477.73USD
and 40 more...

7 new topics on forum:

and 4 more...

Published article "Developing a Replay System (Part 37): Paving the Path (I)".

Developing a Replay System (Part 37): Paving the Path (I)

In this article, we will finally begin to do what we wanted to do much earlier. However, due to the lack of "solid ground", I did not feel confident to present this part publicly. Now I have the basis to do this. I suggest that you focus as much as possible on understanding the content of this article. I mean not simply reading it. I want to emphasize that if you do not understand this article, you can completely give up hope of understanding the content of the following ones.

The most downloaded free products:

Bestsellers in the Market:

22 new signals now available for subscription:

Vf caput 113920
363% 913 trades
Growth:363.09%
Equity:771.10USD
Balance:1 011.03USD
EA Seven Real 1
255% 351 trades
Growth:255.14%
Equity:4 196.50USD
Balance:4 208.41USD
I Focus S
245% 117 trades
Growth:244.80%
Equity:104.62USD
Balance:104.62USD
and 19 more...

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

  • 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.
  • A BETTER RSI Relative Strength Index that completely removes noise, works on all markets!

More than 200 new charts published:

图表 XAUUSDb, M1, 2024.04.26 08:01 UTC, AMarkets LLC, MetaTrader 5, Demo
XAUUSDb, M1
Chart NZDUSD, H1, 2024.04.27 15:39 UTC, Alpari, MetaTrader 4, Real
NZDUSD, H1
图表 #CL, D1, 2024.04.27 09:24 UTC, InstaForex, MetaTrader 4, Demo
#CL, D1

12 new topics on forum:

and 9 more...
There are more than 11 320 codes published in Codebase

New publications in CodeBase

The most popular forum topics:

1...91011121314151617181920212223...570