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.

Most downloaded source codes this week

More than 20 new charts published:

차트 EURUSD, H1, 2017.09.26 19:46 UTC, RoboForex (CY) Ltd., MetaTrader 5, Demo
EURUSD, H1
차트 EURUSD, M15, 2017.10.07 06:27 UTC, Alpari International Limited, MetaTrader 4, Real
EURUSD, M15
차트 IBOV, D1, 2017.10.13 21:31 UTC, XP Investimentos CCTVM S/A, MetaTrader 5, Real
IBOV, D1

The most popular forum topics:

Bestsellers in the Market:

14 new topics on forum:

and 11 more...

Bestsellers in the Market:

9 new topics on forum:

and 6 more...
There are more than 90 610 topics available on forum

Published article "Universal Expert Advisor: CUnIndicator and Use of Pending Orders (Part 9)".

Universal Expert Advisor: CUnIndicator and Use of Pending Orders (Part 9)

The article describes the work with indicators through the universal CUnIndicator class. In addition, new methods of working with pending orders are considered. Please note: from this point on, the structure of the CStrategy project has undergone substantial changes. Now all its files are located in a single directory for the convenience of users.

The most popular forum topics:

The most downloaded free products:

15 new topics on forum:

and 12 more...

Bestsellers in the Market:

12 new topics on forum:

and 9 more...

Bestsellers in the Market:

There are more than 7 420 codes published in Codebase

New publications in CodeBase

  • VWAP Custom Position Standard VWAP (Volume Weighted Average Price) calculation, but with configurable start position.
  • CSyncEvent Class - WinApi Class for working with synchronization events.
  • BarNumbers Displays the number of each bar - both, relative to the most current bar and in absolute terms from the beginning of the chart.

The most downloaded free products:

21 new topics on forum:

and 18 more...

Bestsellers in the Market:

The most popular forum topics:

Most read articles this month

MetaTrader 4 on Mac OS

MetaTrader 4 on Mac OS

Apple products have become very popular. MetaQuotes Software Corp. attentively follows the progress of the IT industry and has already released the special mobile applications for iOS-based devices - MetaTrader 4 for iPhone and MetaTrader 5 for iPhone.There are many topics on the MQL4.community forum, where people are seeking a solution for running MetaTrader 4 under the Mac OS operating system. In this article, you will find out how to work in MetaTrader 4 via the Apple's popular operating system.

Deep Neural Networks (Part IV). Creating, training and testing a model of neural network

Deep Neural Networks (Part IV). Creating, training and testing a model of neural network

This article considers new capabilities of the darch package (v.0.12.0). It contains a description of training of a deep neural networks with different data types, different structure and training sequence. Training results are included.

Creating and testing custom symbols in MetaTrader 5

Creating and testing custom symbols in MetaTrader 5

Creating custom symbols pushes the boundaries in the development of trading systems and financial market analysis. Now traders are able to plot charts and test trading strategies on an unlimited number of financial instruments.

Most downloaded source codes this month

  • Open Two Pending Orders Automatic placing of Buy Stop pending order and Sell Stop pending order simultaneously, Stop Losses and Take Profits on the user specified levels. As soon as the long position (BUY) is opened as ASK price crosses the levels, the remaining pending order (SELLSTOP) is deleted. Vice versa if the short position (SELL) is opened as BID price crosses the levels, the remaining pending order (BUYSTOP) is deleted. It places again both pending orders after the opened order has been closed.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
  • Renko The renko (renko) chart in a separate subwindow. No matter on what chart timeframe the indicator is attached, the renko is drawn on close price of М1 timeframe.

Bestsellers in the Market:

12 new topics on forum:

and 9 more...
There are more than 90 550 topics available on forum

Published article "Graphical Interfaces XI: Integrating the Standard Graphics Library (build 16)".

Graphical Interfaces XI: Integrating the Standard Graphics Library (build 16)

A new version of the graphics library for creating scientific charts (the CGraphic class) has been presented recently. This update of the developed library for creating graphical interfaces will introduce a version with a new control for creating charts. Now it is even easier to visualize data of different types.

Published article "Risk Evaluation in the Sequence of Deals with One Asset".

Risk Evaluation in the Sequence of Deals with One Asset

This article describes the use of methods of the theory of probability and mathematical statistics in the analysis of trading systems.

The most popular forum topics:

Bestsellers in the Market:

Most read articles this week

Deep Neural Networks (Part IV). Creating, training and testing a model of neural network

Deep Neural Networks (Part IV). Creating, training and testing a model of neural network

This article considers new capabilities of the darch package (v.0.12.0). It contains a description of training of a deep neural networks with different data types, different structure and training sequence. Training results are included.

Cross-Platform Expert Advisor: Custom Stops, Breakeven and Trailing

Cross-Platform Expert Advisor: Custom Stops, Breakeven and Trailing

This article discusses how custom stop levels can be set up in a cross-platform expert advisor. It also discusses a closely-related method by which the evolution of a stop level over time can be defined.

MetaTrader 4 on Mac OS

MetaTrader 4 on Mac OS

Apple products have become very popular. MetaQuotes Software Corp. attentively follows the progress of the IT industry and has already released the special mobile applications for iOS-based devices - MetaTrader 4 for iPhone and MetaTrader 5 for iPhone.There are many topics on the MQL4.community forum, where people are seeking a solution for running MetaTrader 4 under the Mac OS operating system. In this article, you will find out how to work in MetaTrader 4 via the Apple's popular operating system.

Most downloaded source codes this week

11 new topics on forum:

and 8 more...

The most downloaded free products:

Bestsellers in the Market:

17 new topics on forum:

and 14 more...

Bestsellers in the Market:

The most popular forum topics:

14 new topics on forum:

and 11 more...

Published article "TradeObjects: Automation of trading based on MetaTrader graphical objects".

TradeObjects: Automation of trading based on MetaTrader graphical objects

The article deals with a simple approach to creating an automated trading system based on the chart linear markup and offers a ready-made Expert Advisor using the standard properties of the MetaTrader 4 and 5 objects and supporting the main trading operations.

There are more than 730 articles published on site

Bestsellers in the Market:

19 new topics on forum:

and 16 more...
There are more than 90 490 topics available on forum

The most popular forum topics:

19 new topics on forum:

and 16 more...

The most downloaded free products:

Bestsellers in the Market:

New publications in CodeBase

  • Symbol Movement This custom indicator will show you 28 pair's daily candle range, High-Low range, candle bullishness or bearishness from real tick market. So you can understand the overall market situation very short time. You can change the default timeframe from Daily to any period and default candle (bar) number from 0 to any previous number. Also you can open the required symbol by clicking the symbol button.
  • RegularExpressions in MQL4 for working with regular expressions Regular expressions provide a formal language for quick and flexible processing of texts. Each regular expression is a pattern (mask), for which the regular expression engine tries to find matches in the source text. A pattern consists of one or more character literals, operators, or constructs.

Bestsellers in the Market:

1...268269270271272273274275276277278279280281282...559