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.

Bestsellers in the Market:

13 new signals now available for subscription:

KingFX AU
15,367% 3071 trades
Growth:15,366.58%
Equity:3,457.24USD
Balance:3,507.17USD
DaniTraderProVIP
1,291% 4976 trades
Growth:1,290.84%
Equity:9,992.40EUR
Balance:10,000.00EUR
Teknik Simple Pivot Point
347% 166 trades
Growth:347.36%
Equity:198.17USD
Balance:206.30USD
and 10 more...

9 new topics on forum:

and 6 more...

The most popular forum topics:

Published article "Client in Connexus (Part 7): Adding the Client Layer".

Client in Connexus (Part 7): Adding the Client Layer

In this article we continue the development of the connexus library. In this chapter we build the CHttpClient class responsible for sending a request and receiving an order. We also cover the concept of mocks, leaving the library decoupled from the WebRequest function, which allows greater flexibility for users.

Bestsellers in the Market:

The most downloaded free products:

There are more than 32,420 products available in Market

6 new topics on forum:

and 3 more...

5 new signals now available for subscription:

RSisMaster
159% 610 trades
Growth:158.92%
Equity:18,050.47USD
Balance:25,194.27USD
C Thanh Portfolio
90% 875 trades
Growth:89.68%
Equity:4,950.99USD
Balance:4,978.09USD
Break Zone
27% 124 trades
Growth:27.44%
Equity:325.19USD
Balance:325.19USD
and 2 more...

New publications in CodeBase

The most downloaded free products:

12 new signals now available for subscription:

Commodity Accumulation Plan
239% 7676 trades
Growth:238.89%
Equity:15,109.96EUR
Balance:15,492.47EUR
The Matrix
178% 271 trades
Growth:177.90%
Equity:123,975.85RUB
Balance:74,458.93RUB
XP Gainer
148% 1678 trades
Growth:148.09%
Equity:30,133.30USD
Balance:36,464.02USD
and 9 more...

Most downloaded source codes this month

  • Fair Value Gap (FVG) Indicator The Fair Value Gap (FVG) Indicator identifies price gaps that occur when there is an imbalance between buying and selling pressure. It highlights areas where price is likely to return to fill the gap, providing potential trade entry points based on market inefficiencies.
  • SuperTrend SuperTrend indicator.
  • b-clock Show minutes and seconds left before new candle is appeared.

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 148,100 topics available on forum

6 new topics on forum:

and 3 more...

Published article "Creating a Trading Administrator Panel in MQL5 (Part VI): Multiple Functions Interface (I)".

Creating a Trading Administrator Panel in MQL5 (Part VI): Multiple Functions Interface (I)

The Trading Administrator's role goes beyond just Telegram communications; they can also engage in various control activities, including order management, position tracking, and interface customization. In this article, we’ll share practical insights on expanding our program to support multiple functionalities in MQL5. This update aims to overcome the current Admin Panel's limitation of focusing primarily on communication, enabling it to handle a broader range of tasks.

Published article "MQL5 Wizard Techniques you should know (Part 47): Reinforcement Learning with Temporal Difference".

MQL5 Wizard Techniques you should know (Part 47): Reinforcement Learning with Temporal Difference

Temporal Difference is another algorithm in reinforcement learning that updates Q-Values basing on the difference between predicted and actual rewards during agent training. It specifically dwells on updating Q-Values without minding their state-action pairing. We therefore look to see how to apply this, as we have with previous articles, in a wizard assembled Expert Advisor.

The most downloaded free products:

10 new signals now available for subscription:

EAAIA
238% 394 trades
Growth:237.95%
Equity:742.19USD
Balance:742.19USD
Pablo
164% 463 trades
Growth:164.06%
Equity:1,823.83USD
Balance:2,263.03USD
Ultimate Gold Scalper
121% 187 trades
Growth:120.94%
Equity:2,209.40USD
Balance:2,209.40USD
and 7 more...

Bestsellers in the Market:

5 new topics on forum:

and 2 more...

More than 100 new charts published:

Chart #SPX, D1, 11/6/2024 12:00 AM UTC, InstaForex, MetaTrader 4, Real
#SPX, D1
图表 XAUUSD, H4, 2024.11.07 23:13 UTC, Teletrade D.J. LLC, MetaTrader 5, Real
XAUUSD, H4
Grafico EURUSD, M15, 2024.11.11 17:40 UTC, InstaForex, MetaTrader 4, Real
EURUSD, M15

Published article "Price Action Analysis Toolkit Development (Part 1): Chart Projector".

Price Action Analysis Toolkit Development (Part 1): Chart Projector

This project aims to leverage the MQL5 algorithm to develop a comprehensive set of analysis tools for MetaTrader 5. These tools—ranging from scripts and indicators to AI models and expert advisors—will automate the market analysis process. At times, this development will yield tools capable of performing advanced analyses with no human involvement and forecasting outcomes to appropriate platforms. No opportunity will ever be missed. Join me as we explore the process of building a robust market analysis custom tools' chest. We will begin by developing a simple MQL5 program that I have named, Chart Projector.

Published article "Trading with the MQL5 Economic Calendar (Part 2): Creating a News Dashboard Panel".

Trading with the MQL5 Economic Calendar (Part 2): Creating a News Dashboard Panel

In this article, we create a practical news dashboard panel using the MQL5 Economic Calendar to enhance our trading strategy. We begin by designing the layout, focusing on key elements like event names, importance, and timing, before moving into the setup within MQL5. Finally, we implement a filtering system to display only the most relevant news, giving traders quick access to impactful economic events.

Published article "Reimagining Classic Strategies (Part XI): Moving Average Cross Over (II)".

Reimagining Classic Strategies (Part XI): Moving Average Cross Over (II)

The moving averages and the stochastic oscillator could be used to generate trend following trading signals. However, these signals will only be observed after the price action has occurred. We can effectively overcome this inherent lag in technical indicators using AI. This article will teach you how to create a fully autonomous AI-powered Expert Advisor in a manner that can improve any of your existing trading strategies. Even the oldest trading strategy possible can be improved.

The most downloaded free products:

There are more than 32,350 products available in Market

Bestsellers in the Market:

Most downloaded source codes this week

  • Hammer Indicator The code above is a "Hammer" indicator that detects candlestick hammer formations (bullish and bearish) and inverted hammer formations (bullish and bearish) on a MetaTrader 5 chart. This indicator identifies price reversal patterns by calculating the size and ratio of the candlestick wicks based on adjustable parameters: MaxRatioShortWick, MinRatioLongWick, and MinCandleSize. When a pattern is detected, the indicator displays a colored arrow near the candle’s lowest or highest price according to the pattern’s direction. The code also includes functions to create and delete objects automatically when the indicator is initialized or stopped.
  • AutoFibo indicator of two last swings based on ZigZag The AutoFibo indicator is an advanced Fibonacci retracement tool that automatically draws Fibonacci levels based on the ZigZag pattern. This indicator is designed to help traders quickly identify potential support and resistance levels in trending markets.
  • Lot calculator - risk management tool This tool allows you to calculate the correct lot size of the next trade by following some simple money management rules.

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.

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.

8 new topics on forum:

and 5 more...

The most popular forum topics:

3 new signals now available for subscription:

HANABI USDJPY
107% 187 trades
Growth:106.82%
Equity:210.48USD
Balance:210.48USD
BreakThrustPro V2
100% 290 trades
Growth:100.45%
Equity:2,004.75USD
Balance:2,004.75USD
Super D
-28% 2690 trades
Growth:-27.89%
Equity:190.46USD
Balance:191.21USD

New publications in CodeBase

The most downloaded free products:

7 new topics on forum:

and 4 more...

Bestsellers in the Market:

3 new signals now available for subscription:

BreakZone Scalper HFM
119% 138 trades
Growth:118.90%
Equity:120.52USD
Balance:120.52USD
AFSID Pro Global Investment
108% 6255 trades
Growth:107.71%
Equity:25,870.34USD
Balance:25,989.01USD
and 1 more...

The most downloaded free products:

Bestsellers in the Market:

14 new topics on forum:

and 11 more...
There are more than 1,870 articles published on site

Published article "Neural Networks Made Easy (Part 92): Adaptive Forecasting in Frequency and Time Domains".

Neural Networks Made Easy (Part 92): Adaptive Forecasting in Frequency and Time Domains

The authors of the FreDF method experimentally confirmed the advantage of combined forecasting in the frequency and time domains. However, the use of the weight hyperparameter is not optimal for non-stationary time series. In this article, we will get acquainted with the method of adaptive combination of forecasts in frequency and time domains.

Published article "From Python to MQL5: A Journey into Quantum-Inspired Trading Systems".

From Python to MQL5: A Journey into Quantum-Inspired Trading Systems

The article explores the development of a quantum-inspired trading system, transitioning from a Python prototype to an MQL5 implementation for real-world trading. The system uses quantum computing principles like superposition and entanglement to analyze market states, though it runs on classical computers using quantum simulators. Key features include a three-qubit system for analyzing eight market states simultaneously, 24-hour lookback periods, and seven technical indicators for market analysis. While the accuracy rates might seem modest, they provide a significant edge when combined with proper risk management strategies.

10 new signals now available for subscription:

TKGo System EA
458% 1676 trades
Growth:457.70%
Equity:4,870.77USD
Balance:4,898.42USD
Bot Spartan 06
418% 5770 trades
Growth:417.79%
Equity:8,651.11USD
Balance:8,946.92USD
BS 02
263% 5929 trades
Growth:262.81%
Equity:4,241.52USD
Balance:4,880.51USD
and 7 more...

Published article "Feature Engineering With Python And MQL5 (Part II): Angle Of Price".

Feature Engineering With Python And MQL5 (Part II): Angle Of Price

There are many posts in the MQL5 Forum asking for help calculating the slope of price changes. This article will demonstrate one possible way of calculating the angle formed by the changes in price in any market you wish to trade. Additionally, we will answer if engineering this new feature is worth the extra effort and time invested. We will explore if the slope of the price can improve any of our AI model's accuracy when forecasting the USDZAR pair on the M1.

The most downloaded free products:

1...272829303132333435363738394041...606