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.

2 new signals now available for subscription:

ALocalLevels AMarkets
137% 179 trades
Growth:137.12%
Equity:839.63USD
Balance:839.63USD
AlgoPilot
14% 2432 trades
Growth:13.70%
Equity:6,358.66USD
Balance:6,293.09USD

The most downloaded free products:

There are more than 143,330 topics available on forum

28 new topics on forum:

and 25 more...

Bestsellers in the Market:

More than 100 new charts published:

Grafik BTCUSD, H1, 2024.01.24 14:09 UTC, Raw Trading Ltd, MetaTrader 5, Real
BTCUSD, H1
Chart GBPUSD, M15, 2024.01.24 14:11 UTC, Raw Trading Ltd, MetaTrader 5, Real
GBPUSD, M15
Grafico BTCUSD, D1, 2024.01.24 14:10 UTC, Raw Trading Ltd, MetaTrader 5, Real
BTCUSD, D1

Published article "Ready-made templates for including indicators to Expert Advisors (Part 2): Volume and Bill Williams indicators".

Ready-made templates for including indicators to Expert Advisors (Part 2): Volume and Bill Williams indicators

In this article, we will look at standard indicators of the Volume and Bill Williams' indicators category. We will create ready-to-use templates for indicator use in EAs - declaring and setting parameters, indicator initialization and deinitialization, as well as receiving data and signals from indicator buffers in EAs.

Published article "Data Science and Machine Learning (Part 19): Supercharge Your AI models with AdaBoost".

Data Science and Machine Learning (Part 19): Supercharge Your AI models with AdaBoost

AdaBoost, a powerful boosting algorithm designed to elevate the performance of your AI models. AdaBoost, short for Adaptive Boosting, is a sophisticated ensemble learning technique that seamlessly integrates weak learners, enhancing their collective predictive strength.

Published article "Introduction to MQL5 (Part 3): Mastering the Core Elements of MQL5".

Introduction to MQL5 (Part 3): Mastering the Core Elements of MQL5

Explore the fundamentals of MQL5 programming in this beginner-friendly article, where we demystify arrays, custom functions, preprocessors, and event handling, all explained with clarity making every line of code accessible. Join us in unlocking the power of MQL5 with a unique approach that ensures understanding at every step. This article sets the foundation for mastering MQL5, emphasizing the explanation of each line of code, and providing a distinct and enriching learning experience.

The most downloaded free products:

Bestsellers in the Market:

There are more than 25,990 products available in Market

23 new topics on forum:

and 20 more...

The most popular forum topics:

1 new signal now available for subscription:

EA Pertamina PATEN
-7% 1063 trades
Growth:-7.30%
Equity:3,311.07USD
Balance:3,292.38USD

The most downloaded free products:

Bestsellers in the Market:

21 new topics on forum:

and 18 more...

Published article "ALGLIB numerical analysis library in MQL5".

ALGLIB numerical analysis library in MQL5

The article takes a quick look at the ALGLIB 3.19 numerical analysis library, its applications and new algorithms that can improve the efficiency of financial data analysis.

Published article "How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 6): Two RSI indicators cross each other's lines".

How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 6): Two RSI indicators cross each other's lines

The multi-currency expert advisor in this article is an expert advisor or trading robot that uses two RSI indicators with crossing lines, the Fast RSI which crosses with the Slow RSI.

1 new signal now available for subscription:

Zigzag Evolution VX3 XM
33% 4071 trades
Growth:32.64%
Equity:2,598.28USD
Balance:2,650.44USD

The most downloaded free products:

Bestsellers in the Market:

There are more than 143,250 topics available on forum

23 new topics on forum:

and 20 more...

Most downloaded source codes this month

  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
  • MQL5 Programming for Traders – Source Codes from the Book. Part 7 The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and general-purpose technologies such as networking, databases, and cryptography.

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.

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.

The most popular forum topics:

More than 200 new charts published:

Chart BTCUSDT, M15, 2024.01.22 11:59 UTC, Bybit Global LLC, MetaTrader 4, Real
BTCUSDT, M15
Chart Fra40, D1, 2024.01.22 01:26 UTC, ActivTrades Plc, MetaTrader 4, Real
Fra40, D1
Grafico Fra40, D1, 2024.01.19 01:27 UTC, ActivTrades Plc, MetaTrader 4, Real
Fra40, D1

The most downloaded free products:

Bestsellers in the Market:

33 new topics on forum:

and 30 more...
There are more than 25,940 products available in Market

New publications in CodeBase

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

Most downloaded source codes this week

  • MQL5 Programming for Traders – Source Codes from the Book. Part 7 The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and general-purpose technologies such as networking, databases, and cryptography.
  • Open Trade This function performs the main logic of opening a trade. Calculates the opening price, take profit levels and stop loss based on symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information, such as symbol, volume, order type, deviation, comment, magic number, etc. Call the OrderSend function to send the operation request and get the result. SetTypeFillingBySymbol function: Determines the order fill type (Fill or Kill, Immediate or Cancel, or Return) based on the symbol's filling policy. GetMinTradeLevel function: Calculates the minimum operating level based on the freeze level and the symbol stops level. Adjusts the minimum level to make sure it is within certain limits and returns the result.
  • Bounce Number for Grid/Martingale strategies Lot Sizing/Order Count set When we want to know how many times price will goes up and down 40 pips before breaking this channel, we will need Bounce Number tool.

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.

There are more than 143,190 topics available on forum

15 new topics on forum:

and 12 more...

The most downloaded free products:

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

2 new signals now available for subscription:

MtraderXM
99% 7143 trades
Growth:99.22%
Equity:4,271.24USD
Balance:4,284.77USD
Algotrader Wallet
-43% 10238 trades
Growth:-43.47%
Equity:16,616.90EUR
Balance:16,736.21EUR

The most downloaded free products:

Bestsellers in the Market:

17 new topics on forum:

and 14 more...

Published article "Building and testing Aroon Trading Systems".

Building and testing Aroon Trading Systems

In this article, we will learn how we can build an Aroon trading system after learning the basics of the indicators and the needed steps to build a trading system based on the Aroon indicator. After building this trading system, we will test it to see if it can be profitable or needs more optimization.

The most downloaded free products:

1...139140141142143144145146147148149150151152153...672