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.

There are more than 97 190 topics available on forum
There are more than 4 960 products available in Market

Published article "How to create Requirements Specification for ordering a trading robot".

How to create Requirements Specification for ordering a trading robot

Are you trading using your own strategy? If your system rules can be formally described as software algorithms, it is better to entrust trading to an automated Expert Advisor. A robot does not need sleep or food and is not subject to human weaknesses. In this article, we show how to create Requirements Specification when ordering a trading robot in the Freelance service.

The most popular forum topics:

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

The most downloaded free products:

Most read articles this week

Applying the Monte Carlo method for optimizing trading strategies

Applying the Monte Carlo method for optimizing trading strategies

Before launching a robot on a trading account, we usually test and optimize it on quotes history. However, a reasonable question arises: how can past results help us in the future? The article describes applying the Monte Carlo method to construct custom criteria for trading strategy optimization. In addition, the EA stability criteria are considered.

Comparative analysis of 10 flat trading strategies

Comparative analysis of 10 flat trading strategies

The article explores the advantages and disadvantages of trading in flat periods. The ten strategies created and tested within this article are based on the tracking of price movements inside a channel. Each strategy is provided with a filtering mechanism, which is aimed at avoiding false market entry signals.

Implementing indicator calculations into an Expert Advisor code

Implementing indicator calculations into an Expert Advisor code

The reasons for moving an indicator code to an Expert Advisor may vary. How to assess the pros and cons of this approach? The article describes implementing an indicator code into an EA. Several experiments are conducted to assess the speed of the EA's operation.

Most downloaded source codes this week

  • Renko-Fractals-Grid This EA uses "Renko" box size on MetaTrader 4 chart. When the price reaches the level where there was a fractal, the EA enters a trade, has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
  • Automatic Fibonacci Lines MrVB AutoFibLinesMrVB indicator draws automatically the Fibonacci levels on the chart.
  • Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.

15 new topics on forum:

and 12 more...

Bestsellers in the Market:

The most downloaded free products:

26 new topics on forum:

and 23 more...
There are more than 97 130 topics available on forum

Bestsellers in the Market:

The most popular forum topics:

1 new signal now available for subscription:

NightXploiter
170% 6897 trades
Growth:170.21%
Equity:2 336.97USD
Balance:2 336.97USD

New publications in CodeBase

Bestsellers in the Market:

New publications in CodeBase

26 new topics on forum:

and 23 more...

More than 10 new charts published:

Grafico USDCHF, M1, 2018.07.03 13:09 UTC, Alpari International Limited, MetaTrader 4, Demo
USDCHF, M1
Grafico USDCHF, M1, 2018.07.03 13:08 UTC, Alpari International Limited, MetaTrader 4, Demo
USDCHF, M1
Gráfico XAUUSD, D1, 2018.08.16 15:02 UTC, FBS Inc, MetaTrader 4, Demo
XAUUSD, D1

Published article "Implementing indicator calculations into an Expert Advisor code".

Implementing indicator calculations into an Expert Advisor code

The reasons for moving an indicator code to an Expert Advisor may vary. How to assess the pros and cons of this approach? The article describes implementing an indicator code into an EA. Several experiments are conducted to assess the speed of the EA's operation.

There are more than 780 articles published on site

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

27 new topics on forum:

and 24 more...
There are more than 97 070 topics available on forum

New publications in CodeBase

Most read articles this month

Developing the oscillator-based ZigZag indicator. Example of executing a requirements specification

Developing the oscillator-based ZigZag indicator. Example of executing a requirements specification

The article demonstrates the development of the ZigZag indicator in accordance with one of the sample specifications described in the article "How to prepare Requirements Specification when ordering an indicator". The indicator is built by extreme values defined using an oscillator. There is an ability to use one of five oscillators: WPR, CCI, Chaikin, RSI or Stochastic Oscillator.

Trade Operations in MQL5 - It's Easy

Trade Operations in MQL5 - It's Easy

Almost all traders come to market to make money but some traders also enjoy the process itself. However, it is not only manual trading that can provide you with an exciting experience. Automated trading systems development can also be quite absorbing. Creating a trading robot can be as interesting as reading a good mystery novel.

Random Decision Forest in Reinforcement learning

Random Decision Forest in Reinforcement learning

Random Forest (RF) with the use of bagging is one of the most powerful machine learning methods, which is slightly inferior to gradient boosting. This article attempts to develop a self-learning trading system that makes decisions based on the experience gained from interaction with the market.

Most downloaded source codes this month

  • Martingale VI Hybrid A martingale strategy, an old EA that was rebuilt to be efficient.
  • Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.

Bestsellers in the Market:

26 new topics on forum:

and 23 more...

Published article "Comparative analysis of 10 flat trading strategies".

Comparative analysis of 10 flat trading strategies

The article explores the advantages and disadvantages of trading in flat periods. The ten strategies created and tested within this article are based on the tracking of price movements inside a channel. Each strategy is provided with a filtering mechanism, which is aimed at avoiding false market entry signals.

The most downloaded free products:

27 new topics on forum:

and 24 more...
There are more than 97 010 topics available on forum

Bestsellers in the Market:

The most popular forum topics:

There are more than 8 630 codes published in Codebase

New publications in CodeBase

12 new topics on forum:

and 9 more...

Most read articles this week

How to analyze the trades of the Signal selected in the chart

How to analyze the trades of the Signal selected in the chart

The trade Signals service develops in leaps and bounds. Trusting our funds to a signal provider, we would like to minimize the risk of losing our deposit. So how to puzzle out in this forest of trade signals? How to find the one that would produce profits? This paper proposes to create a tool for visually analyzing the history of trades on trade signals in a symbol chart.

Deep Neural Networks (Part VI). Ensemble of neural network classifiers: bagging

Deep Neural Networks (Part VI). Ensemble of neural network classifiers: bagging

The article discusses the methods for building and training ensembles of neural networks with bagging structure. It also determines the peculiarities of hyperparameter optimization for individual neural network classifiers that make up the ensemble. The quality of the optimized neural network obtained in the previous article of the series is compared with the quality of the created ensemble of neural networks. Possibilities of further improving the quality of the ensemble's classification are considered.

Applying the Monte Carlo method for optimizing trading strategies

Applying the Monte Carlo method for optimizing trading strategies

Before launching a robot on a trading account, we usually test and optimize it on quotes history. However, a reasonable question arises: how can past results help us in the future? The article describes applying the Monte Carlo method to construct custom criteria for trading strategy optimization. In addition, the EA stability criteria are considered.

Most downloaded source codes this week

  • Renko-Fractals-Grid This EA uses "Renko" box size on MetaTrader 4 chart. When the price reaches the level where there was a fractal, the EA enters a trade, has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
  • Automatic Fibonacci Lines MrVB AutoFibLinesMrVB indicator draws automatically the Fibonacci levels on the chart.
  • RSI MA EA EA purposes to always win with cumulative profit and to manage volume.

Bestsellers in the Market:

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

13 new topics on forum:

and 10 more...
1...237238239240241242243244245246247248249250251...556