New publications in CodeBase
- ASZ - Adaptive Structure ZigZag A robust Market Structure analyzer that adapts to volatility. ASZ uses a Hybrid ATR engine to filter noise and detect reliable Swing points. Non-repainting on confirmed bars.
- Expert Advisor required to fetch news data for the FFC Calendar indicator. This is a utility Expert Advisor required to fetch news data for the FFC Calendar indicator. It uses native WebRequest to download data safely without DLLs. Install this in MQL4/Experts folder and run on a separate chart.
Published article "Introduction to MQL5 (Part 33): Mastering API and WebRequest Function in MQL5 (VII)".

This article demonstrates how to integrate the Google Generative AI API with MetaTrader 5 using MQL5. You will learn how to structure API requests, handle server responses, extract AI-generated content, manage rate limits, and save the results to a text file for easy access.
Published article "Building AI-Powered Trading Systems in MQL5 (Part 8): UI Polish with Animations, Timing Metrics, and Response Management Tools".

In this article, we enhance the AI-powered trading system in MQL5 with user interface improvements, including loading animations for request preparation and thinking phases, as well as timing metrics displayed in responses for better feedback. We add response management tools like regenerate buttons to re-query the AI and export options to save the last response to a file, streamlining interaction.
Published article "Larry Williams Market Secrets (Part 3): Proving Non-Random Market Behavior with MQL5".

Explore whether financial markets are truly random by recreating Larry Williams’ market behavior experiments using MQL5. This article demonstrates how simple price-action tests can reveal statistical market biases using a custom Expert Advisor.
Published article "Market Simulation (Part 08): Sockets (II)".

How about creating something practical using sockets? In today's article, we'll start creating a mini-chat. Let's look together at how this is done - it will be very interesting. Please note that the code provided here is for educational purposes only. It should not be used for commercial purposes or in ready-made applications, as it does not provide data transfer security and the content transmitted over the socket can be accessed.
The most downloaded free products:
Bestsellers in the Market:
Published article "Successful Restaurateur Algorithm (SRA)".

Successful Restaurateur Algorithm (SRA) is an innovative optimization method inspired by restaurant business management principles. Unlike traditional approaches, SRA does not discard weak solutions, but improves them by combining with elements of successful ones. The algorithm shows competitive results and offers a fresh perspective on balancing exploration and exploitation in optimization problems.
Published article "Neural Networks in Trading: Multi-Task Learning Based on the ResNeXt Model (Final Part)".

We continue exploring a multi-task learning framework based on ResNeXt, which is characterized by modularity, high computational efficiency, and the ability to identify stable patterns in data. Using a single encoder and specialized "heads" reduces the risk of model overfitting and improves the quality of forecasts.
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- Session Daylight Gradient — Ambient Forex Session Overlay A lightweight chart overlay that paints a smooth “daylight” gradient across Pacific, Asia, London, and New York sessions—plus optional session separators, event labels, and “sunray” highlights for scheduled news. Includes UTC/Broker/PC time modes and a manual DST shift.
- CPlotManager (Auto Buffer and Plot Manager) Automates MQL5 buffer and plot index management. Eliminates manual counting, simplifies Z-order layering, and handles complex plot types (Candles, Color Lines) with a single line of code.
- The Playground Series v1 to V4 - A combination of trading concepts The Playground EA series was created for experimentation with Fair Value Gaps (FVGs) and liquidity concepts
- News Spread Risk Dashboard (Spike and Gap Monitor) A compact on-chart dashboard that monitors live spread behavior, tracks rolling Min/Max/Avg, and warns on abnormal spread spikes (news, low liquidity, rollover) using adaptive or fixed thresholds with optional alerts.
Most downloaded source codes this week
- Volume Profile This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution.
- Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
- BBMA Oma Ally OmniView It's like a bird's-eye view for BBMA Oma Ally fans. ust drag it onto the chart and you'll get all the BBMA signals running on the chart.
Most read articles this week

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.

Larry Williams Market Secrets (Part 2): Automating a Market Structure Trading System
Learn how to automate Larry Williams market structure concepts in MQL5 by building a complete Expert Advisor that reads swing points, generates trade signals, manages risk, and applies a dynamic trailing stop strategy.

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.
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- Wick Rejection Scanner Dashboard (Multi-Symbol / Multi-TF) Scan multiple symbols and timeframes for wick-based rejection candles and display the latest signals in a clean on-chart dashboard with strength scoring, signal age, optional markers, and alerts.
- Viral (1M+ views) 4 Hour Range Strategy coded and tested This EA is intended to test a popular trading strategy. My own backtest shows that this strategy does not work as it was intended
- PropGuard MT5 Daily Loss and Max Drawdown Dead-Line Visualizer (Dashboard and Line) A chart-based risk monitor for prop-firm style rules: draws a live “Dead-Line” price level showing where your Daily Loss Limit or Overall Max Drawdown would be violated, based on equity, open exposure, and optional trailing drawdown.
- Popular (1M views) 4 Hour Range Strategy coded and tested This EA is intended to test a popular trading strategy. My own backtest shows that this strategy does not work as it was intended
The most popular forum topics:
- Trying to identify a counter-trend trading strategy seen on TikTok 25 new comments
- Multicurrency EA. What to use: OnTimer, OnChartEvent, OnTick, OnFakeindicator? 12 new comments
- how to contact customer service? thank You 9 new comments
The most downloaded free products:
Bestsellers in the Market:
Published article "Implementing Practical Modules from Other Languages in MQL5 (Part 06): Python-Like File IO operations in MQL5".

This article shows how to simplify complex MQL5 file operations by building a Python-style interface for effortless reading and writing. It explains how to recreate Python’s intuitive file-handling patterns through custom functions and classes. The result is a cleaner, more reliable approach to MQL5 file I/O.
Published article "Creating Custom Indicators in MQL5 (Part 3): Multi-Gauge Enhancements with Sector and Round Styles".

In this article, we enhance the gauge-based indicator in MQL5 to support multiple oscillators, allowing user selection through an enumeration for single or combined displays. We introduce sector and round gauge styles via derived classes from a base gauge framework, improving case rendering with arcs, lines, and polygons for a more refined visual appearance.
The most downloaded free products:
Bestsellers in the Market:
Published article "Data Science and ML (Part 47): Forecasting the Market Using the DeepAR model in Python".

In this article, we will attempt to predict the market with a decent model for time series forecasting named DeepAR. A model that is a combination of deep neural networks and autoregressive properties found in models like ARIMA and Vector Autoregressive (VAR).
Published article "Creating a mean-reversion strategy based on machine learning".

This article proposes another original approach to creating trading systems based on machine learning, using clustering and trade labeling for mean reversion strategies.
New publications in CodeBase
- MT5 Telegram Trade Notifier (Bot API) — Deal Alerts Utility MT5 EA that sends BUY/SELL deal notifications to Telegram via Bot API (WebRequest)
- Uniformity Factor Script The script provides a quick estimation of an exponent/power factor for transformation of variable-length price increments into uniform distibution, that makes them a "random walk". The estimated value characterizes current symbol as more profitable when using in a particular trading strategy.






















