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.

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...

Bestsellers in the Market:

21 new topics on forum:

and 18 more...

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

21 new topics on forum:

and 18 more...
There are more than 96 920 topics available on forum

New publications in CodeBase

Bestsellers in the Market:

20 new topics on forum:

and 17 more...

The most downloaded free products:

The most popular forum topics:

Most read articles this month

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.

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.

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.
  • TDI-With Alerts Indicator TDI-With Alerts. The description look in a code.

Bestsellers in the Market:

22 new topics on forum:

and 19 more...

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

New publications in CodeBase

  • Pivot Oscillator Extended Extended version of Pivot Oscillator.
  • iTrend ADXVMA Very well known iTrend indicator but that uses ADXVMA for calculation.
  • iTrend JMA Very well known iTrend indicator but that uses JMA (Jurik Moving Average) for calculation.
  • ATR Trend Envelopes of Averages Trend Envelopes indicator that uses ATR for the price change calculation and is adding prices smoothing prior to be used in calculations.
  • STD Trend Envelopes of Averages Trend Envelopes indicator that uses Standard Deviation for the price change calculation and is adding prices smoothing prior to be used in calculations.
  • STD Trend Envelopes - RSI This version of Trend Envelopes RSI indicator differs in one significant point: instead of using fixed value (5) for envelopes calculation, standard deviation (adjusted by multiplier) of the calculated RSI is used for envelopes calculation.
  • STD Trend Envelopes Trend Envelopes indicator that uses Standard Deviation for the price change calculation.

The most popular forum topics:

23 new topics on forum:

and 20 more...
There are more than 96 850 topics available on forum
1...238239240241242243244245246247248249250251252...557