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.

19 new signals now available for subscription:

Swissforex
295% 2800 trades
Growth:295.08%
Equity:7,902.02USD
Balance:7,902.02USD
Kimera I
249% 158 trades
Growth:248.67%
Equity:708.58USD
Balance:708.58USD
Ultima
243% 1683 trades
Growth:243.44%
Equity:1,711.68EUR
Balance:1,711.68EUR
and 16 more...

Bestsellers in the Market:

Published article "From Novice to Expert: Creating a Liquidity Zone Indicator".

From Novice to Expert: Creating a Liquidity Zone Indicator

The extent of liquidity zones and the magnitude of the breakout range are key variables that substantially affect the probability of a retest occurring. In this discussion, we outline the complete process for developing an indicator that incorporates these ratios.

Published article "MQL5 Trading Tools (Part 15): Canvas Blur Effects, Shadow Rendering, and Smooth Mouse Wheel Scrolling".

MQL5 Trading Tools (Part 15): Canvas Blur Effects, Shadow Rendering, and Smooth Mouse Wheel Scrolling

In this article, we enhance the MQL5 canvas dashboard with advanced visual effects, including blur gradients for fog overlays, shadow rendering for headers, and antialiased drawing for smoother lines and curves. We add smooth mouse wheel scrolling to the text panel that does not interfere with the chart zoom scale, technically an upgrade.

Published article "Larry Williams Market Secrets (Part 9): Patterns to Profit".

Larry Williams Market Secrets (Part 9): Patterns to Profit

An empirical study of Larry Williams' short-term trading patterns, showing how classic setups can be automated in MQL5, tested on real market data, and evaluated for consistency, profitability, and practical trading value.

Published article "Visualizing Strategies in MQL5: Laying Out Optimization Results Across Criterion Charts".

Visualizing Strategies in MQL5: Laying Out Optimization Results Across Criterion Charts

In this article, we write an example of visualizing the optimization process and display the top three passes for the four optimization criteria. We will also provide an opportunity to select one of the three best passes for displaying its data in tables and on a chart.

The most downloaded free products:

Bestsellers in the Market:

There are more than 45,630 products available in Market

22 new signals now available for subscription:

SMC MasterTradeX LOWRisk
227% 405 trades
Growth:226.99%
Equity:2,984.34USD
Balance:2,984.34USD
Neo Gold MT5
42% 104 trades
Growth:42.09%
Equity:142.09USD
Balance:142.09USD
SmartDubi Grid Hedge Low Risk Double
34% 35 trades
Growth:33.98%
Equity:133.98EUR
Balance:133.98EUR
and 19 more...

Most downloaded source codes this week

Most read articles this week

Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features

Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features

In this article, we develop a Nick Rypock Trailing Reverse (NRTR) trading system in MQL5 that uses channel indicators for reversal signals, enabling trend-following entries with hedging support for buys and sells. We incorporate risk management features like auto lot sizing based on equity or balance, fixed or dynamic stop-loss and take-profit levels using ATR multipliers, and position limits.

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

13 new topics on forum:

and 10 more...

The most downloaded free products:

Bestsellers in the Market:

15 new signals now available for subscription:

Stable 2025 v2
1,045% 283 trades
Growth:1,044.63%
Equity:1,367.99USD
Balance:1,367.99USD
Smart Boss
403% 2161 trades
Growth:403.24%
Equity:1,142.85EUR
Balance:1,144.45EUR
Golden Win
181% 1188 trades
Growth:181.33%
Equity:28,132.54USD
Balance:28,132.54USD
and 12 more...

8 new topics on forum:

and 5 more...

The most popular forum topics:

There are more than 2,640 articles published on site

Published article "Database Is Easy (Part 1): A Lightweight ORM Framework for MQL5 Using SQLite".

Database Is Easy (Part 1): A Lightweight ORM Framework for MQL5 Using SQLite

This article presents a structured way to manage SQLite data in MQL5 through an ORM layer for MetaTrader 5. It introduces core classes for entity modeling and database access, a fluent CRUD API, reflection hooks for OnGet/OnSet, and macros to define models quickly. Practical code shows creating tables, binding fields, inserting, updating, querying, and deleting records. Developers gain reusable, type-safe components that minimize repetitive SQL.

33 new signals now available for subscription:

Golden Mirage
454% 294 trades
Growth:454.07%
Equity:2,434.76USD
Balance:3,160.74USD
VolumeHedger Crazy Thing
446% 236 trades
Growth:446.06%
Equity:575.40USD
Balance:575.40USD
Atoinmeto MG
244% 257 trades
Growth:243.80%
Equity:171.90USD
Balance:171.90USD
and 30 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 45,530 products available in Market
There are more than 152,580 topics available on forum

9 new topics on forum:

and 6 more...

Published article "From Novice to Expert: Statistical Validation of Supply and Demand Zones".

From Novice to Expert: Statistical Validation of Supply and Demand Zones

Today, we uncover the often overlooked statistical foundation behind supply and demand trading strategies. By combining MQL5 with Python through a Jupyter Notebook workflow, we conduct a structured, data-driven investigation aimed at transforming visual market assumptions into measurable insights. This article covers the complete research process, including data collection, Python-based statistical analysis, algorithm design, testing, and final conclusions. To explore the methodology and findings in detail, read the full article.

Published article "Market Simulation (Part 10): Sockets (IV)".

Market Simulation (Part 10): Sockets (IV)

In this article, we'll look at what you need to do to start using Excel to manage MetaTrader 5, but in a very interesting way. To do this, we will use an Excel add-in to avoid using built-in VBA. If you don't know what add-in is meant, read this article and learn how to program in Python directly in Excel.

Published article "Graph Theory: Traversal Breadth-First Search (BFS) Applied in Trading".

Graph Theory: Traversal Breadth-First Search (BFS) Applied in Trading

Breadth First Search (BFS) uses level-order traversal to model market structure as a directed graph of price swings evolving through time. By analyzing historical bars or sessions layer by layer, BFS prioritizes recent price behavior while still respecting deeper market memory.

Published article "Neuroboids Optimization Algorithm 2 (NOA2)".

Neuroboids Optimization Algorithm 2 (NOA2)

The new proprietary optimization algorithm NOA2 (Neuroboids Optimization Algorithm 2) combines the principles of swarm intelligence with neural control. NOA2 combines the mechanics of a neuroboid swarm with an adaptive neural system that allows agents to self-correct their behavior while searching for the optimum. The algorithm is under active development and demonstrates potential for solving complex optimization problems.

Published article "Formulating Dynamic Multi-Pair EA (Part 6): Adaptive Spread Sensitivity for High-Frequency Symbol Switching".

Formulating Dynamic Multi-Pair EA (Part 6): Adaptive Spread Sensitivity for High-Frequency Symbol Switching

In this part, we will focus on designing an intelligent execution layer that continuously monitors and evaluates real-time spread conditions across multiple symbols. The EA dynamically adapts its symbol selection by enabling or disabling trading based on spread efficiency rather than fixed rules. This approach allows high-frequency multi-pair systems to prioritize cost-effective symbols.

Published article "Tracking Account Dynamics: Balance, Equity, and Floating P/L Visualization in MQL5".

Tracking Account Dynamics: Balance, Equity, and Floating P/L Visualization in MQL5

Create a custom MT5 indicator that processes the entire deal history and plots starting balance, balance, equity, and floating P/L as continuous curves. It updates per bar, aggregates positions across symbols, and avoids external dependencies through local caching. Use it to inspect equity–balance divergence, realized vs. unrealized results, and the timing of risk deployment.

The most downloaded free products:

More than 200 new charts published:

Grafik GER40, H1, 2026.01.29 05:55 UTC, Pepperstone Group Limited, MetaTrader 4, Real
GER40, H1
チャート !STD_XAUUSD, M5, 2026.01.27 02:03 UTC, Raw Trading Ltd, MetaTrader 4, Demo
!STD_XAUUSD, M5
차트 EURJPY, M5, 2026.01.27 03:50 UTC, Gain Capital Group, LLC, MetaTrader 5, Real
EURJPY, M5

Bestsellers in the Market:

26 new signals now available for subscription:

FXtrading
859% 173 trades
Growth:859.18%
Equity:1,044.64USD
Balance:1,016.42USD
Growth Killer IC Trading
182% 240 trades
Growth:182.34%
Equity:1,129.37EUR
Balance:1,129.37EUR
Farmed Hedge Yield II
126% 633 trades
Growth:126.04%
Equity:172.04USD
Balance:179.16USD
and 23 more...

10 new topics on forum:

and 7 more...

Published article "Neural Networks in Trading: Hybrid Graph Sequence Models (Final Part)".

Neural Networks in Trading: Hybrid Graph Sequence Models (Final Part)

We continue exploring hybrid graph sequence models (GSM++), which integrate the advantages of different architectures, providing high analysis accuracy and efficient distribution of computing resources. These models effectively identify hidden patterns, reducing the impact of market noise and improving forecasting quality.

Published article "Triangular and Sawtooth Waves: Analytical Tools for Traders".

Triangular and Sawtooth Waves: Analytical Tools for Traders

Wave analysis is one of the methods used in technical analysis. This article focuses on two less conventional wave patterns: triangular and sawtooth waves. These formations underpin a number of technical indicators designed for market price analysis.

Published article "Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features".

Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features

In this article, we develop a Nick Rypock Trailing Reverse (NRTR) trading system in MQL5 that uses channel indicators for reversal signals, enabling trend-following entries with hedging support for buys and sells. We incorporate risk management features like auto lot sizing based on equity or balance, fixed or dynamic stop-loss and take-profit levels using ATR multipliers, and position limits.

Published article "Price Action Analysis Toolkit Development (Part 57): Developing a Market State Classification Module in MQL5".

Price Action Analysis Toolkit Development (Part 57): Developing a Market State Classification Module in MQL5

This article develops a market state classification module for MQL5 that interprets price behavior using completed price data. By examining volatility contraction, expansion, and structural consistency, the tool classifies market conditions as compression, transition, expansion, or trend, providing a clear contextual framework for price action analysis.

The most downloaded free products:

Bestsellers in the Market:

There are more than 45,420 products available in Market

30 new signals now available for subscription:

T1TI
900% 201 trades
Growth:899.63%
Equity:16,536.11USD
Balance:16,041.51USD
PrizmaL Lux
510% 260 trades
Growth:510.36%
Equity:2,441.45USD
Balance:2,441.45USD
FX Indicator EA
247% 52 trades
Growth:247.09%
Equity:340.15USD
Balance:340.15USD
and 27 more...

15 new topics on forum:

and 12 more...
There are more than 2,630 articles published on site

Published article "MQL5 Trading Tools (Part 14): Pixel-Perfect Scrollable Text Canvas with Antialiasing and Rounded Scrollbar".

MQL5 Trading Tools (Part 14): Pixel-Perfect Scrollable Text Canvas with Antialiasing and Rounded Scrollbar

In this article, we enhance the canvas-based price dashboard in MQL5 by adding a pixel-perfect scrollable text panel for usage guides, overcoming native scrolling limitations through custom antialiasing and a rounded scrollbar design with hover-expand functionality. The text panel supports themed backgrounds with opacity, dynamic line wrapping for content like instructions and contacts, and interactive navigation via up/down buttons, slider dragging, and mouse wheel scrolling within the body area.

Published article "Larry Williams Market Secrets (Part 8): Combining Volatility, Structure and Time Filters".

Larry Williams Market Secrets (Part 8): Combining Volatility, Structure and Time Filters

An in-depth walkthrough of building a Larry Williams inspired volatility breakout Expert Advisor in MQL5, combining swing structure, volatility-based entries, trade day of the week filtering, time filters, and flexible risk management, with a complete implementation and reproducible test setup.

There are more than 45,350 products available in Market
1...131415161718192021222324252627...657