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 Cookbook: Indicator Subwindow Controls - Scrollbar".

MQL5 Cookbook: Indicator Subwindow Controls - Scrollbar

Let's continue exploring various controls and this time turn our attention to scrollbar. Just like in the previous article entitled "MQL5 Cookbook: Indicator Subwindow Controls - Buttons", all operations will be performed in the indicator subwindow. Take a moment to read the above mentioned article as it provides a detailed description of working with events in the OnChartEvent() function, while this point will only be casually touched upon in this article. For illustrative purposes, this time around we will create a vertical scrollbar for a large list of all financial instrument properties that can be obtained using MQL5 resources.

The most popular forum topics:

35 new topics on forum:

and 32 more...

Bestsellers in the Market:

The most popular forum topics:

30 new topics on forum:

and 27 more...
There are more than 56 870 topics available on forum

Most read articles this month

MetaTrader AppStore Results for Q3 2013

MetaTrader AppStore Results for Q3 2013

Another quarter of the year has passed and we have decided to sum up its results for MetaTrader AppStore - the largest store of trading robots and technical indicators for MetaTrader platforms. More than 500 developers have placed over 1 200 products in the Market by the end of the reported quarter.

How to Make Money from MetaTrader AppStore and Trading Signals Services If You Are Not a Seller or a Provider

How to Make Money from MetaTrader AppStore and Trading Signals Services If You Are Not a Seller or a Provider

It is possible to start making money on MQL5.com right now without having to be a seller of Market applications or a profitable signals provider. Select the products you like and post links to them on various web resources. Attract potential customers and the profit is yours!

Creating Neural Network EAs Using MQL5 Wizard and Hlaiman EA Generator

Creating Neural Network EAs Using MQL5 Wizard and Hlaiman EA Generator

The article describes a method of automated creation of neural network EAs using MQL5 Wizard and Hlaiman EA Generator. It shows you how you can easily start working with neural networks, without having to learn the entire body of theoretical information and writing your own code.

Most downloaded source codes this month

  • Renko Line Break vs RSI EA An Expert Advisor based on two indicators - Renko Line Break and RSI. It trades stop orders.
  • Script for Calculation of Candle Statistics The script calculates candles statistics (the minimal, maximal and average values of candles body and shadows) of the current chart.
  • NextBarColor The indicator "predicts" the color of the next bar with the probability specified in the settings. It is useful for the evaluation of strategies aimed at such a prediction when choosing trading instruments / timeframes for strategies. Caution: The indicator "looks into the future", so do not apply it in real life or in the strategy tester!

New publications in CodeBase

  • ZZ_YZ_MDAC_ELDER 1-1000 The MDAC indicator with bar coloring according to Elder.
  • Flame The indicator shows the method of drawing gradient semitransparent areas with independent update rate.

The most popular forum topics:

13 new topics on forum:

and 10 more...

Bestsellers in the Market:

Published article "MQL5 Cookbook: Indicator Subwindow Controls - Buttons".

MQL5 Cookbook: Indicator Subwindow Controls - Buttons

In this article, we will consider an example of developing a user interface with button controls. To convey the idea of interactivity to the user, buttons will change their colors when the cursor hovers over them. With the cursor being over a button, the button color will be slightly darkened, getting significantly darker when the button is clicked. Furthermore, we will add tooltips to each button, thus creating an intuitive interface.

Most read articles this week

Technical Indicators and Digital Filters

Technical Indicators and Digital Filters

In this article, technical indicators are treated as digital filters. Operation principles and basic characteristics of digital filters are explained. Also, some practical ways of receiving the filter kernel in MetaTrader 5 terminal and integration with a ready-made spectrum analyzer proposed in the article "Building a Spectrum Analyzer" are considered. Pulse and spectrum characteristics of the typical digital filters are used as examples.

MetaQuotes ID in MetaTrader Mobile Terminal

MetaQuotes ID in MetaTrader Mobile Terminal

Android and iOS powered devices offer us many features we do not even know about. One of these features is push notifications allowing us to receive personal messages, regardless of our phone number or mobile network operator. MetaTrader mobile terminal already can receive such messages right from your trading robot. You should only know MetaQuotes ID of your device. More than 9 000 000 mobile terminals have already received it.

How to Order an Expert Advisor and Obtain the Desired Result

How to Order an Expert Advisor and Obtain the Desired Result

How to write correctly the Requirement Specifications? What should and should not be expected from a programmer when ordering an Expert Advisor or an indicator? How to keep a dialog, what moments to pay special attention to? This article gives the answers to these, as well as to many other questions, which often don't seem obvious to many people.

Most downloaded source codes this week

The most popular forum topics:

19 new topics on forum:

and 16 more...

Bestsellers in the Market:

13 new topics on forum:

and 10 more...

Bestsellers in the Market:

The most popular forum topics:

29 new topics on forum:

and 26 more...
There are more than 56 790 topics available on forum

Bestsellers in the Market:

New publications in CodeBase

  • a_candle The indicator shows the remaining candle time.
  • Auto uploader This scripts uploads data of open and pending trades to a webserver and with additional webscripting saves it to a database for further processing. May be a good basic for providing signals in your site.

15 new topics on forum:

and 12 more...

21 new topics on forum:

and 18 more...

The most popular forum topics:

Bestsellers in the Market:

New publications in CodeBase

  • i-SKB-F Barishpolts' moving channels on fractals.
  • BAT_ATRv1 The NRTR indicator based on Average True Range technical indicator.
  • i4_pivot_v1 The indicator displays the support and resistance levels calculated on daily prices.
  • i-PassLevCCI_v.1.3 A semaphore signal indicator using the Commodity Chanel Index oscillator.
  • HVR An indicator of trend strength.
  • Commentator The Commentator indicator analyzes a group of technical indicators and displays information about the current state of the market and trade recommendations.
  • ColorDM_361 A digital momentum in the form of colored characters.
  • MultiCurrEA An example of how to create a multicurrency Expert Advisor that trades using the Bollinger Bands indicator.

25 new topics on forum:

and 22 more...
There are more than 56 720 topics available on forum

Most read articles this month

How to Make Money from MetaTrader AppStore and Trading Signals Services If You Are Not a Seller or a Provider

How to Make Money from MetaTrader AppStore and Trading Signals Services If You Are Not a Seller or a Provider

It is possible to start making money on MQL5.com right now without having to be a seller of Market applications or a profitable signals provider. Select the products you like and post links to them on various web resources. Attract potential customers and the profit is yours!

MetaTrader AppStore Results for Q3 2013

MetaTrader AppStore Results for Q3 2013

Another quarter of the year has passed and we have decided to sum up its results for MetaTrader AppStore - the largest store of trading robots and technical indicators for MetaTrader platforms. More than 500 developers have placed over 1 200 products in the Market by the end of the reported quarter.

MQL5 Wizard: How to Teach an EA to Open Pending Orders at Any Price

MQL5 Wizard: How to Teach an EA to Open Pending Orders at Any Price

The article describes a method of modifying the code of a trading signal module for the implementation of the functionality allowing you to set pending orders at any distance from the current price: it may be the Close or Open price of the previous bar or the value of the moving average. There are plenty of options. Important is that you can set any opening price for a pending order. This article will be useful to traders who trade with pending orders.

Most downloaded source codes this month

  • Renko Line Break vs RSI EA An Expert Advisor based on two indicators - Renko Line Break and RSI. It trades stop orders.
  • Script for Calculation of Candle Statistics The script calculates candles statistics (the minimal, maximal and average values of candles body and shadows) of the current chart.
  • NextBarColor The indicator "predicts" the color of the next bar with the probability specified in the settings. It is useful for the evaluation of strategies aimed at such a prediction when choosing trading instruments / timeframes for strategies. Caution: The indicator "looks into the future", so do not apply it in real life or in the strategy tester!

Published article "MQL5 Cookbook: Monitoring Multiple Time Frames in a Single Window".

MQL5 Cookbook: Monitoring Multiple Time Frames in a Single Window

There are 21 time frames available in MetaTrader 5 for analysis. You can take advantage of special chart objects that you can place on the existing chart and set the symbol, time frame and some other properties right there. This article will provide detailed information on such chart graphical objects: we will create an indicator with controls (buttons) that will allow us to set multiple chart objects in a subwindow at the same time. Furthermore, chart objects will accurately fit in the subwindow and will be automatically adjusted when the main chart or terminal window is resized.

22 new topics on forum:

and 19 more...

The most popular forum topics:

Bestsellers in the Market:

Bestsellers in the Market:

Most read articles this week

MetaQuotes ID in MetaTrader Mobile Terminal

MetaQuotes ID in MetaTrader Mobile Terminal

Android and iOS powered devices offer us many features we do not even know about. One of these features is push notifications allowing us to receive personal messages, regardless of our phone number or mobile network operator. MetaTrader mobile terminal already can receive such messages right from your trading robot. You should only know MetaQuotes ID of your device. More than 9 000 000 mobile terminals have already received it.

MQL5 Cookbook: Saving Optimization Results of an Expert Advisor Based on Specified Criteria

MQL5 Cookbook: Saving Optimization Results of an Expert Advisor Based on Specified Criteria

We continue the series of articles on MQL5 programming. This time we will see how to get results of each optimization pass right during the Expert Advisor parameter optimization. The implementation will be done so as to ensure that if the conditions specified in the external parameters are met, the corresponding pass values will be written to a file. In addition to test values, we will also save the parameters that brought about such results.

Technical Indicators and Digital Filters

Technical Indicators and Digital Filters

In this article, technical indicators are treated as digital filters. Operation principles and basic characteristics of digital filters are explained. Also, some practical ways of receiving the filter kernel in MetaTrader 5 terminal and integration with a ready-made spectrum analyzer proposed in the article "Building a Spectrum Analyzer" are considered. Pulse and spectrum characteristics of the typical digital filters are used as examples.

Most downloaded source codes this week

22 new topics on forum:

and 19 more...

The most popular forum topics:

Bestsellers in the Market:

23 new topics on forum:

and 20 more...
There are more than 56 650 topics available on forum

The most popular forum topics:

Bestsellers in the Market:

26 new topics on forum:

and 23 more...
1...390391392393394395396397398399400401402403404...559