Articles, Library comments - page 26

Check out the new article: Employing Game Theory Approaches in Trading Algorithms . We are creating an adaptive self-learning trading expert advisor based on DQN machine learning, with multidimensional causal inference. The EA will successfully trade simultaneously on 7 currency pairs. And agents of
Check out the new article: Market Simulation (Part 19): First Steps in SQL (II) . As we explained in the first article about SQL, there is no point in spending time programming procedures to do what is already built into SQL. However, without knowing the basics, you won’t be able to do anything with
BinanceQuotesDownloader : Real-time display of Binance quotes Author: Yuriy Lyachshenko
Check out the new article: MetaTrader 5 Machine Learning Blueprint (Part 9): Integrating Bayesian HPO into the Production Pipeline . ​ This article integrates the Optuna hyperparameter optimization (HPO) backend into a unified ModelDevelopmentPipeline. It adds joint tuning of model hyperparameters
Check out the new article: From Basic to Intermediate: Inheritance . No doubt, this article will require a significant amount of your time to understand how and why the materials described here work. This is because everything that will be shown here is initially oriented toward object-oriented
Check out the new article: Market Simulation (Part 18): First Steps in SQL (I) . It doesn't matter which SQL program we use: MySQL, SQL Server, SQLite, OpenSQL, or another. They all have something in common, and that common element is the SQL language. Even if we do not intend to use WorkBench, we
Stoch_Cross : Stoch_Cross monitors the %K and %D lines of the Stochastic Oscillator and provides instant confirmation when a bullish or bearish crossover occurs in the zone. Author: Lubexbill Semi
New interview Johnpaul77 Signal Providers: "Our Strategy Remains Profitable for More Than Three Years Now. So Why Would We Change It?" has been published: Let us reveal a little secret: MQL5.com website visitors spend most of their time on Johnpaul77 signal's page. It is a leader of our signal
Institutional Nadaraya-Watson Kernel Regression : A quantitative machine learning envelope that utilizes Nadaraya-Watson kernel regression math to dynamically project statistically significant mean-reversion zones without relying on traditional standard deviation. Author: Amanda Vitoria De Paula
New article Introduction to the Empirical Mode Decomposition Method is published: This article serves to familiarize the reader with the empirical mode decomposition (EMD) method. It is the fundamental part of the Hilbert–Huang transform and is intended for analyzing data from nonstationary and
Multi-Symbol Alert Panel : An indicator to watch highs/lows of all markets simultaneously. Author: Hammad Dilber
Uniformity Factor Indicator : This is a simple analytical (non-signal, one-time calculated) indicator that allows you to test the hypothesis that price timeseries represent a "random walk", specifically Gaussian "random walk". This can help to construct a parametric transformation of price
ASQ Trading Journal Export : One-click CSV export of trade history with P&L, duration & stats Author: Muharrem Rogova
ASQ Spread Logger : Real-time spread monitor with statistics panel, CSV logging & alerts Author: Muharrem Rogova
Portfolio Scorer — Multi-EA Correlation and Coverage Analyzer : Portfolio Scorer is a standalone MQL5 script that evaluates the quality of a multi-EA portfolio across three critical dimensions that most algo traders overlook. The script reads daily profit and loss data from CSV files (one per Expert
ASQ Divergence Detector : ASQ Divergence Detector scans your chart for regular and hidden RSI divergences and marks them with color-coded, non-repaint arrows. Author: Muharrem Rogova
Institutional Cumulative Volume Delta (CVD) : An advanced order flow engine that approximates tick-by-tick aggressor data to calculate the true Cumulative Volume Delta, It exposes institutional absorption and divergence hidden within standard price candles. Author: Amanda Vitoria De Paula Pereira
Liquidity Sweep H4 - M15 (Swing Highs and Lows) / MQL5 : This Expert Advisor (EA) is designed to detect swing highs and lows on the H4 timeframe, then wait for sweeps (liquidity grabs) on the M15 timeframe to trigger buy/sell trades with defined risk management. Author: Osmar Sandoval Espinosa
Check out the new article: Neuro-Structural Trading Engine — NSTE (Part II): Jardine's Gate Six-Gate Quantum Filter . This article introduces Jardine's Gate, a six-gate orthogonal signal filter for MetaTrader 5 that validates LSTM predictions across entropy, expert interference, confidence
Check out the new article: Using the MQL5 Economic Calendar for News Filter (Part 3): Surviving Terminal Restarts During News Window . The article introduces a restart-safe storage model for news-time stop removal. Suspension state and original SL/TP per position are written to terminal global
Institutional Unmitigated Order Block Matrix : A dynamic Smart Money utility that identifies institutional Order Blocks backed by volume anomalies and automatically tracks their mitigation state to keep your charts clean and focused on fresh liquidity. Author: Amanda Vitoria De Paula Pereira
Check out the new article: MQL5 Trading Tools (Part 26): Integrating Frequency Binning, Entropy, and Chi-Square in Visual Analyzer . In this article, we develop a frequency analysis tool in MQL5 that bins price data into histograms, computes entropy for information content, and applies chi-square
Ultra Trend - Zero Lag MA : Ultra Trend is an indicator that uses different period averages (usually it is JMA), checks their slopes and calculates the trend from those slopes. This version is using a "fast" (fast in response to market changes) Zero Lag MA for trend calculations. Author: Mladen
Check out the new article: From Basic to Intermediate: Struct (VII) . In today's article, we will show how to approach solving problems related to structuring different elements and creating simpler and more attractive solutions. Although the content is oriented toward learning and, therefore, does
Check out the new article: Market Simulation (Part 17): Sockets (XI) . The implementation of the part of the code that will run in MetaTrader 5 does not present any difficulty. However, there are several points that need to be taken into account. This is necessary so that you can make the system
Check out the new article: Price Action Analysis Toolkit Development (Part 65): Building an MQL5 System to Monitor and Analyze Manually Drawn Fibonacci Levels . The Fibonacci retracement tool is an essential component of price action analysis, providing critical levels for potential market
Dominance EA : A daily bias Expert Advisor that trades market dominance, analyzing previous day bullish vs bearish control with MA confirmation, and executing a single, minimum-volume trade with ATR-based risk management. Author: Chukwubuikem Okeke
ICT Silver Bullet and Macro Imbalance Filter : An institutional time and price filter that highlights strict macroeconomic trading windows and automatically projects Fair Value Gaps exclusively when institutional volume is present. Author: Amanda Vitoria De Paula Pereira
New article Synchronizing several same-symbol charts on different timeframes has been published: When making trading decisions, we often have to analyze charts on several timeframes. At the same time, these charts often contain graphical objects. Applying the same objects to all charts is
Open Trade : This function performs the main logic of opening a trade. Calculates the opening price, take profit levels and stop loss based on symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information, such as symbol, volume