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:

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:

More than 10 new charts published:

Chart GBPUSD, H1, 2016.07.07 15:23 UTC, OANDA DIVISION4, MetaTrader 4, Real
GBPUSD, H1
图表 AUDUSD, H1, 2016.08.18 11:12 UTC, Noor Capital Markets, MetaTrader 4, Demo
AUDUSD, H1
Grafico EURUSD.e, M5, 2016.08.09 14:30 UTC, RoboTrade Ltd, MetaTrader 5, Real
EURUSD.e, M5

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.

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:

Bestsellers in the Market:

20 new topics on forum:

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

Published article "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.

The most popular forum topics:

Bestsellers in the Market:

26 new topics on forum:

and 23 more...

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

Most read articles this month

Regular expressions for traders

Regular expressions for traders

A regular expression is a special language for handling texts by applying a specified rule, also called a regex or regexp for short. In this article, we are going to show how to handle a trade report with the RegularExpressions library for MQL5, and will also demonstrate the optimization results after using it.

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.

Most downloaded source codes this month

17 new topics on forum:

and 14 more...

The most popular forum topics:

24 new topics on forum:

and 21 more...
There are more than 81 610 topics available on forum

Bestsellers in the Market:

Published article "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.

There are more than 640 articles published on site

The most popular forum topics:

1...302303304305306307308309310311312313314315316...557