Bestsellers in the Market:
Published article "Creating volatility forecast indicator using Python".

In this article, we will forecast future extreme volatility using binary classification. Besides, we will develop an extreme volatility forecast indicator using machine learning.
Published article "Neural Networks in Trading: An Agent with Layered Memory".

Layered memory approaches that mimic human cognitive processes enable the processing of complex financial data and adaptation to new signals, thereby improving the effectiveness of investment decisions in dynamic markets.
Published article "Bivariate Copulae in MQL5 (Part 1): Implementing Gaussian and Student's t-Copulae for Dependency Modeling".

This is the first part of an article series presenting the implementation of bivariate copulae in MQL5. This article presents code implementing Gaussian and Student's t-copulae. It also delves into the fundamentals of statistical copulae and related topics. The code is based on the Arbitragelab Python package by Hudson and Thames.
Published article "Overcoming The Limitation of Machine Learning (Part 5): A Quick Recap of Time Series Cross Validation".

In this series of articles, we look at the challenges faced by algorithmic traders when deploying machine-learning-powered trading strategies. Some challenges within our community remain unseen because they demand deeper technical understanding. Today’s discussion acts as a springboard toward examining the blind spots of cross-validation in machine learning. Although often treated as routine, this step can easily produce misleading or suboptimal results if handled carelessly. This article briefly revisits the essentials of time series cross-validation to prepare us for more in-depth insight into its hidden blind spots.
The most downloaded free products:
The most popular forum topics:
- MetaTrader 5 Platform build 5326: Improvements and fixes 46 new comments
- I want to setup my MT5 to look like Trading View. 11 new comments
- Machine learning in trading: theory, models, practice and algo-trading 8 new comments
Most downloaded source codes this week
- Babi Ngepet I share my code for expert advisor babi ngepet
- Quantum Gold Silver Trader Quantum System - Uses quantum states and probabilities to make decisions.
- HedgeCover EA Intelligent position protection with one-hedge-per-position logic. Features magic number separation, cooldown timer, and max hedges limit. Prevents infinite hedging loops. Free MIT license.
Most read articles this week

Automating Trading Strategies in MQL5 (Part 35): Creating a Breaker Block Trading System
In this article, we create a Breaker Block Trading System in MQL5 that identifies consolidation ranges, detects breakouts, and validates breaker blocks with swing points to trade retests with defined risk parameters. The system visualizes order and breaker blocks with dynamic labels and arrows, supporting automated trading and trailing stops.

Price Action Analysis Toolkit Development (Part 43): Candlestick Probability and Breakouts
Enhance your market analysis with the MQL5-native Candlestick Probability EA, a lightweight tool that transforms raw price bars into real-time, instrument-specific probability insights. It classifies Pinbars, Engulfing, and Doji patterns at bar close, uses ATR-aware filtering, and optional breakout confirmation. The EA calculates raw and volume-weighted follow-through percentages, helping you understand each pattern's typical outcome on specific symbols and timeframes. On-chart markers, a compact dashboard, and interactive toggles allow easy validation and focus. Export detailed CSV logs for offline testing. Use it to develop probability profiles, optimize strategies, and turn pattern recognition into a measurable edge.

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.
Bestsellers in the Market:
New publications in CodeBase
- Delete Trading History The script removes all autotrading icons from the current chart
- Find Pin Bars The indicator searches the chart for Price Action patterns "Pin Bar" and puts icons on the bar with the found pattern.
- Reverse Engineered RSI (MT4) Reverse Engineered RSI projects traditional RSI levels — 30, 50, and 70 — directly onto the price chart instead of the oscillator window. This lets traders see where RSI overbought, oversold, and equilibrium zones align with actual market prices, making it easier to spot precise support, resistance, and potential reversal levels without switching views or relying on hidden momentum data.
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- Fractals Dynamic Modification of the standard indicator Fractal
- TimeBar A simple information indicator that shows the remaining time until the bar closes, as well as the time elapsed since the bar opened and the current time.
- TakeStop Displays price levels for simulated trades, including the set Take Profit (TP) and Stop Loss (SL) values, for the selected trading direction. It also shows brief statistics, including an hourly breakdown for entry.
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- OHLC Candles with extreme tick price tracking This is an OHLC candlestick chart which records the highest ask and lowest bid on each new bar
- MT5 to Telegram - Professional Trading Notifications Library Complete Telegram integration for MT5. Send trading signals, screenshots, reports & alerts to Telegram channels. Includes queue system, multi-channel support & risk management.
- OHLC Candles with Ask and Bid A candlestick chart which connects the ask price and bid price to the high and low of the candles
- Assisted position closing tool This is an auxiliary take profit and stop loss tool, which can help you to tight stop loss and dynamic take profit. Updated
Published article "Moving to MQL5 Algo Forge (Part 4): Working with Versions and Releases".

We'll continue developing the Simple Candles and Adwizard projects, while also describing the finer aspects of using the MQL5 Algo Forge version control system and repository.
Published article "Introduction to MQL5 (Part 22): Building an Expert Advisor for the 5-0 Harmonic Pattern".

This article explains how to detect and trade the 5-0 harmonic pattern in MQL5, validate it using Fibonacci levels, and display it on the chart.
Published article "From Novice to Expert: Market Periods Synchronizer".

In this discussion, we introduce a Higher-to-Lower Timeframe Synchronizer tool designed to solve the problem of analyzing market patterns that span across higher timeframe periods. The built-in period markers in MetaTrader 5 are often limited, rigid, and not easily customizable for non-standard timeframes. Our solution leverages the MQL5 language to develop an indicator that provides a dynamic and visual way to align higher timeframe structures within lower timeframe charts. This tool can be highly valuable for detailed market analysis. To learn more about its features and implementation, I invite you to join the discussion.
Published article "Reusing Invalidated Orderblocks As Mitigation Blocks (SMC)".

In this article, we explore how previously invalidated orderblocks can be reused as mitigation blocks within Smart Money Concepts (SMC). These zones reveal where institutional traders re-enter the market after a failed orderblock, providing high-probability areas for trade continuation in the dominant trend.
Published article "Market Simulation (Part 03): A Matter of Performance".

Often we have to take a step back and then move forward. In this article, we will show all the changes necessary to ensure that the Mouse and Chart Trade indicators do not break. As a bonus, we'll also cover other changes that have occurred in other header files that will be widely used in the future.
The most downloaded free products:
The most popular forum topics:
- MetaTrader 5 Platform build 5326: Improvements and fixes 26 new comments
- Libraries: CBitBuffer Class - Data Serialization in MQL5 14 new comments
- Indicator purchased in market will not load in my MT4 chart 13 new comments
Bestsellers in the Market:
Published article "How to publish code to CodeBase: A practical guide".

In this article, we will use real-life examples to illustrate posting various types of terminal programs in the MQL5 source code base.
Published article "Price Action Analysis Toolkit Development (Part 44): Building a VWMA Crossover Signal EA in MQL5".

This article introduces a VWMA crossover signal tool for MetaTrader 5, designed to help traders identify potential bullish and bearish reversals by combining price action with trading volume. The EA generates clear buy and sell signals directly on the chart, features an informative panel, and allows for full user customization, making it a practical addition to your trading strategy.
Published article "Building AI-Powered Trading Systems in MQL5 (Part 4): Overcoming Multiline Input, Ensuring Chat Persistence, and Generating Signals".

In this article, we enhance the ChatGPT-integrated program in MQL5 overcoming multiline input limitations with improved text rendering, introducing a sidebar for navigating persistent chat storage using AES256 encryption and ZIP compression, and generating initial trade signals through chart data integration.
The most downloaded free products:
Bestsellers in the Market:
Published article "Time Evolution Travel Algorithm (TETA)".

This is my own algorithm. The article presents the Time Evolution Travel Algorithm (TETA) inspired by the concept of parallel universes and time streams. The basic idea of the algorithm is that, although time travel in the conventional sense is impossible, we can choose a sequence of events that lead to different realities.

























