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.

Published article "Category Theory in MQL5 (Part 23): A different look at the Double Exponential Moving Average".

Category Theory in MQL5 (Part 23): A different look at the Double Exponential Moving Average

In this article we continue with our theme in the last of tackling everyday trading indicators viewed in a ‘new’ light. We are handling horizontal composition of natural transformations for this piece and the best indicator for this, that expands on what we just covered, is the double exponential moving average (DEMA).

Published article "Alternative risk return metrics in MQL5".

Alternative risk return metrics in MQL5

In this article we present the implementation of several risk return metrics billed as alternatives to the Sharpe ratio and examine hypothetical equity curves to analyze their characteristics.

Published article "Classification models in the Scikit-Learn library and their export to ONNX".

Classification models in the Scikit-Learn library and their export to ONNX

In this article, we will explore the application of all classification models available in the Scikit-Learn library to solve the classification task of Fisher's Iris dataset. We will attempt to convert these models into ONNX format and utilize the resulting models in MQL5 programs. Additionally, we will compare the accuracy of the original models with their ONNX versions on the full Iris dataset.

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

17 new topics on forum:

and 14 more...

The most downloaded free products:

14 new topics on forum:

and 11 more...

Bestsellers in the Market:

The most downloaded free products:

The most popular forum topics:

Most downloaded source codes this month

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

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.

Bestsellers in the Market:

There are more than 24,770 products available in Market

17 new topics on forum:

and 14 more...

More than 100 new charts published:

图表 XAUUSD, M5, 2023.10.09 14:45 UTC, RoboForex Ltd, MetaTrader 4, Real
XAUUSD, M5
图表 EURUSD, M30, 2023.10.09 00:35 UTC, Swissquote Bank SA, MetaTrader 4, Real
EURUSD, M30
图表 Fra40, D1, 2023.10.09 01:31 UTC, ActivTrades Plc, MetaTrader 4, Real
Fra40, D1
There are more than 1,400 articles published on site

Published article "Studying PrintFormat() and applying ready-made examples".

Studying PrintFormat() and applying ready-made examples

The article will be useful for both beginners and experienced developers. We will look at the PrintFormat() function, analyze examples of string formatting and write templates for displaying various information in the terminal log.

The most downloaded free products:

Bestsellers in the Market:

There are more than 141,330 topics available on forum

10 new topics on forum:

and 7 more...

1 new signal now available for subscription:

Master AT TR
275% 4180 trades
Growth:275.33%
Equity:9,082.74USD
Balance:12,167.11USD

New publications in CodeBase

The most downloaded free products:

Bestsellers in the 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.

18 new topics on forum:

and 15 more...

3 new signals now available for subscription:

Top G forex
283% 3266 trades
Growth:282.65%
Equity:35,020.24USD
Balance:35,053.90USD
DIVERSIFY TO MULTIPLY
269% 5478 trades
Growth:268.60%
Equity:16,751.34USD
Balance:29,374.02USD
GPI IP1
91% 6469 trades
Growth:90.82%
Equity:3,587.46EUR
Balance:4,197.97EUR

11 new topics on forum:

and 8 more...

The most popular forum topics:

Bestsellers in the Market:

The most downloaded free products:

Bestsellers in the Market:

20 new topics on forum:

and 17 more...
There are more than 24,710 products available in Market

The most downloaded free products:

There are more than 141,270 topics available on forum

15 new topics on forum:

and 12 more...

Bestsellers in the Market:

The most popular forum topics:

Published article "How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 2): Indicator Signals: Multi Timeframe Parabolic SAR Indicator".

How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 2): Indicator Signals: Multi Timeframe Parabolic SAR Indicator

The Multi-Currency Expert Advisor in this article is Expert Advisor or trading robot that can trade (open orders, close orders and manage orders for example: Trailing Stop Loss and Trailing Profit) for more than 1 symbol pair only from one symbol chart. This time we will use only 1 indicator, namely Parabolic SAR or iSAR in multi-timeframes starting from PERIOD_M15 to PERIOD_D1.

Published article "GUI: Tips and Tricks for creating your own Graphic Library in MQL".

GUI: Tips and Tricks for creating your own Graphic Library in MQL

We'll go through the basics of GUI libraries so that you can understand how they work or even start making your own.

Published article "Category Theory in MQL5 (Part 22): A different look at Moving Averages".

Category Theory in MQL5 (Part 22): A different look at Moving Averages

In this article we attempt to simplify our illustration of concepts covered in these series by dwelling on just one indicator, the most common and probably the easiest to understand. The moving average. In doing so we consider significance and possible applications of vertical natural transformations.

Published article "Neural networks made easy (Part 39): Go-Explore, a different approach to exploration".

Neural networks made easy (Part 39): Go-Explore, a different approach to exploration

We continue studying the environment in reinforcement learning models. And in this article we will look at another algorithm – Go-Explore, which allows you to effectively explore the environment at the model training stage.

2 new signals now available for subscription:

Sputnik WTI
624% 2144 trades
Growth:624.16%
Equity:3,279.76USD
Balance:4,491.96USD
HLFXACAD
9% 534 trades
Growth:9.43%
Equity:9,677.64USD
Balance:10,020.81USD

The most downloaded free products:

1...123124125126127128129130131132133134135136137...643