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.

The most popular forum topics:

11 new signals now available for subscription:

Please Believe Me
82% 423 trades
Growth:81.55%
Equity:857.96USD
Balance:857.96USD
Point 3 MT5 HR
62% 96 trades
Growth:61.66%
Equity:3,523.75USD
Balance:3,529.53USD
SWR TRADER
55% 203 trades
Growth:54.54%
Equity:232.43USD
Balance:232.43USD
and 8 more...

Published article "Neural Network in Practice: Pseudoinverse (I)".

Neural Network in Practice: Pseudoinverse (I)

Today we will begin to consider how to implement the calculation of pseudo-inverse in pure MQL5 language. The code we are going to look at will be much more complex for beginners than I expected, and I'm still figuring out how to explain it in a simple way. So for now, consider this an opportunity to learn some unusual code. Calmly and attentively. Although it is not aimed at efficient or quick application, its goal is to be as didactic as possible.

Published article "Developing a trading robot in Python (Part 3): Implementing a model-based trading algorithm".

Developing a trading robot in Python (Part 3): Implementing a model-based trading algorithm

We continue the series of articles on developing a trading robot in Python and MQL5. In this article, we will create a trading algorithm in Python.

There are more than 11,430 codes published in Codebase

The most downloaded free products:

Bestsellers in the Market:

More than 500 new charts published:

チャート EURUSD, M1, 2024.12.10 15:42 UTC, RoboForex Ltd, MetaTrader 5, Real
EURUSD, M1
图表 US30, M1, 2024.12.10 15:36 UTC, FundedNext Ltd, MetaTrader 5, Real
US30, M1
Chart DJI30, M15, 12/10/2024 3:08 PM UTC, xChief Ltd, MetaTrader 5, Demo
DJI30, M15

Most downloaded source codes this month

  • 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 month

How to earn money by fulfilling traders' orders in the Freelance service

How to earn money by fulfilling traders' orders in the Freelance service

MQL5 Freelance is an online service where developers are paid to create trading applications for traders customers. The service has been successfully operating since 2010, with over 100,000 projects completed to date, totaling $7 million in value. As we can see, a substantial amount of money is involved here.

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.

There are more than 148,440 topics available on forum

5 new topics on forum:

and 2 more...

13 new signals now available for subscription:

From 500 to 5k
133% 283 trades
Growth:133.33%
Equity:866.60USD
Balance:1,013.04USD
Imperiasintezainnsta
73% 539 trades
Growth:72.82%
Equity:14,220.19USD
Balance:17,201.67USD
Smart Trade
37% 931 trades
Growth:36.66%
Equity:683.32UST
Balance:683.32UST
and 10 more...

Published article "Neural Networks Made Easy (Part 95): Reducing Memory Consumption in Transformer Models".

Neural Networks Made Easy (Part 95): Reducing Memory Consumption in Transformer Models

Transformer architecture-based models demonstrate high efficiency, but their use is complicated by high resource costs both at the training stage and during operation. In this article, I propose to get acquainted with algorithms that allow to reduce memory usage of such models.

The most downloaded free products:

17 new topics on forum:

and 14 more...

Bestsellers in the Market:

11 new signals now available for subscription:

Selfund Dynamic Strategy
363% 2075 trades
Growth:362.52%
Equity:15,214.97USD
Balance:18,046.52USD
Gold Scalping AI
163% 69 trades
Growth:162.85%
Equity:5,256.91USD
Balance:5,256.91USD
BX
124% 621 trades
Growth:124.29%
Equity:4,151.24USD
Balance:5,000.00USD
and 8 more...
There are more than 1,900 articles published on site

Published article "Creating a Trading Administrator Panel in MQL5 (Part VIII): Analytics Panel".

Creating a Trading Administrator Panel in MQL5 (Part VIII): Analytics Panel

Today, we delve into incorporating useful trading metrics within a specialized window integrated into the Admin Panel EA. This discussion focuses on the implementation of MQL5 to develop an Analytics Panel and highlights the value of the data it provides to trading administrators. The impact is largely educational, as valuable lessons are drawn from the development process, benefiting both upcoming and experienced developers. This feature demonstrates the limitless opportunities this development series offers in equipping trade managers with advanced software tools. Additionally, we'll explore the implementation of the PieChart and ChartCanvas classes as part of the continued expansion of the Trading Administrator panel’s capabilities.

Published article "MQL5 Trading Toolkit (Part 4): Developing a History Management EX5 Library".

MQL5 Trading Toolkit (Part 4): Developing a History Management EX5 Library

Learn how to retrieve, process, classify, sort, analyze, and manage closed positions, orders, and deal histories using MQL5 by creating an expansive History Management EX5 Library in a detailed step-by-step approach.

Published article "Utilizing CatBoost Machine Learning model as a Filter for Trend-Following Strategies".

Utilizing CatBoost Machine Learning model as a Filter for Trend-Following Strategies

CatBoost is a powerful tree-based machine learning model that specializes in decision-making based on stationary features. Other tree-based models like XGBoost and Random Forest share similar traits in terms of their robustness, ability to handle complex patterns, and interpretability. These models have a wide range of uses, from feature analysis to risk management. In this article, we're going to walk through the procedure of utilizing a trained CatBoost model as a filter for a classic moving average cross trend-following strategy. This article is meant to provide insights into the strategy development process while addressing the challenges one may face along the way. I will introduce my workflow of fetching data from MetaTrader 5, training machine learning model in Python, and integrating back to MetaTrader 5 Expert Advisors. By the end of this article, we will validate the strategy through statistical testing and discuss future aspirations extending from the current approach.

Published article "Trading with the MQL5 Economic Calendar (Part 5): Enhancing the Dashboard with Responsive Controls and Filter Buttons".

Trading with the MQL5 Economic Calendar (Part 5): Enhancing the Dashboard with Responsive Controls and Filter Buttons

In this article, we create buttons for currency pair filters, importance levels, time filters, and a cancel option to improve dashboard control. These buttons are programmed to respond dynamically to user actions, allowing seamless interaction. We also automate their behavior to reflect real-time changes on the dashboard. This enhances the overall functionality, mobility, and responsiveness of the panel.

The most downloaded free products:

More than 600 new charts published:

Chart GER40.cash, M5, 2024.12.08 12:40 UTC, FTMO S.R.O., MetaTrader 4, Real
GER40.cash, M5
Grafik MNAG, M15, 2024.12.07 07:28 UTC, 8822, MetaTrader 4, Real
MNAG, M15
Grafico EURUSD, M15, 2024.12.08 11:18 UTC, RoboForex Ltd, MetaTrader 5, Demo
EURUSD, M15

The most popular forum topics:

6 new signals now available for subscription:

Rapadura
112% 582 trades
Growth:112.27%
Equity:105.25USD
Balance:105.25USD
EURUSD Alchemy
97% 2778 trades
Growth:96.96%
Equity:9,265.23EUR
Balance:9,947.69EUR
Sunshine
8% 74 trades
Growth:7.89%
Equity:8,061.93USD
Balance:8,061.93USD
and 3 more...

Bestsellers in the Market:

Most downloaded source codes this week

  • SUPERMACBOT The SUPERMACBOT is a fully automated trading robot that combines the power of the Moving Average Crossover strategy with the MACD Indicator to deliver precise and reliable trade signals. This Expert Advisor is designed to work seamlessly on all symbols and timeframes, offering versatility and adaptability for traders across various market conditions.
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
  • SuperTrend SuperTrend indicator.

Most read articles this week

How to earn money by fulfilling traders' orders in the Freelance service

How to earn money by fulfilling traders' orders in the Freelance service

MQL5 Freelance is an online service where developers are paid to create trading applications for traders customers. The service has been successfully operating since 2010, with over 100,000 projects completed to date, totaling $7 million in value. As we can see, a substantial amount of money is involved here.

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.

14 new topics on forum:

and 11 more...
There are more than 33,420 products available in Market

The most downloaded free products:

9 new topics on forum:

and 6 more...

Bestsellers in the Market:

5 new signals now available for subscription:

Apache EA
329% 344 trades
Growth:328.90%
Equity:428.90USD
Balance:428.90USD
BaedsZM
177% 192 trades
Growth:177.45%
Equity:81.94USD
Balance:519.13USD
StanOK5000
32% 272 trades
Growth:31.83%
Equity:6,591.50USD
Balance:6,591.50USD
and 2 more...

New publications in CodeBase

  • ZigZag Step Points Another version of ZigZag, where the step size for changing the direction of the segment is set in price points.
  • BuySellZigZag Double ZigZag draws virtual Buy and Sell levels on the price chart.

The most downloaded free products:

More than 500 new charts published:

Gráfico COST, H4, 2024.12.06 23:44 UTC, Teletrade D.J. LLC, MetaTrader 5, Real
COST, H4
Chart DJ30+, M30, 2024.12.05 11:12 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
DJ30+, M30
图表 GBPUSD, M15, 2024.12.05 18:27 UTC, RoboForex Ltd, MetaTrader 4, Demo
GBPUSD, M15

9 new signals now available for subscription:

Brazil
156% 845 trades
Growth:156.11%
Equity:30,380.62USD
Balance:30,842.41USD
BKSforex
135% 320 trades
Growth:134.51%
Equity:66,793.00RUB
Balance:69,451.58RUB
Russi
76% 109 trades
Growth:76.44%
Equity:2,044.36USD
Balance:2,044.36USD
and 6 more...

Bestsellers in the Market:

There are more than 33,370 products available in Market
There are more than 148,390 topics available on forum

10 new topics on forum:

and 7 more...

Published article "Reimagining Classic Strategies (Part 12): EURUSD Breakout Strategy".

Reimagining Classic Strategies (Part 12): EURUSD Breakout Strategy

Join us today as we challenge ourselves to build a profitable break-out trading strategy in MQL5. We selected the EURUSD pair and attempted to trade price breakouts on the hourly timeframe. Our system had difficulty distinguishing between false breakouts and the beginning of true trends. We layered our system with filters intended to minimize our losses whilst increasing our gains. In the end, we successfully made our system profitable and less prone to false breakouts.

Published article "Trading Insights Through Volume: Trend Confirmation".

Trading Insights Through Volume: Trend Confirmation

The Enhanced Trend Confirmation Technique combines price action, volume analysis, and machine learning to identify genuine market movements. It requires both price breakouts and volume surges (50% above average) for trade validation, while using an LSTM neural network for additional confirmation. The system employs ATR-based position sizing and dynamic risk management, making it adaptable to various market conditions while filtering out false signals.

Published article "Price Action Analysis Toolkit Development Part (4): Analytics Forecaster EA".

Price Action Analysis Toolkit Development Part (4): Analytics Forecaster EA

We are moving beyond simply viewing analyzed metrics on charts to a broader perspective that includes Telegram integration. This enhancement allows important results to be delivered directly to your mobile device via the Telegram app. Join us as we explore this journey together in this article.

The most downloaded free products:

Bestsellers in the Market:

11 new topics on forum:

and 8 more...
1...272829303132333435363738394041...611