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.

More than 100 new charts published:

Graphique GBPUSD, H1, 2022.06.01 14:46 UTC, MetaQuotes Software Corp., MetaTrader 5, Demo
GBPUSD, H1
Chart Fra40, D1, 2022.06.03 00:04 UTC, ActivTrades Plc, MetaTrader 4, Real
Fra40, D1
График EURJPY, M30, 2022.05.30 12:38 UTC, FXDD Trading Limited, MetaTrader 4, Real
EURJPY, M30

New publications in CodeBase

  • DeMarker Pending 2_5 Finalization of previous version. Now, when opening a 'SELL' position, we immediately close all 'BUY' positions and vice versa: when opening a 'BUY' position, we immediately close all 'SELL' positions
  • AMA Trader 2 Trading strategy based on the iAMA (Adaptive Moving Average, AMA) and iRSI (Relative Strength Index, RSI) indicator. Doubling the position at a loss (not Martingale!)
  • LP_entry Arrow Up and Down on each bar and other informations.

The most downloaded free products:

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

Published article "Learn how to design a trading system by Accumulation/Distribution (AD)".

Learn how to design a trading system by Accumulation/Distribution (AD)

Welcome to the new article from our series about learning how to design trading systems based on the most popular technical indicators. In this article, we will learn about a new technical indicator called Accumulation/Distribution indicator and find out how to design an MQL5 trading system based on simple AD trading strategies.

Published article "Video: How to setup MetaTrader 5 and MQL5 for simple automated trading".

Video: How to setup MetaTrader 5 and MQL5 for simple automated trading

In this little video course you will learn how to download, install and setup MetaTrader 5 for Automated Trading. You will also learn how to adjust the chart settings and the options for automated trading. You will do your first backtest and by the end of this course you will know how to import an Expert Advisor that can automatically trade 24/7 while you don't have to sit in front of your screen.

4 new signals now available for subscription:

BFS TRADE ROBO
703% 1258 trades
Growth:702.91%
Equity:1 044.52USD
Balance:1 159.18USD
FT2001 Spot Gold Trading Engine
175% 2443 trades
Growth:174.50%
Equity:274 500.60USD
Balance:274 500.60USD
Multi Reversal Testing
129% 557 trades
Growth:129.33%
Equity:597.12USD
Balance:981.27USD
and 1 more...

15 new topics on forum:

and 12 more...

The most popular forum topics:

Bestsellers in the Market:

There are more than 10 930 codes published in Codebase

New publications in CodeBase

  • OrderExecution Just a very simple expert that execute orders from a text file.
  • VIDYA N Bars Borders iVIDYA (Variable Index Dynamic Average) indicator with levels for N bars

The most downloaded free products:

Bestsellers in the Market:

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.

Most downloaded source codes this month

  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
  • Simple timer next candle A non-invasive candle time that can be positioned next to price or near a corner.
  • PivotPoint This indicator draws pivot points, resistances and supports.
There are more than 19 600 products available in Market

19 new topics on forum:

and 16 more...
There are more than 131 330 topics available on forum

4 new signals now available for subscription:

Kalin3
506% 1081 trades
Growth:506.46%
Equity:1 141.27USD
Balance:1 141.27USD
Shah
322% 22246 trades
Growth:321.81%
Equity:0.00USD
Balance:0.00USD
Hiace0403
41% 1550 trades
Growth:40.90%
Equity:3 709 447.00JPY
Balance:8 146 149.00JPY
and 1 more...

New publications in CodeBase

  • Group transfer Stop loss The script (not an Expert Advisor) sets and moves the Stop Loss for all positions on the current symbol to the specified price
  • Candles Ask The indicator displays the 'Ask' line -> a spread is added to the 'Close' price

Published article "DoEasy. Controls (Part 1): First steps".

DoEasy. Controls (Part 1): First steps

This article starts an extensive topic of creating controls in Windows Forms style using MQL5. My first object of interest is creating the panel class. It is already becoming difficult to manage things without controls. Therefore, I will create all possible controls in Windows Forms style.

There are more than 1 120 articles published on site

Bestsellers in the Market:

20 new topics on forum:

and 17 more...

3 new signals now available for subscription:

Trend 028
255% 4251 trades
Growth:255.31%
Equity:11 687.73USD
Balance:12 176.43USD
Carteira Malka XP Conta Master
-16% 243 trades
Growth:-16.15%
Equity:4 025.00BRL
Balance:4 025.00BRL
and 1 more...

Bestsellers in the Market:

The most downloaded free products:

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.

Multiple indicators on one chart (Part 06): Turning MetaTrader 5 into a RAD system (II)

Multiple indicators on one chart (Part 06): Turning MetaTrader 5 into a RAD system (II)

In my previous article, I showed you how to create a Chart Trade using MetaTrader 5 objects and thus to turn the platform into a RAD system. The system works very well, and for sure many of the readers might have thought about creating a library, which would allow having extended functionality in the proposed system. Based on this, it would be possible to develop a more intuitive Expert Advisor with a nicer and easier to use interface.

Video: Simple automated trading – How to create a simple Expert Advisor with MQL5

Video: Simple automated trading – How to create a simple Expert Advisor with MQL5

The majority of students in my courses felt that MQL5 was really difficult to understand. In addition to this, they were searching for a straightforward method to automate a few processes. Find out how to begin working with MQL5 right now by reading the information contained in this article. Even if you have never done any form of programming before. And even in the event that you are unable to comprehend the previous illustrations that you have observed.

Most downloaded source codes this week

11 new topics on forum:

and 8 more...

The most popular forum topics:

Bestsellers in the Market:

10 new topics on forum:

and 7 more...

3 new signals now available for subscription:

Aggressive mean reverting strategy
275% 7253 trades
Growth:275.35%
Equity:12 333.90USD
Balance:12 889.13USD
Mean reverting strategy 2
87% 1281 trades
Growth:87.38%
Equity:9 720.06USD
Balance:10 061.16USD
PavaSiwo Premium
76% 4838 trades
Growth:75.60%
Equity:7 174.45EUR
Balance:9 201.57EUR

New publications in CodeBase

  • Two Stochastic Custom Filling Alert Two 'Main' lines from two iStochastic (Stochastic Oscillator, STO) indicators with filled areas between the lines. Line crossing notifications (Sound, Alert, mail, push)
  • ScalpX ScalpX is an indicator that uses Kalman filters to identify buy and sell opportunities whenever is indicated by the graph.

The most downloaded free products:

More than 50 new charts published:

Chart USDCHF, H4, 2022.05.22 17:53 UTC, RoboForex Ltd, MetaTrader 4, Demo
USDCHF, H4
Chart XAUUSD, H4, 2022.05.25 19:14 UTC, IG Group Limited, MetaTrader 4, Real
XAUUSD, H4
Chart MNAG#, H4, 2022.05.27 13:43 UTC, IC M1, MetaTrader 4, Real
MNAG#, H4
There are more than 19 550 products available in Market

Bestsellers in the Market:

22 new topics on forum:

and 19 more...
There are more than 131 260 topics available on forum

25 new topics on forum:

and 22 more...

Bestsellers in the Market:

The most popular forum topics:

4 new signals now available for subscription:

Trend 031
283% 2061 trades
Growth:282.76%
Equity:12 425.71USD
Balance:13 149.86USD
ATrain37040959
259% 3235 trades
Growth:259.28%
Equity:4 008.19USD
Balance:4 008.04USD
R Factor Breakout
69% 1474 trades
Growth:68.78%
Equity:306.66AUD
Balance:306.66AUD
and 1 more...

New publications in CodeBase

  • RSI Dual Cloud EA Strategy based on custom indicator 'RSI Dual Cloud'. Four types of signals
  • Market High and Lows This indicator shows market highs and lows for any timeframe with period separators. You can see daily/weekly/monthly highs/lows on lower timeframes like H1/M30/M40. This is good for trading breakouts.

17 new topics on forum:

and 14 more...

The most downloaded free products:

1...8990919293949596979899100101102103...560