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 "Creating an EA that works automatically (Part 03): New functions".

Creating an EA that works automatically (Part 03): New functions

Today we'll see how to create an Expert Advisor that simply and safely works in automatic mode. In the previous article, we started to develop an order system that we will use in our automated EA. However, we have created only one of the necessary functions.

Published article "Population optimization algorithms: Bat algorithm (BA)".

Population optimization algorithms: Bat algorithm (BA)

In this article, I will consider the Bat Algorithm (BA), which shows good convergence on smooth functions.

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

Most downloaded source codes this month

  • CCI + MACD Scalper Strategy that uses the CCI indicator 0-line cross to spot trades and the MACD indicator to confirm them.
  • XP Forex Trade Manager MT4 Forex Trade Manager MT4 simplifies managing open orders in MetaTrader 4.
  • 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

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

19 new topics on forum:

and 16 more...

Bestsellers in the Market:

The most downloaded free products:

25 new topics on forum:

and 22 more...

Published article "Creating an EA that works automatically (Part 02): Getting started with the code".

Creating an EA that works automatically (Part 02): Getting started with the code

Today we'll see how to create an Expert Advisor that simply and safely works in automatic mode. In the previous article, we discussed the first steps that anyone needs to understand before proceeding to creating an Expert Advisor that trades automatically. We considered the concepts and the structure.

1 new signal now available for subscription:

Gramasi Slv 2907
151% 4087 trades
Growth:150.88%
Equity:32,983.75USD
Balance:33,595.05USD

Bestsellers in the Market:

There are more than 136,570 topics available on forum

21 new topics on forum:

and 18 more...

Most downloaded source codes this week

Most read articles this week

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

Creating an EA that works automatically (Part 01): Concepts and structures

Creating an EA that works automatically (Part 01): Concepts and structures

Today we'll see how to create an Expert Advisor that simply and safely works in automatic mode.

The most downloaded free products:

Bestsellers in the Market:

16 new topics on forum:

and 13 more...
There are more than 22,200 products available in Market

The most popular forum topics:

Bestsellers in the Market:

15 new topics on forum:

and 12 more...

3 new signals now available for subscription:

MT4L183F7525F18
274% 529 trades
Growth:274.38%
Equity:528.53USD
Balance:528.53USD
DARK KNIGHT
99% 4680 trades
Growth:99.21%
Equity:450.42USD
Balance:770.51USD
MSC Fund Pro
18% 1641 trades
Growth:18.01%
Equity:10,199.02USD
Balance:10,199.02USD

Bestsellers in the Market:

The most downloaded free products:

There are more than 136,520 topics available on forum

26 new topics on forum:

and 23 more...

The most popular forum topics:

New publications in CodeBase

  • Current Relative Drawdown The DD_Relative function calculates the drawdown (relative loss) of the current trading account in percentage. To do this, it uses the Current_LossOrProfit() function to get the current profit or loss for all open positions and divides it by the current account balance. The result is rounded to two decimal places and displayed in the chart comment. The Current_LossOrProfit() function loops through all open positions in the account and adds the commission, swap, and current profit or loss for each position. The result is rounded to two decimal places and returned as the current profit or loss of all open positions.
  • Hurst Exponent - optimized version Hurst Exponent - optimized version

Bestsellers in the Market:

30 new topics on forum:

and 27 more...

Published article "Creating an EA that works automatically (Part 01): Concepts and structures".

Creating an EA that works automatically (Part 01): Concepts and structures

Today we'll see how to create an Expert Advisor that simply and safely works in automatic mode.

3 new signals now available for subscription:

EA Happy News Eightcap
3,319% 1326 trades
Growth:3,319.03%
Equity:34,190.34USD
Balance:34,190.34USD
Tree Of Life Low Risk
112% 795 trades
Growth:111.66%
Equity:641.90USD
Balance:641.90USD
AUDCAD Conservative
43% 603 trades
Growth:43.39%
Equity:573,129.00JPY
Balance:573,535.00JPY

Published article "How to choose an Expert Advisor: Twenty strong criteria to reject a trading bot".

How to choose an Expert Advisor: Twenty strong criteria to reject a trading bot

This article tries to answer the question: how can we choose the right expert advisors? Which are the best for our portfolio, and how can we filter the large trading bots list available on the market? This article will present twenty clear and strong criteria to reject an expert advisor. Each criterion will be presented and well explained to help you make a more sustained decision and build a more profitable expert advisor collection for your profits.

Published article "DoEasy. Controls (Part 31): Scrolling the contents of the ScrollBar control".

DoEasy. Controls (Part 31): Scrolling the contents of the ScrollBar control

In this article, I will implement the functionality of scrolling the contents of the container using the buttons of the horizontal scrollbar.

New publications in CodeBase

  • Check the time periods used The function takes two arrays of integers as parameters: "allowedPeriods" and "periodsToCheck". "allowedPeriods" is an array containing all the time periods allowed by the system, while "periodsToCheck" is an array containing the time periods used by the user in the indicator. The function iterates through the elements of the "periodsToCheck" array and checks if each of them is present in the "allowedPeriods" array. If it finds any time period that is not allowed, the function returns "false". If all time periods are allowed, the function returns "true". In short, this function is used to make sure that the time periods used in an indicator are valid and allowed by the system.
  • CLS (ClearScreen) CLS (ClearScreen) delets all object drawn on the chart with key press "C"

The most downloaded free products:

Bestsellers in the Market:

There are more than 136,460 topics available on forum

29 new topics on forum:

and 26 more...

Most downloaded source codes this month

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.

The most popular forum topics:

There are more than 22,140 products available in Market

Bestsellers in the Market:

21 new topics on forum:

and 18 more...

5 new signals now available for subscription:

Crazy AUDNZD
937% 2350 trades
Growth:936.61%
Equity:45,490.29USD
Balance:45,490.29USD
EA Happy Gold Eightcap
862% 494 trades
Growth:862.14%
Equity:9,621.38USD
Balance:9,621.38USD
Black Mountain HR by SecureFX Trader
70% 1365 trades
Growth:70.32%
Equity:17,002.68AUD
Balance:17,031.79AUD
and 2 more...
1...111112113114115116117118119120121122123124125...608