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.

1 new signal now available for subscription:

PAMM FXS
164% 2315 trades
Growth:164.19%
Equity:53,164.95EUR
Balance:53,164.95EUR

Published article "Master MQL5 from beginner to pro (Part I): Getting started with programming".

Master MQL5 from beginner to pro (Part I): Getting started with programming

This article is an introduction to a series of articles about programming. It is assumed here that the reader has never dealt with programming before. So, this series starts from the very basics. Programming knowledge level: Absolute Beginner.

Published article "Population optimization algorithms: Intelligent Water Drops (IWD) algorithm".

Population optimization algorithms: Intelligent Water Drops (IWD) algorithm

The article considers an interesting algorithm derived from inanimate nature - intelligent water drops (IWD) simulating the process of river bed formation. The ideas of this algorithm made it possible to significantly improve the previous leader of the rating - SDS. As usual, the new leader (modified SDSm) can be found in the attachment.

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this month

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

There are more than 144,350 topics available on forum

21 new topics on forum:

and 18 more...
There are more than 26,820 products available in Market
There are more than 1,540 articles published on site

Published article "Neural networks made easy (Part 64): ConserWeightive Behavioral Cloning (CWBC) method".

Neural networks made easy (Part 64): ConserWeightive Behavioral Cloning (CWBC) method

As a result of tests performed in previous articles, we came to the conclusion that the optimality of the trained strategy largely depends on the training set used. In this article, we will get acquainted with a fairly simple yet effective method for selecting trajectories to train models.

Published article "Cross-validation and basics of causal inference in CatBoost models, export to ONNX format".

Cross-validation and basics of causal inference in CatBoost models, export to ONNX format

The article proposes the method of creating bots using machine learning.

The most downloaded free products:

More than 100 new charts published:

Chart XAUUSD#, M1, 2024.03.12 14:40 UTC, UNFXB LTD, MetaTrader 5, Demo
XAUUSD#, M1
Chart EURUSD, H1, 2024.03.14 08:56 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, H1
チャート EURUSD, H4, 2024.03.18 18:48 UTC, RoboForex Ltd, MetaTrader 5, Demo
EURUSD, H4

Bestsellers in the Market:

14 new topics on forum:

and 11 more...

1 new signal now available for subscription:

Low Risk Forex Portfolio 01
-2% 3248 trades
Growth:-2.41%
Equity:4,339.98EUR
Balance:4,339.98EUR

New publications in CodeBase

The most downloaded free products:

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

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.

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

1 new signal now available for subscription:

EA Spider Autotrend V8 2
-1% 1927 trades
Growth:-0.63%
Equity:1,726.78USD
Balance:2,079.66USD

11 new topics on forum:

and 8 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 26,760 products available in Market
There are more than 144,280 topics available on forum

28 new topics on forum:

and 25 more...

The most popular forum topics:

Published article "Trader-friendly stop loss and take profit".

Trader-friendly stop loss and take profit

Stop loss and take profit can have a significant impact on trading results. In this article, we will look at several ways to find optimal stop order values.

Published article "MQL5 Wizard Techniques you should know (Part 13): DBSCAN for Expert Signal Class".

MQL5 Wizard Techniques you should know (Part 13): DBSCAN for Expert Signal Class

Density Based Spatial Clustering for Applications with Noise is an unsupervised form of grouping data that hardly requires any input parameters, save for just 2, which when compared to other approaches like k-means, is a boon. We delve into how this could be constructive for testing and eventually trading with Wizard assembled Expert Advisers

Published article "How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 7): ZigZag with Awesome Oscillator Indicators Signal".

How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 7): ZigZag with Awesome Oscillator Indicators Signal

The multi-currency expert advisor in this article is an expert advisor or automated trading that uses ZigZag indicator which are filtered with the Awesome Oscillator or filter each other's signals.

Published article "Developing an MQTT client for Metatrader 5: a TDD approach — Part 6".

Developing an MQTT client for Metatrader 5: a TDD approach — Part 6

This article is the sixth part of a series describing our development steps of a native MQL5 client for the MQTT 5.0 protocol. In this part we comment on the main changes in our first refactoring, how we arrived at a viable blueprint for our packet-building classes, how we are building PUBLISH and PUBACK packets, and the semantics behind the PUBACK Reason Codes.

Published article "Neural networks made easy (Part 63): Unsupervised Pretraining for Decision Transformer (PDT)".

Neural networks made easy (Part 63): Unsupervised Pretraining for Decision Transformer (PDT)

We continue to discuss the family of Decision Transformer methods. From previous article, we have already noticed that training the transformer underlying the architecture of these methods is a rather complex task and requires a large labeled dataset for training. In this article we will look at an algorithm for using unlabeled trajectories for preliminary model training.

The most downloaded free products:

Bestsellers in the Market:

16 new topics on forum:

and 13 more...

Published article "Advanced Variables and Data Types in MQL5".

Advanced Variables and Data Types in MQL5

Variables and data types are very important topics not only in MQL5 programming but also in any programming language. MQL5 variables and data types can be categorized as simple and advanced ones. In this article, we will identify and learn about advanced ones because we already mentioned simple ones in a previous article.

Published article "Introduction to MQL5 (Part 5): A Beginner's Guide to Array Functions in MQL5".

Introduction to MQL5 (Part 5): A Beginner's Guide to Array Functions in MQL5

Explore the world of MQL5 arrays in Part 5, designed for absolute beginners. Simplifying complex coding concepts, this article focuses on clarity and inclusivity. Join our community of learners, where questions are embraced, and knowledge is shared!

1 new signal now available for subscription:

MoodVector Navigator
237% 7162 trades
Growth:236.67%
Equity:14,262.07USD
Balance:14,320.83USD

Published article "Quantization in machine learning (Part 2): Data preprocessing, table selection, training CatBoost models".

Quantization in machine learning (Part 2): Data preprocessing, table selection, training CatBoost models

The article considers the practical application of quantization in the construction of tree models. The methods for selecting quantum tables and data preprocessing are considered. No complex mathematical equations are used.

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

1...123124125126127128129130131132133134135136137...663