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.

23 new topics on forum:

and 20 more...

1 new signal now available for subscription:

Saturn IIII
195% 1604 trades
Growth:194.58%
Equity:2,731.11USD
Balance:2,671.69USD
There are more than 1,270 articles published on site

Published article "Creating an EA that works automatically (Part 04): Manual triggers (I)".

Creating an EA that works automatically (Part 04): Manual triggers (I)

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

Bestsellers in the Market:

There are more than 22,040 products available in Market
There are more than 136,750 topics available on forum

21 new topics on forum:

and 18 more...

The most popular forum topics:

The most downloaded free products:

20 new topics on forum:

and 17 more...

Most downloaded source codes this week

Most read articles this week

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.

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

Bestsellers in the Market:

26 new topics on forum:

and 23 more...

The most popular forum topics:

Bestsellers in the Market:

1 new signal now available for subscription:

Price Action EA
37% 2546 trades
Growth:37.11%
Equity:5,148.12USD
Balance:6,622.64USD

The most downloaded free products:

There are more than 136,680 topics available on forum

20 new topics on forum:

and 17 more...

Bestsellers in the Market:

Published article "Population optimization algorithms: Invasive Weed Optimization (IWO)".

Population optimization algorithms: Invasive Weed Optimization (IWO)

The amazing ability of weeds to survive in a wide variety of conditions has become the idea for a powerful optimization algorithm. IWO is one of the best algorithms among the previously reviewed ones.

Published article "Understand and efficiently use OpenCL API by recreating built-in support as DLL on Linux (Part 1): Motivation and validation".

Understand and efficiently use OpenCL API by recreating built-in support as DLL on Linux (Part 1): Motivation and validation

Bulit-in OpenCL support in MetaTrader 5 still has a major problem especially the one about device selection error 5114 resulting from unable to create an OpenCL context using CL_USE_GPU_ONLY, or CL_USE_GPU_DOUBLE_ONLY although it properly detects GPU. It works fine with directly using of ordinal number of GPU device we found in Journal tab, but that's still considered a bug, and users should not hard-code a device. We will solve it by recreating an OpenCL support as DLL with C++ on Linux. Along the journey, we will get to know OpenCL from concept to best practices in its API usage just enough for us to put into great use later when we deal with DLL implementation in C++ and consume it with MQL5.

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

31 new topics on forum:

and 28 more...
There are more than 21,980 products available in Market

Published article "Experiments with neural networks (Part 3): Practical application".

Experiments with neural networks (Part 3): Practical application

In this article series, I use experimentation and non-standard approaches to develop a profitable trading system and check whether neural networks can be of any help for traders. MetaTrader 5 is approached as a self-sufficient tool for using neural networks in trading.

2 new signals now available for subscription:

Forex Shot Gun
544% 5687 trades
Growth:543.53%
Equity:2,456.23USD
Balance:2,458.09USD
Apex Live ICM
35% 4128 trades
Growth:35.08%
Equity:5,206.63EUR
Balance:5,206.63EUR

The most downloaded free products:

Bestsellers in the Market:

There are more than 136,620 topics available on forum

24 new topics on forum:

and 21 more...

2 new signals now available for subscription:

Samurai USD I JPY mt 5
497% 722 trades
Growth:497.35%
Equity:1,929.17USD
Balance:1,929.17USD
SCR EURAUD FUSION
84% 1383 trades
Growth:83.83%
Equity:1,481.09USD
Balance:1,726.81USD

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.

Bestsellers in the Market:

There are more than 136,550 topics available on forum
1...129130131132133134135136137138139140141142143...625