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.

The most downloaded free products:

Bestsellers in the Market:

25 new topics on forum:

and 22 more...
There are more than 81 920 topics available on forum

Published article "Graphical Interfaces X: Updates for Easy And Fast Library (Build 2)".

Graphical Interfaces X: Updates for Easy And Fast Library (Build 2)

Since the publication of the previous article in the series, Easy And Fast library has received some new features. The library structure and code have been partially optimized slightly reducing CPU load. Some recurring methods in many control classes have been moved to the CElement base class.

The most popular forum topics:

11 new topics on forum:

and 8 more...

Bestsellers in the Market:

Most read articles this week

Cross-Platform Expert Advisor: Introduction

Cross-Platform Expert Advisor: Introduction

This article details a method by which cross-platform expert advisors can be developed faster and easier. The proposed method consolidates the features shared by both versions into a single class, and splits the implementation on derived classes for incompatible features.

Graphical Interfaces VIII: the File Navigator Control (Chapter 3)

Graphical Interfaces VIII: the File Navigator Control (Chapter 3)

In the previous chapters of the eighth part of the series, our library has been reinforced by several classes for developing mouse pointers, calendars and tree views. The current article deals with the file navigator control that can also be used as part of an MQL application graphical interface.

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

  • Real Signal This indicator provides an easy way to find out the current direction of a pair.
  • TickRecorder Continuously records tick data in format "DateTime, Bid, Ask, Volume" even after restart.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

16 new topics on forum:

and 13 more...

Bestsellers in the Market:

The most popular forum topics:

Bestsellers in the Market:

20 new topics on forum:

and 17 more...
There are more than 81 860 topics available on forum

Published article "False trigger protection for Trading Robot".

False trigger protection for Trading Robot

Profitability of trading systems is defined not only by logic and precision of analyzing the financial instrument dynamics, but also by the quality of the performance algorithm of this logic. False trigger is typical for low quality performance of the main logic of a trading robot. Ways of solving the specified problem are considered in this article.

Published article "Graphical Interfaces IX: The Progress Bar and Line Chart Controls (Chapter 2)".

Graphical Interfaces IX: The Progress Bar and Line Chart Controls (Chapter 2)

The second chapter of the part nine is dedicated to the progress bar and line chart controls. As always, there will be detailed examples provided to reveal how these controls can be used in custom MQL applications.

24 new topics on forum:

and 21 more...

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

Bestsellers in the Market:

The most popular forum topics:

24 new topics on forum:

and 21 more...

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.

LifeHack for Traders: Indicators of Balance, Drawdown, Load and Ticks during Testing

LifeHack for Traders: Indicators of Balance, Drawdown, Load and Ticks during Testing

How to make the testing process more visual? The answer is simple: you need to use one or more indicators in the Strategy Tester, including a tick indicator, an indicator of balance and equity, an indicator of drawdown and deposit load. This solution will help you visually track the nature of ticks, balance and equity changes, as well as drawdown and deposit load.

Universal Expert Advisor: Integration with Standard MetaTrader Modules of Signals (Part 7)

Universal Expert Advisor: Integration with Standard MetaTrader Modules of Signals (Part 7)

This part of the article describes the possibilities of the CStrategy engine integration with the signal modules included into the standard library in MetaTrader. The article describes how to work with signals, as well as how to create custom strategies on their basis.

Most downloaded source codes this month

29 new topics on forum:

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

Bestsellers in the Market:

Published article "Graphical Interfaces IX: The Color Picker Control (Chapter 1)".

Graphical Interfaces IX: The Color Picker Control (Chapter 1)

With this article we begin chapter nine of series of articles dedicated to creating graphical interfaces in MetaTrader trading terminals. It consists of two chapters where new elements of controls and interface, such as color picker, color button, progress bar and line chart are presented.

Published article "Cross-Platform Expert Advisor: Reuse of Components from the MQL5 Standard Library".

Cross-Platform Expert Advisor: Reuse of Components from the MQL5 Standard Library

There exists some components in the MQL5 Standard Library that may prove to be useful in the MQL4 version of cross-platform expert advisors. This article deals with a method of making certain components of the MQL5 Standard Library compatible with the MQL4 compiler.

Published article "LifeHack for trader: four backtests are better than one".

LifeHack for trader: four backtests are better than one

Before the first single test, every trader faces the same question — "Which of the four modes to use?" Each of the provided modes has its advantages and features, so we will do it the easy way - run all four modes at once with a single button! The article shows how to use the Win API and a little magic to see all four testing chart at the same time.

1 new signal now available for subscription:

Pips daily
-38% 17958 trades
Growth:-37.78%
Equity:3.70EUR
Balance:5.18EUR

18 new topics on forum:

and 15 more...

Bestsellers in the Market:

New publications in CodeBase

  • TickRecorder Continuously records tick data in format "DateTime, Bid, Ask, Volume" even after restart.
  • Lot Rebate Calculator This script is used to calculate lot rebate.

The most downloaded free products:

The most popular forum topics:

Most read articles this week

Cross-Platform Expert Advisor: Introduction

Cross-Platform Expert Advisor: Introduction

This article details a method by which cross-platform expert advisors can be developed faster and easier. The proposed method consolidates the features shared by both versions into a single class, and splits the implementation on derived classes for incompatible features.

Testing trading strategies on real ticks

Testing trading strategies on real ticks

The article provides the results of testing a simple trading strategy in three modes: "1 minute OHLC", "Every tick" and "Every tick based on real ticks" using actual historical data.

Graphical Interfaces VIII: The Calendar Control (Chapter 1)

Graphical Interfaces VIII: The Calendar Control (Chapter 1)

In the part VIII of the series of articles dedicated to creating graphical interfaces in MetaTrader, we will consider complex composite controls like calendars, tree view, and file navigator. Due to the large amount of information, there are separate articles written for every subject. The first chapter of this part describes the calendar control and its expanded version — a drop down calendar.

Most downloaded source codes this week

  • Real Signal This indicator provides an easy way to find out the current direction of a pair.
  • Accelerator Bot for USDJPY H4 This EA uses different indicators: ADX, Stochatisc, Accelerator... This EA is optimized for USDJPY TF H4, but it can work on others if you optimize it.
  • Elliott Wave Oscillator An oscillator to help you confirm your Elliott waves counting (doesn't count the waves automatically)

Bestsellers in the Market:

19 new topics on forum:

and 16 more...
There are more than 81 740 topics available on forum

Bestsellers in the Market:

20 new topics on forum:

and 17 more...

Bestsellers in the Market:

26 new topics on forum:

and 23 more...

The most popular forum topics:

1...301302303304305306307308309310311312313314315...556