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

  • Using Moving Averages with an EA (Sample Source Code) This time, we're providing a sample that enters based on the Golden Cross and Dead Cross of the moving averages. If you want to see a sample where a long entry is made when the closing price of the candlestick crosses above the moving average, please refer to this article.
  • Advisor Based on RSI and Martingale "This advisor uses the RSI indicator to determine optimal entry and exit points in the market. A unique feature of the advisor is its martingale strategy, which allows for position reversal with an increased lot size during market reversals. The advisor offers flexible trading time settings: you can set a working time range and disable trading during specific hours to filter out news events."
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.

Most read articles this week

How to purchase a trading robot from the MetaTrader Market and to install it?

How to purchase a trading robot from the MetaTrader Market and to install it?

A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.

How to Test a Trading Robot Before Buying

How to Test a Trading Robot Before Buying

Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.

MetaTrader 5 on Linux

MetaTrader 5 on Linux

In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.

12 new topics on forum:

and 9 more...

The most popular forum topics:

New publications in CodeBase

12 new topics on forum:

and 9 more...

Bestsellers in the Market:

There are more than 25,520 products available in Market

2 new signals now available for subscription:

Easylife infinity
105% 3530 trades
Growth:104.62%
Equity:3,174.35EUR
Balance:3,226.05EUR
Yourpension
82% 799 trades
Growth:82.29%
Equity:2,009.77EUR
Balance:2,005.17EUR

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

There are more than 141,120 topics available on forum

20 new topics on forum:

and 17 more...

More than 200 new charts published:

Chart XAUUSD, M30, 2023.09.20 12:59 UTC, Alpari, MetaTrader 4, Demo
XAUUSD, M30
Chart GBPUSD, M30, 2023.09.19 14:30 UTC, Alpari, MetaTrader 4, Demo
GBPUSD, M30
Chart XAUUSDc, M15, 9/22/2023 10:41 AM UTC, Nozax AD, MetaTrader 5, Real
XAUUSDc, M15

The most downloaded free products:

Bestsellers in the Market:

There are more than 25,470 products available in Market

19 new topics on forum:

and 16 more...

2 new signals now available for subscription:

True Range MT4 FBS
28% 662 trades
Growth:27.62%
Equity:3,147.15USD
Balance:3,147.15USD
US Equity Trading
-13% 4447 trades
Growth:-13.33%
Equity:1,245.33USD
Balance:1,129.69USD

New publications in CodeBase

The most downloaded free products:

25 new topics on forum:

and 22 more...

Bestsellers in the Market:

2 new signals now available for subscription:

Disco FIBO Pamm
516% 2284 trades
Growth:515.82%
Equity:1,709.84USD
Balance:1,709.84USD
AltoPeak BlackBull Tier 1
-13% 546 trades
Growth:-13.24%
Equity:1,356.86NZD
Balance:1,356.86NZD

New publications in CodeBase

  • Hull Moving Average Here is my implementation of a colored Hull Moving Average.
  • Wick Ratio Candlesticks Wick Ratio Candlesticks are recognized by its upper and lower wick ratio instead of open and close properties.

The most popular forum topics:

The most downloaded free products:

Most downloaded source codes this month

  • Trend Dashboard Indicator Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.
  • KA-Gold Bot KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods.
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.

Most read articles this month

How to purchase a trading robot from the MetaTrader Market and to install it?

How to purchase a trading robot from the MetaTrader Market and to install it?

A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.

MetaTrader 5 on Linux

MetaTrader 5 on Linux

In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.

How to Test a Trading Robot Before Buying

How to Test a Trading Robot Before Buying

Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.

Bestsellers in the Market:

There are more than 141,050 topics available on forum

28 new topics on forum:

and 25 more...
There are more than 1,390 articles published on site

Published article "Evaluating ONNX models using regression metrics".

Evaluating ONNX models using regression metrics

Regression is a task of predicting a real value from an unlabeled example. The so-called regression metrics are used to assess the accuracy of regression model predictions.

Published article "Category Theory in MQL5 (Part 20): A detour to Self-Attention and the Transformer".

Category Theory in MQL5 (Part 20): A detour to Self-Attention and the Transformer

We digress in our series by pondering at part of the algorithm to chatGPT. Are there any similarities or concepts borrowed from natural transformations? We attempt to answer these and other questions in a fun piece, with our code in a signal class format.

Published article "Developing an MQTT client for MetaTrader 5: a TDD approach — Part 2".

Developing an MQTT client for MetaTrader 5: a TDD approach — Part 2

This article is part of a series describing our development steps of a native MQL5 client for the MQTT protocol. In this part we describe our code organization, the first header files and classes, and how we are writing our tests. This article also includes brief notes about the Test-Driven-Development practice and how we are applying it to this project.

The most downloaded free products:

More than 100 new charts published:

Chart BTCUSD, H2, 9/18/2023 8:47 AM UTC, XS Fintech Ltd, MetaTrader 5, Real
BTCUSD, H2
Chart SOLUSDT, M15, 9/18/2023 3:07 PM UTC, Bybit Global LLC, MetaTrader 4, Real
SOLUSDT, M15
Chart GBPUSD, D1, 9/16/2023 6:02 PM UTC, Rann FS LLC, MetaTrader 5, Real
GBPUSD, D1

Bestsellers in the Market:

23 new topics on forum:

and 20 more...
There are more than 25,410 products available in Market

Published article "Data label for timeseries mining (Part 2):Make datasets with trend markers using Python".

Data label for timeseries mining (Part 2):Make datasets with trend markers using Python

This series of articles introduces several time series labeling methods, which can create data that meets most artificial intelligence models, and targeted data labeling according to needs can make the trained artificial intelligence model more in line with the expected design, improve the accuracy of our model, and even help the model make a qualitative leap!

1 new signal now available for subscription:

FKW
182% 395 trades
Growth:182.14%
Equity:751.67USD
Balance:751.67USD

Bestsellers in the Market:

The most downloaded free products:

Most downloaded source codes this week

  • MaybeAwo EA a Versatile automated trading tool for the MetaTrader 4 platform. This EA is designed to assist traders in managing their positions effectively by offering features such as setting a breakeven point, trailing stop, stop loss, and take profit levels. It works with various input parameters, allowing you to customize its behavior to fit your trading strategy.
  • Ranged Grid Bot EA with pending orders The EA created sell/buy limit orders according to: - Grid number of orders - Trading range (computed automatically by uwing weekly highs and lows) - Current price
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.

Most read articles this week

How to purchase a trading robot from the MetaTrader Market and to install it?

How to purchase a trading robot from the MetaTrader Market and to install it?

A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.

How to Test a Trading Robot Before Buying

How to Test a Trading Robot Before Buying

Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.

MetaTrader 5 on Linux

MetaTrader 5 on Linux

In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.

The most popular forum topics:

12 new topics on forum:

and 9 more...
1...888990919293949596979899100101102...609