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 "Understanding MQL5 Object-Oriented Programming (OOP)".

Understanding MQL5 Object-Oriented Programming (OOP)

As developers, we need to learn how to create and develop software that can be reusable and flexible without duplicated code especially if we have different objects with different behaviors. This can be smoothly done by using object-oriented programming techniques and principles. In this article, we will present the basics of MQL5 Object-Oriented programming to understand how we can use principles and practices of this critical topic in our software.

The most downloaded free products:

21 new topics on forum:

and 18 more...

3 new signals now available for subscription:

Fortune N500P
1,207% 1956 trades
Growth:1,206.64%
Equity:2,868.16USD
Balance:4,702.78USD
Ilses Clever Waka
932% 2792 trades
Growth:932.46%
Equity:1,238.69EUR
Balance:1,238.69EUR
Balanced Blend 3
95% 6427 trades
Growth:94.90%
Equity:5,011.78USD
Balance:5,011.78USD

Bestsellers in the Market:

The most popular forum topics:

Published article "Simple Mean Reversion Trading Strategy".

Simple Mean Reversion Trading Strategy

Mean reversion is a type of contrarian trading where the trader expects the price to return to some form of equilibrium which is generally measured by a mean or another central tendency statistic.

Published article "Category Theory in MQL5 (Part 11): Graphs".

Category Theory in MQL5 (Part 11): Graphs

This article is a continuation in a series that look at Category Theory implementation in MQL5. In here we examine how Graph-Theory could be integrated with monoids and other data structures when developing a close-out strategy to a trading system.

Bestsellers in the Market:

15 new topics on forum:

and 12 more...

The most downloaded free products:

There are more than 23,770 products available in Market
There are more than 139,350 topics available on forum

23 new topics on forum:

and 20 more...

Bestsellers in the Market:

Most downloaded source codes this month

  • 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.
  • Ma Price Cross (Custom Time) Buys when price breaks above the MA and Sells when price breaks below the MA. User can choose the time range (server time) to trade in.

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.

The most popular forum topics:

2 new signals now available for subscription:

Cultivation
645% 1846 trades
Growth:644.64%
Equity:2,694.33USD
Balance:2,758.62USD
RSE 200
34% 355 trades
Growth:34.33%
Equity:1,418.37USD
Balance:1,476.98USD

Bestsellers in the Market:

24 new topics on forum:

and 21 more...
There are more than 1,340 articles published on site

Published article "Creating an EA that works automatically (Part 15): Automation (VII)".

Creating an EA that works automatically (Part 15): Automation (VII)

To complete this series of articles on automation, we will continue discussing the topic of the previous article. We will see how everything will fit together, making the EA run like clockwork.

Published article "Forecasting with ARIMA models in MQL5".

Forecasting with ARIMA models in MQL5

In this article we continue the development of the CArima class for building ARIMA models by adding intuitive methods that enable forecasting.

The most downloaded free products:

Bestsellers in the Market:

12 new topics on forum:

and 9 more...

Most downloaded source codes this week

  • Strength Index Signal provides clear arrows which clearly show the direction of the currency pair.
  • AK-47 Scalper EA The AK-47 Scalper EA is fully automated. It employs a strategy of continuously entering Sell Stop orders and will modify them when the price moves against the pending orders.
  • 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.

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.

The most popular forum topics:

1 new signal now available for subscription:

VolnaFX
632% 2466 trades
Growth:632.21%
Equity:2,778.25USD
Balance:2,783.34USD
There are more than 139,290 topics available on forum

15 new topics on forum:

and 12 more...

Bestsellers in the Market:

22 new topics on forum:

and 19 more...

The most downloaded free products:

Bestsellers in the Market:

More than 100 new charts published:

График EURUSD, W1, 2023.06.22 10:20 UTC, RoboForex Ltd, MetaTrader 4, Real
EURUSD, W1
График EURUSD, W1, 2023.06.20 11:07 UTC, RoboForex Ltd, MetaTrader 4, Real
EURUSD, W1
Chart AUDUSD, H4, 2023.06.20 08:24 UTC, MetaQuotes Software Corp., MetaTrader 5, Demo
AUDUSD, H4

Published article "Matrices and vectors in MQL5: Activation functions".

Matrices and vectors in MQL5: Activation functions

Here we will describe only one of the aspects of machine learning - activation functions. In artificial neural networks, a neuron activation function calculates an output signal value based on the values of an input signal or a set of input signals. We will delve into the inner workings of the process.

1 new signal now available for subscription:

StrategyForex1
34% 715 trades
Growth:34.28%
Equity:6,934.33USD
Balance:9,892.19USD

The most downloaded free products:

Bestsellers in the Market:

24 new topics on forum:

and 21 more...
There are more than 23,710 products available in Market

The most popular forum topics:

Published article "Category Theory in MQL5 (Part 10): Monoid Groups".

Category Theory in MQL5 (Part 10): Monoid Groups

This article continues the series on category theory implementation in MQL5. Here we look at monoid-groups as a means normalising monoid sets making them more comparable across a wider span of monoid sets and data types..

The most downloaded free products:

There are more than 139,230 topics available on forum

20 new topics on forum:

and 17 more...

Bestsellers in the Market:

1...114115116117118119120121122123124125126127128...624