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 "MQL5 for Newbies: Guide to Using Technical Indicators in Expert Advisors".

MQL5 for Newbies: Guide to Using Technical Indicators in Expert Advisors

In order to obtain values of a built-in or custom indicator in an Expert Advisor, first its handle should be created using the corresponding function. Examples in the article show how to use this or that technical indicator while creating your own programs. The article describes indicators that are built n the MQL5 language. It is intended for those who don't have much experience in the development of trading strategies and offers simple and clear ways of working with indicators using the offered library of functions.

The most popular forum topics:

14 new topics on forum:

and 11 more...

24 new topics on forum:

and 21 more...
There are more than 28 860 topics available on forum

The most popular forum topics:

Published article "Event handling in MQL5: Changing MA period on-the-fly".

Event handling in MQL5: Changing MA period on-the-fly

Suppose that simple MA (Moving Average) indicator with period 13 is applied to a chart. And we want to change the period to 20, but we do not want to go to indicator properties dialog box and edit the number 13 to 20: simply tired of these tedious actions with mouse and keyboard. And especially we don't want to open indicator code and modify it. We want to do all this with a single press of a button - "up arrows" next to the numeric keypad. In this article I'll describe how to do it.

The most popular forum topics:

26 new topics on forum:

and 23 more...

New publications in CodeBase

  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
  • News Trader Strategy This is an example of the one of trading news strategies. It can be a part of bigger EA which can play news.

The most popular forum topics:

12 new topics on forum:

and 9 more...
There are more than 28 790 topics available on forum

24 new topics on forum:

and 21 more...

26 new topics on forum:

and 23 more...

The most popular forum topics:

Published article "How to call indicators in MQL5".

How to call indicators in MQL5

With new version of MQL programming language available not only the approach of dealing with indicators have changed, but there are also new ways of how to create indicators. Furthermore, you have additional flexibility working with indicator's buffers - now you can specify the desired direction of indexing and get exactly as many indicator's values as you want. This article explains the basic methods of calling indicators and retrieving data from the indicator's buffers.

New publications in CodeBase

  • Instrument Displaying of candles of any instrument of any period.
  • Universal trailing stop Trailing can be carried out using the fractals, the extremal bars in the past or using the specified number of points. Can run as a single Expert Advisor or a script, together with any Expert Advisor.

40 new topics on forum:

and 37 more...
There are more than 28 740 topics available on forum

The most popular forum topics:

The most popular forum topics:

24 new topics on forum:

and 21 more...

The most popular forum topics:

21 new topics on forum:

and 18 more...
There are more than 28 670 topics available on forum

The most popular forum topics:

21 new topics on forum:

and 18 more...

New publications in CodeBase

The most popular forum topics:

14 new topics on forum:

and 11 more...

The most popular forum topics:

11 new topics on forum:

and 8 more...

The most popular forum topics:

27 new topics on forum:

and 24 more...
There are more than 28 600 topics available on forum

The most popular forum topics:

20 new topics on forum:

and 17 more...

The most popular forum topics:

25 new topics on forum:

and 22 more...

Published article "Custom Indicators in MQL5 for Newbies".

Custom Indicators in MQL5 for Newbies

Any new subject seems complicated and hard-to-learn for a newbie. Subjects that we know seem very simple and clear to us. But we simply do not remember, that everyone has to study something from scratch, and even our native language. The same is with the MQL5 programming language that offers wide possibilities of developing one's own trading strategies - you can start learning it from basic notions and simplest examples. Interaction of a technical indicator with the MetaTrader 5 client terminal is consider in this article on the example of the simple custom indicator SMA.

New publications in CodeBase

  • Optimize cross Moving average On of my books says about moving average, that there is no "magic settings", this indicator tries out a lot of possible combinations between a long and a short moving average.
  • KoliEr Bands, Bollinger Bands ® KoliEr Bands give you a step by step view for support and resistant levels. If Bollinger Bands is Batman, KoliEr Bands is Robin. Use them together.

The most popular forum topics:

26 new topics on forum:

and 23 more...
There are more than 28 530 topics available on forum

New publications in CodeBase

  • Firepips Imports live trades and orders from the firepips twitter page
  • The MAD Indicator (Moving Averge Delta) This indicator shows changes in the direction of a moving average. It works like looking with a microscope at a moving average curve.
  • Indics Shaker EA This version use Accelerator Oscilator as main indi to recognize the signal

The most popular forum topics:

30 new topics on forum:

and 27 more...

Published article "The Order of Object Creation and Destruction in MQL5".

The Order of Object Creation and Destruction in MQL5

Every object, whether it is a custom object, a dynamic array or an array of objects, is created and deleted in MQL5-program in its particular way. Often, some objects are part of other objects, and the order of object deleting at deinitialization becomes especially important. This article provides some examples that cover the mechanisms of working with objects.

New publications in CodeBase

1...468469470471472473474475476477478479480481482...556