Articles, Library comments - page 2

Check out the new article: The View and Controller components for tables in the MQL5 MVC paradigm: Containers . In this article, we will discuss creating a "Container" control that supports scrolling its contents. Within the process, the already implemented classes of graphics library controls will
Auto Fibonacci Retracement Levels MT4 : Automatically draws Fibonacci retracement and extension levels based on the most recent ZigZag swing high and low. Updates dynamically as new swing points form. Author: Kestutis Balciunas
Check out the new article: Chaos optimization algorithm (COA) . This is an improved chaotic optimization algorithm (COA) that combines the effects of chaos with adaptive search mechanisms. The algorithm uses a set of chaotic maps and inertial components to explore the search space. The article
ASQ Command Desk : ASQ CommandDesk is a professional order management panel for manual traders on MetaTrader 5. You make the trading decisions — CommandDesk handles execution, risk control, and exit management automatically. Author: Muharrem Rogova
TrendMomentumEA : Automated trend-following EA using EMA, RSI, and Stochastic signals to open trades on the last closed candle with Stop Loss and Take Profit. Author: mazen nafee
Precision Sniper : Precision Sniper is a multi-confluence MT5 indicator inspired by TradingView's top signal tools, grading every buy/sell signal (A+, A, B, C) based on EMA structure, RSI, MACD, ADX, VWAP, and volume alignment, with 8 presets, HTF bias confirmation, auto TP/SL levels, trailing stop
Check out the new article: Can DOOM Run in MetaTrader 5: DLLs, Rendering, and MQL5 Input? . This article demonstrates how to run DOOM inside MetaTrader 5 by integrating a native Windows DLL with an MQL5 Expert Advisor. We cover building the DLL, real-time framebuffer rendering via ResourceCreate
XPro Trade Panel — Full Trade Management Panel for MT5/MT4 : One-click trade panel for MT5 and MT4. Manage entries, exits, SL, TP, pending orders and partial closes without touching the keyboard. Author: Cristhian Alexander Gaibor Cuasquer
i-Regression Channel : i-Regression Channel generates regression channel. Linear regression channel consists of two parallel lines located at the equal distance from the linear regression trend line. The distance between the channel borders and the regression line is equal to the value of the
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
Candle Pattern Recognition Unit : An indicator to detect and mark all popular candle patterns Author: Conor Mcnamara
Sniper Pro : Multi-timeframe confluence indicator designed to snipe accurate entries. Inspired from TradingView Author: Hammad Dilber
HTF_Reversal_Divergences : A multi_timeframe indicator which features RSI divergence. + Buy/Sell signals Inspired from trading view. Author: Hammad Dilber
Smart Money Concepts : An indicator which features full Smart Money Concept (SMC) + Break Of Structure (BOS) + Change Of Character (COC) + Fair Value Gap (FVG) Detection and Buy/Sell signals. Author: Hammad Dilber
Institutional StatArb and Cointegration Spread Z-Score : A quantitative multi-asset oscillator designed for Statistical Arbitrage (Pairs Trading), it calculates the logarithmic spread between two correlated assets and measures its Z-Score to identify risk-neutral mean-reverting opportunities
Check out the new article: Neural Networks in Trading: State Space Models . A large number of the models we have reviewed so far are based on the Transformer architecture. However, they may be inefficient when dealing with long sequences. And in this article, we will get acquainted with an
Check out the new article: Statistical Arbitrage Through Cointegrated Stocks (Part 2): Expert Advisor, Backtests, and Optimization . This article presents a sample Expert Advisor implementation for trading a basket of four Nasdaq stocks. The stocks were initially filtered based on Pearson
Mini Prop-Firm Traders Utility Dashboard : This mini custom-built MetaTrader 5 dashboard is a robust, comprehensive risk management and performance based monitoring tool and utility created to give both Prop firm and personal funded traders full visibility and control over their trading activity in
BarStats Indicator – Lightweight, EA-friendly MT5 Tool : MT5 indicator showing bar index, price difference in points, and percentage change. Ideal for EA integration and fast analysis. Author: Yang Yu Qun
Easy Range Breakout EA - MT5 : This EA implements a range breakout trading strategy. It calculates a price range between start and end times defined by the user, draws a visual rectangle on the chart to mark the high and low of that range, and then monitors price action after the range closes. If
Demark Trendlines : Demark Trendlines from Demark Lines for Mt5 Author: rossforex
XANDER Pulse Candles : Color your candles by momentum state. Four bias levels + neutral — built for dark charts. Author: Cristhian Alexander Gaibor Cuasquer
Half Line For Exit 123 : Using arrow to open a position and the middle line to exit from the position that is currently open. Author: namakulabu
Report by Magic and currency MT5 indicator for account PNL and trade statistics exported to CSV : Exports comprehensive trading statistics to a CSV file. Author: Marco
New article Payments and payment methods is published: MQL5.community built-in services offer great opportunities both to MQL5 developers and ordinary traders with no programming skills. But all these features can't be implemented without in-house secure payment system, that provides a convenient
QuantumAlgo Trade Panel : QuantumAlgo Trade Panel is a professional-grade trading utility for MetaTrader 5, designed to bridge the gap between complex institutional strategies and seamless execution. Whether you are a Scalper, Swing Trader, or follow Smart Money Concepts, this panel automates your
ASQ Session Manager : Institutional-grade forex session detection and analysis library for MetaTrader 5. Author: Muharrem Rogova
Check out the new article: Build a Remote Forex Risk Management System in Python . We are making a remote professional risk manager for Forex in Python, deploying it on the server step by step. In the course of the article, we will understand how to programmatically manage Forex risks, and how not
Volume Profile : This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution. Author: Mohammad Baset
Check out the new article: From Simple Close Buttons to a Rule-Based Risk Dashboard in MQL5 . Build a rule-based on-chart risk management panel in MetaTrader 5 using the MQL5 Standard Library. The guide covers a CAppDialog-based GUI, manual event routing, and an automated update loop. You will bind