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 50 new charts published:

Gráfico GBPUSD, H1, 2021.06.18 07:16 UTC, RoboForex Ltd, MetaTrader 5, Real
GBPUSD, H1
Gráfico XAUUSD, H4, 2021.06.18 16:16 UTC, International Capital Markets Pty Ltd., MetaTrader 4, Real
XAUUSD, H4
차트 GBPUSD, W1, 2021.06.13 10:45 UTC, Tradexfin Limited, MetaTrader 4, Real
GBPUSD, W1

2 new signals now available for subscription:

EA HFM FM
478% 8159 trades
Growth:478.25%
Equity:11,526.42USD
Balance:11,528.12USD
EA Happy Way FM
102% 985 trades
Growth:101.98%
Equity:3,886.31USD
Balance:5,049.38USD

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • PivotPoint This indicator draws pivot points, resistances and supports.
  • 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.

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.

Tips from a professional programmer (Part II): Storing and exchanging parameters between an Expert Advisor, scripts and external programs

Tips from a professional programmer (Part II): Storing and exchanging parameters between an Expert Advisor, scripts and external programs

These are some tips from a professional programmer about methods, techniques and auxiliary tools which can make programming easier. We will discuss parameters which can be restored after terminal restart (shutdown). All examples are real working code segments from my Cayman project.

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.

12 new topics on forum:

and 9 more...

Bestsellers in the Market:

There are more than 123,930 topics available on forum

24 new topics on forum:

and 21 more...

The most popular forum topics:

New publications in CodeBase

The most downloaded free products:

22 new topics on forum:

and 19 more...

Bestsellers in the Market:

New publications in CodeBase

1 new signal now available for subscription:

EA Happy MartiGrid Multipairs
972% 4972 trades
Growth:972.49%
Equity:13,299.47USD
Balance:14,429.67USD

The most downloaded free products:

There are more than 123,880 topics available on forum

22 new topics on forum:

and 19 more...

The most popular forum topics:

Bestsellers in the Market:

Published article "Cluster analysis (Part I): Mastering the slope of indicator lines".

Cluster analysis (Part I): Mastering the slope of indicator lines

Cluster analysis is one of the most important elements of artificial intelligence. In this article, I attempt applying the cluster analysis of the indicator slope to get threshold values for determining whether a market is flat or following a trend.

Bestsellers in the Market:

The most downloaded free products:

23 new topics on forum:

and 20 more...
There are more than 13,640 products available in Market

The most downloaded free products:

26 new topics on forum:

and 23 more...

Most downloaded source codes this month

  • PivotPoint This indicator draws pivot points, resistances and supports.
  • 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.

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.

MVC design pattern and its possible application

MVC design pattern and its possible application

The article discusses a popular MVC pattern, as well as the possibilities, pros and cons of its usage in MQL programs. The idea is to split an existing code into three separate components: Model, View and Controller.

Bestsellers in the Market:

1 new signal now available for subscription:

Trading Hero 10k Conservative
257% 10508 trades
Growth:257.02%
Equity:28,849.52USD
Balance:29,390.08USD

New publications in CodeBase

  • Symbol Percentage Change & Time Shows Symbol name, percentage change of price from last day, and Time Time has input options, You can select GMT, LocalTime or TradeServerTime
  • Aquarium Canvas Background Aquarium Canvas Background for Chart This script adds cool live canvas background on the chart like aquarium

The most downloaded free products:

There are more than 123,800 topics available on forum

25 new topics on forum:

and 22 more...

The most popular forum topics:

Bestsellers in the Market:

Published article "Other classes in DoEasy library (Part 72): Tracking and recording chart object parameters in the collection".

Other classes in DoEasy library (Part 72): Tracking and recording chart object parameters in the collection

In this article, I will complete working with chart object classes and their collection. I will also implement auto tracking of changes in chart properties and their windows, as well as saving new parameters to the object properties. Such a revision allows the future implementation of an event functionality for the entire chart collection.

20 new topics on forum:

and 17 more...

Most downloaded source codes this week

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

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.

Tips from a professional programmer (Part II): Storing and exchanging parameters between an Expert Advisor, scripts and external programs

Tips from a professional programmer (Part II): Storing and exchanging parameters between an Expert Advisor, scripts and external programs

These are some tips from a professional programmer about methods, techniques and auxiliary tools which can make programming easier. We will discuss parameters which can be restored after terminal restart (shutdown). All examples are real working code segments from my Cayman project.

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.

Bestsellers in the Market:

The most downloaded free products:

Bestsellers in the Market:

15 new topics on forum:

and 12 more...

The most popular forum topics:

Bestsellers in the Market:

There are more than 123,740 topics available on forum
1...259260261262263264265266267268269270271272273...689