3 new signals now available for subscription:
Growth: | 0.15 | % |
Equity: | 100,152.08 | USD |
Balance: | 100,152.08 | USD |
The most downloaded free products:
Bestsellers in the Market:
Published article "Creating a Trading Administrator Panel in MQL5 (Part III): Enhancing the GUI with Visual Styling (I)".

In this article, we will focus on visually styling the graphical user interface (GUI) of our Trading Administrator Panel using MQL5. We’ll explore various techniques and features available in MQL5 that allow for customization and optimization of the interface, ensuring it meets the needs of traders while maintaining an attractive aesthetic.
Published article "Developing a multi-currency Expert Advisor (Part 10): Creating objects from a string".

The EA development plan includes several stages with intermediate results being saved in the database. They can only be retrieved from there again as strings or numbers, not objects. So we need a way to recreate the desired objects in the EA from the strings read from the database.
Published article "How to Implement Auto Optimization in MQL5 Expert Advisors".

Step by step guide for auto optimization in MQL5 for Expert Advisors. We will cover robust optimization logic, best practices for parameter selection, and how to reconstruct strategies with back-testing. Additionally, higher-level methods like walk-forward optimization will be discussed to enhance your trading approach.
New publications in CodeBase
- QuickTrend Scalper This Expert Advisor (EA) is designed for high-frequency trading on the 1-minute (M1) chart in both forex and crypto markets. It uses RSI and candlestick patterns to identify buy and sell signals, automatically executing trades with dynamic stop loss, take profit, and trailing stop levels based on market volatility.
- Rsi Ema Engulfing Bar V3 Engulfing Bar Occurs below Ema moving Average that is rising - Buy Trade -
- Rsi Engulfing Bar V2 Rsi Indicator
- 2-Pair Correlation EA The 2-Pair Correlation EA is a free Expert Advisor that trades BTC/USD and ETH/USD, capitalizing on their price correlation. The EA opens trades when the pairs diverge and closes them as they realign, automating your trading with minimal effort.
The most downloaded free products:
The most popular forum topics:
- What to feed to the input of the neural network? Your ideas... 75 new comments
- Machine learning in trading: theory, models, practice and algo-trading 17 new comments
- high volatility situation 8 new comments
Bestsellers in the Market:
Published article "Creating an MQL5-Telegram Integrated Expert Advisor (Part 6): Adding Responsive Inline Buttons".

In this article, we integrate interactive inline buttons into an MQL5 Expert Advisor, allowing real-time control via Telegram. Each button press triggers specific actions and sends responses back to the user. We also modularize functions for handling Telegram messages and callback queries efficiently.
Published article "MQL5 Wizard Techniques you should know (Part 38): Bollinger Bands".

Bollinger Bands are a very common Envelope Indicator used by a lot of traders to manually place and close trades. We examine this indicator by considering as many of the different possible signals it does generate, and see how they could be put to use in a wizard assembled Expert Advisor.
Published article "Two-sample Kolmogorov-Smirnov test as an indicator of time series non-stationarity".

The article considers one of the most famous non-parametric homogeneity tests – the two-sample Kolmogorov-Smirnov test. Both model data and real quotes are analyzed. The article also provides an example of constructing a non-stationarity indicator (iSmirnovDistance).
Published article "Applying Localized Feature Selection in Python and MQL5".

This article explores a feature selection algorithm introduced in the paper 'Local Feature Selection for Data Classification' by Narges Armanfard et al. The algorithm is implemented in Python to build binary classifier models that can be integrated with MetaTrader 5 applications for inference.
The most downloaded free products:
Bestsellers in the Market:
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this month
- Find Swing Highs Swing Lows The Swing High/Low Identifier for MetaTrader 5 marks significant swing highs and swing lows directly on your chart with color-coded arrows. This tool helps traders quickly identify key price levels, which can serve as resistance and support, and is ideal for trend reversal analysis, support and resistance mapping, and enhancing price action strategies. By highlighting these crucial swing points, it provides valuable insights for making informed trading decisions and optimizing trading strategies.
- Arbitrage Triangle EURGBP-EURUSD-GBPUSD The EA identifies discrepancies between theoretical and actual currency exchange rates to execute risk-minimized trading opportunities.
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
Most read articles this month

How to create Requirements Specification for ordering a trading robot
Are you trading using your own strategy? If your system rules can be formally described as software algorithms, it is better to entrust trading to an automated Expert Advisor. A robot does not need sleep or food and is not subject to human weaknesses. In this article, we show how to create Requirements Specification when ordering a trading robot in the Freelance service.

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.

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:
- Machine learning in trading: theory, models, practice and algo-trading 27 new comments
- MT5 build 4524 18 new comments
- Withdrawal unavailable: We need to perform additional verification of your account. 10 new comments
Published article "Neural Networks Made Easy (Part 87): Time Series Patching".

Forecasting plays an important role in time series analysis. In the new article, we will talk about the benefits of time series patching.
Published article "How to add Trailing Stop using Parabolic SAR".

When creating a trading strategy, we need to test a variety of protective stop options. Here is where a dynamic pulling up of the Stop Loss level following the price comes to mind. The best candidate for this is the Parabolic SAR indicator. It is difficult to think of anything simpler and visually clearer.
The most downloaded free products:
Bestsellers in the Market:
Published article "Creating a Trading Administrator Panel in MQL5 (Part II): Enhancing Responsiveness and Quick Messaging".

In this article, we will enhance the responsiveness of the Admin Panel that we previously created. Additionally, we will explore the significance of quick messaging in the context of trading signals.
New publications in CodeBase
- Swing High Low and Fibonacci Retracement Indicator This is an indicator that combines swing high/low and Fibonacci Retracement to identify potential buying zones.
- Engulfing Indicator This is an indicator that helps identify Engulfing candle patterns.
- 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.
- Max trade volume checker for your trading account (Script version) A script which when run displays the maximum lot size permitted on the asset.
Published article "Example of Stochastic Optimization and Optimal Control".

This Expert Advisor, named SMOC (likely standing for Stochastic Model Optimal Control), is a simple example of an advanced algorithmic trading system for MetaTrader 5. It uses a combination of technical indicators, model predictive control, and dynamic risk management to make trading decisions. The EA incorporates adaptive parameters, volatility-based position sizing, and trend analysis to optimize its performance across varying market conditions.
Published article "Self Optimizing Expert Advisor with MQL5 And Python (Part III): Cracking The Boom 1000 Algorithm".

In this series of articles, we discuss how we can build Expert Advisors capable of autonomously adjusting themselves to dynamic market conditions. In today's article, we will attempt to tune a deep neural network to Deriv's synthetic markets.
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this week
- SuperTrend SuperTrend indicator.
- Find Swing Highs Swing Lows The Swing High/Low Identifier for MetaTrader 5 marks significant swing highs and swing lows directly on your chart with color-coded arrows. This tool helps traders quickly identify key price levels, which can serve as resistance and support, and is ideal for trend reversal analysis, support and resistance mapping, and enhancing price action strategies. By highlighting these crucial swing points, it provides valuable insights for making informed trading decisions and optimizing trading strategies.
- Arbitrage Triangle EURGBP-EURUSD-GBPUSD The EA identifies discrepancies between theoretical and actual currency exchange rates to execute risk-minimized trading opportunities.