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:

13 new topics on forum:

and 10 more...

2 new signals now available for subscription:

Euro Compounder
495% 362 trades
Growth:494.73%
Equity:178.07USD
Balance:178.07USD
PhD Andzrej
200% 6582 trades
Growth:200.22%
Equity:15,909.08USD
Balance:15,909.08USD

The most popular forum topics:

There are more than 1,730 articles published on site

Published article "Reimagining Classic Strategies (Part V): Multiple Symbol Analysis on USDZAR".

Reimagining Classic Strategies (Part V): Multiple Symbol Analysis on USDZAR

In this series of articles, we revisit classical strategies to see if we can improve the strategy using AI. In today's article, we will examine a popular strategy of multiple symbol analysis using a basket of correlated securities, we will focus on the exotic USDZAR currency pair.

Published article "MQL5 Wizard Techniques you should know (Part 32): Regularization".

MQL5 Wizard Techniques you should know (Part 32): Regularization

Regularization is a form of penalizing the loss function in proportion to the discrete weighting applied throughout the various layers of a neural network. We look at the significance, for some of the various regularization forms, this can have in test runs with a wizard assembled Expert Advisor.

Published article "Pattern Recognition Using Dynamic Time Warping in MQL5".

Pattern Recognition Using Dynamic Time Warping in MQL5

In this article, we discuss the concept of dynamic time warping as a means of identifying predictive patterns in financial time series. We will look into how it works as well as present its implementation in pure MQL5.

The most downloaded free products:

Bestsellers in the Market:

13 new topics on forum:

and 10 more...

The most downloaded free products:

4 new signals now available for subscription:

Gold Long k4
648% 539 trades
Growth:648.45%
Equity:216.09USD
Balance:216.09USD
Golden System 2
557% 432 trades
Growth:556.98%
Equity:1,182.57AUD
Balance:1,182.57AUD
BS 04
269% 6480 trades
Growth:269.18%
Equity:2,662.59USD
Balance:4,346.81USD
and 1 more...
There are more than 146,710 topics available on forum

8 new topics on forum:

and 5 more...

Bestsellers in the Market:

There are more than 28,530 products available in Market

Published article "MQL5 Integration: Python".

MQL5 Integration: Python

Python is a well-known and popular programming language with many features, especially in the fields of finance, data science, Artificial Intelligence, and Machine Learning. Python is a powerful tool that can be useful in trading as well. MQL5 allows us to use this powerful language as an integration to get our objectives done effectively. In this article, we will share how we can use Python as an integration in MQL5 after learning some basic information about Python.

Published article "Building a Candlestick Trend Constraint Model (Part 8): Expert Advisor Development (I)".

Building a Candlestick Trend Constraint Model (Part 8): Expert Advisor Development (I)

In this discussion, we will create our first Expert Advisor in MQL5 based on the indicator we made in the prior article. We will cover all the features required to make the process automatic, including risk management. This will extensively benefit the users to advance from manual execution of trades to automated systems.

The most downloaded free products:

More than 300 new charts published:

Chart XAUUSD, H1, 2024.08.13 17:26 UTC, NOTESCO Ltd, MetaTrader 4, Demo
XAUUSD, H1
图表 USDCHF, H4, 2024.08.12 14:51 UTC, RoboForex Ltd, MetaTrader 5, Real
USDCHF, H4
Grafico NZDUSD, H4, 2024.08.12 14:53 UTC, RoboForex Ltd, MetaTrader 5, Real
NZDUSD, H4

Bestsellers in the Market:

Most downloaded source codes this month

  • Risk reward box This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted.
  • Find Swing Highs Swing Lows The Swing High/Low Identifier for MetaTrader 5 marks significant swing highs and swing lows directly on your chart with color-coded arrows. This tool helps traders quickly identify key price levels, which can serve as resistance and support, and is ideal for trend reversal analysis, support and resistance mapping, and enhancing price action strategies. By highlighting these crucial swing points, it provides valuable insights for making informed trading decisions and optimizing trading strategies.
  • 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 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:

12 new topics on forum:

and 9 more...

Published article "Reimagining Classic Strategies (Part IV): SP500 and US Treasury Notes".

Reimagining Classic Strategies (Part IV): SP500 and US Treasury Notes

In this series of articles, we analyze classical trading strategies using modern algorithms to determine whether we can improve the strategy using AI. In today's article, we revisit a classical approach for trading the SP500 using the relationship it has with US Treasury Notes.

Published article "Population optimization algorithms: Boids Algorithm".

Population optimization algorithms: Boids Algorithm

The article considers Boids algorithm based on unique examples of animal flocking behavior. In turn, the Boids algorithm serves as the basis for the creation of the whole class of algorithms united under the name "Swarm Intelligence".

The most downloaded free products:

Bestsellers in the Market:

14 new topics on forum:

and 11 more...

1 new signal now available for subscription:

CCrusader
76% 364 trades
Growth:75.67%
Equity:380.57USD
Balance:527.01USD

Published article "Developing a robot in Python and MQL5 (Part 1): Data preprocessing".

Developing a robot in Python and MQL5 (Part 1): Data preprocessing

Developing a trading robot based on machine learning: A detailed guide. The first article in the series deals with collecting and preparing data and features. The project is implemented using the Python programming language and libraries, as well as the MetaTrader 5 platform.

Published article "News Trading Made Easy (Part 3): Performing Trades".

News Trading Made Easy (Part 3): Performing Trades

In this article, our news trading expert will begin opening trades based on the economic calendar stored in our database. In addition, we will improve the expert's graphics to display more relevant information about upcoming economic calendar events.

Published article "Creating an MQL5-Telegram Integrated Expert Advisor (Part 2): Sending Signals from MQL5 to Telegram".

Creating an MQL5-Telegram Integrated Expert Advisor (Part 2): Sending Signals from MQL5 to Telegram

In this article, we create an MQL5-Telegram integrated Expert Advisor that sends moving average crossover signals to Telegram. We detail the process of generating trading signals from moving average crossovers, implementing the necessary code in MQL5, and ensuring the integration works seamlessly. The result is a system that provides real-time trading alerts directly to your Telegram group chat.

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • Find Swing Highs Swing Lows The Swing High/Low Identifier for MetaTrader 5 marks significant swing highs and swing lows directly on your chart with color-coded arrows. This tool helps traders quickly identify key price levels, which can serve as resistance and support, and is ideal for trend reversal analysis, support and resistance mapping, and enhancing price action strategies. By highlighting these crucial swing points, it provides valuable insights for making informed trading decisions and optimizing trading strategies.
  • Arbitrage Triangle EURGBP-EURUSD-GBPUSD The EA identifies discrepancies between theoretical and actual currency exchange rates to execute risk-minimized trading opportunities.
  • 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 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.

11 new topics on forum:

and 8 more...

New publications in CodeBase

  • Custom Bid Ask lines A customized bid and ask line which is labelled and clear to help visualize the bid and ask prices
  • Trend Strength Index The Trend Strength Index indicator measures strength of current trend.

More than 300 new charts published:

Grafik NAS100+, M15, 2024.08.09 20:26 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
NAS100+, M15
차트 Boom 500 Index, M1, 2024.08.09 09:00 UTC, Deriv (V) Ltd, MetaTrader 5, Real
Boom 500 Index, M1
Chart XAUUSD+, M1, 2024.08.09 01:20 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
XAUUSD+, M1
There are more than 146,660 topics available on forum

8 new topics on forum:

and 5 more...

Bestsellers in the Market:

The most popular forum topics:

2 new signals now available for subscription:

MyGold
506% 4316 trades
Growth:505.88%
Equity:496.77USD
Balance:496.77USD
ALGO FUND
-20% 9106 trades
Growth:-19.91%
Equity:7,690.83USD
Balance:7,682.94USD

The most downloaded free products:

There are more than 28,470 products available in Market
1...117118119120121122123124125126127128129130131...677