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.

New publications in CodeBase

  • Price increase Indicator Price increase Indicator
  • MarketPredictor MarketPredictor for MetaTrader 5 The MarketPredictor is an innovative Expert Advisor (EA) for MetaTrader 5 that leverages mathematical models such as sine functions, Fast Fourier Transform (FFT), sigmoid functions, and Monte Carlo simulations to analyze and predict market movements. This project is designed for developers, math enthusiasts, and traders interested in combining technological and financial innovations. Feel free to suggest, discuss, and implement code ideas directly in this thread. Whether it’s new features, improvement suggestions, or strategies – every contribution is welcome to further develop and optimize the MarketPredictor. You’re also welcome to add me to clarify questions privately, collaborate on the GitHub project, or send me your feedback directly. Let’s cook up something amazing together and take this project to the next level!

Published article "Portfolio Risk Model using Kelly Criterion and Monte Carlo Simulation".

Portfolio Risk Model using Kelly Criterion and Monte Carlo Simulation

For decades, traders have been using the Kelly Criterion formula to determine the optimal proportion of capital to allocate to an investment or bet to maximize long-term growth while minimizing the risk of ruin. However, blindly following Kelly Criterion using the result of a single backtest is often dangerous for individual traders, as in live trading, trading edge diminishes over time, and past performance is no predictor of future result. In this article, I will present a realistic approach to applying the Kelly Criterion for one or more EA's risk allocation in MetaTrader 5, incorporating Monte Carlo simulation results from Python.

3 new signals now available for subscription:

TIW 350k Account
64% 3038 trades
Growth:64.03%
Equity:434,904.53USD
Balance:488,767.66USD
TIW 200k account
25% 2781 trades
Growth:25.07%
Equity:234,053.59USD
Balance:236,725.32USD
and 1 more...

The most downloaded free products:

18 new topics on forum:

and 15 more...

Bestsellers in the Market:

3 new signals now available for subscription:

TIW 50k Account
68% 1646 trades
Growth:67.69%
Equity:13,928.21USD
Balance:14,552.59USD
Darwinex Wim
58% 3435 trades
Growth:58.01%
Equity:158,753.09USD
Balance:157,866.18USD
Special Shares CFD
-24% 316 trades
Growth:-24.25%
Equity:478.27USD
Balance:612.09USD

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.

The most downloaded free products:

Bestsellers in the Market:

More than 200 new charts published:

チャート NZDCHF, M15, 2024.12.08 11:13 UTC, RoboForex Ltd, MetaTrader 5, Demo
NZDCHF, M15
Grafico Crash 500 Index, H1, 2024.12.10 07:57 UTC, Deriv (SVG) LLC, MetaTrader 5, Real
Crash 500 Index, H1
图表 USDJPY, M15, 2024.12.08 11:19 UTC, RoboForex Ltd, MetaTrader 5, Demo
USDJPY, 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.

The most popular forum topics:

There are more than 148,320 topics available on forum

5 new topics on forum:

and 2 more...

2 new signals now available for subscription:

From 500 to 5k
974% 1024 trades
Growth:974.09%
Equity:2,022.49USD
Balance:2,143.99USD
VT
104% 3785 trades
Growth:103.72%
Equity:694,533.17USD
Balance:694,533.17USD

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:

There are more than 31,150 products available in Market
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.

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:

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

1 new signal now available for subscription:

TIGER TRADER
431% 117 trades
Growth:430.74%
Equity:5,062.46USD
Balance:4,819.88USD

The most downloaded free products:

9 new topics on forum:

and 6 more...

Bestsellers in the Market:

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 popular forum topics:

The most downloaded free products:

More than 100 new charts published:

Chart NZDUSDz, M5, 12/3/2024 4:37 PM UTC, Gerchik and Co Limited, MetaTrader 5, Demo
NZDUSDz, M5
Chart COST, H4, 2024.12.06 23:37 UTC, Teletrade D.J. LLC, MetaTrader 5, Real
COST, H4
图表 XAUUSD+, M15, 2024.12.03 11:03 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
XAUUSD+, M15

Bestsellers in the Market:

There are more than 31,090 products available in Market
There are more than 148,260 topics available on forum

10 new topics on forum:

and 7 more...

2 new signals now available for subscription:

MAHIGAN
132% 1304 trades
Growth:131.76%
Equity:1,323.03USD
Balance:1,323.03USD
Blackbox Ryan Exam Live Signal 2
10% 5204 trades
Growth:9.64%
Equity:109,536.80USD
Balance:109,640.27USD

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:

1...676869707172737475767778798081...644