Articles, Library comments - page 3

Check out the new article: Neural Networks in Trading: Integrating Chaos Theory into Time Series Forecasting (Final Part) . We continue to integrate methods proposed by the authors of the Attraos framework into trading models. Let me remind you that this framework uses concepts of chaos theory to
MACD Sample : The MACD Sample EA is included in the standard pack of the MetaTrader 5 client terminal and is an example of the EA that trades using the MACD indicator. The file of the MACD Sample.mq5 Expert Advisor is located in terminal_data_folder\MQL5\Experts\Examples\MACD\". This Expert Advisor
Check out the new article: Data Science and ML (Part 29): Essential Tips for Selecting the Best Forex Data for AI Training Purposes . In this article, we dive deep into the crucial aspects of choosing the most relevant and high-quality Forex data to enhance the performance of AI models. With all the
Check out the new article: William Gann methods (Part III): Does Astrology Work? . Do the positions of planets and stars affect financial markets? Let's arm ourselves with statistics and big data, and embark on an exciting journey into the world where stars and stock charts intersect. The basic idea
Check out the new article: Engineering Trading Discipline into Code (Part 2): Building a Daily Trade Limit Enforcer for All Trades in MQL5 . We have developed a system that enforces a daily trade limit to keep you aligned with your trading rules. It monitors all executed trades across the account
Check out the new 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
Expert Advisor specific day and time : It's an expert to open and close orders on specific day and time. Expert open and close orders only with the same symbol it attached. Author: Dwi Sudarsono
Check out the new article: The MQL5 Standard Library Explorer (Part 9): Using ALGLIB to Filter Excessive MA Crossover Signals . During sideways price movements, traders face excessive signals from multiple moving average crossovers. Today, we discuss how ALGLIB preprocesses raw price data to produce
Check out the new article: Formulating Dynamic Multi-Pair EA (Part 7): Cross-Pair Correlation Mapping for Real-Time Trade Filtering . In this part, we will integrate a real-time correlation matrix into a multi-symbol Expert Advisor to prevent redundant or risk-stacked trades. By dynamically
Target Trend v3 Indicator : It combines the smoothing of Moving Averages with ATR volatility filters to spot momentum shifts early. Author: Ahmd Abrahym Mhmwd Abrahym
Implementation of my Hull Moving Average : Here is my colored Hull Moving Average. Author: Wolfgang Melz
Check out the new article: Angular Analysis of Price Movements: A Hybrid Model for Predicting Financial Markets . What is angular analysis of financial markets? How to use price action angles and machine learning to make accurate forecasts with 67% accuracy? How to combine a regression and
Withdrawal Tracking : This is a piece of code to add to an existing Expert advisor to track withdrawals from your account where the EA is running. It helps the user to monitor his or her withdrawals from a particular account. Author: Daniel Opoku
Check out the new article: Price Action Analysis Toolkit Development (Part 63): Automating Rising and Falling Wedge Detection in MQL5 . In this part of the Price Action Analysis Toolkit Development series, we develop an MQL5 indicator that automatically detects rising and falling wedge patterns in
Check out the new article: Overcoming Accessibility Challenges in MQL5 Trading Tools (Part II): Enabling EA Voice Using a Python Text-to-Speech Engine . Let's discuss how we can make our Expert Advisors speech‑capable using text‑to‑speech technology, partnering Python and MQL5. After reading this
Check out the new article: How to Create an Interactive MQL5 Dashboard/Panel Using the Controls Class (Part 2): Adding Button Responsiveness . In this article, we focus on transforming our static MQL5 dashboard panel into an interactive tool by enabling button responsiveness. We explore how to
Risk reward box : This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted. Author: Livio Alves
RatioZigZag : A modification of the ZigZag indicator, where the reversal moment is determined by a specified coefficient. Author: Evgeniy Chumakov
MASTER-WINNERFX-Asim : Trend based grid Expert Advisor for MetaTrader 5 using EMA and RSI indicators. Dynamic lot size is calculated from account balance with minimum and maximum lot protection. Initial trade opens when price confirms trend direction relative to EMA and RSI levels. Grid orders are
Check out the new article: Finding custom currency pair patterns in Python using MetaTrader 5 . Are there any repeating patterns and regularities in the Forex market? I decided to create my own pattern analysis system using Python and MetaTrader 5. A kind of symbiosis of math and programming for
Last Structure Indicator : LSB Explorer : This is an experimental Last Structure Break (LSB) price action indicator that uncovers meaningful market structures and potential trading edges through intelligent support and resistance analysis. Author: Chukwubuikem Okeke
SimpleAndUniqueTest : Simple Yet Unique Trading Dashboard, thought it would be a good idea to open project to all, for ideas to be shared and other features added. Author: Arinze Michael Ejike
ExMachina SafeScalping : ExMachina Safe Scalping is a professional-grade Expert Advisor built for conservative breakout scalping on Gold (XAUUSD), Silver (XAGUSD), and Forex majors. Author: William Jefferson Mukam Tatsinke
CLatencyMonitor - Inter-Tick Latency Tracker with ATR Volatility Gate and GlobalVariable IPC for MQL5 EAs : Include-file class that measures inter-tick latency, filters false alarms via a self-normalising ATR volatility gate, and broadcasts persistent lag alerts to other EAs via GlobalVariable IPC
Check out the new article: Swing Extremes and Pullbacks in MQL5 (Part 2): Automating the Strategy with an Expert Advisor . Built on lower-timeframe market structure, and then orchestrated on the higher-timeframe, this indicator detects swing extremes where price becomes statistically vulnerable to
Check out the new article: Introduction to MQL5 (Part 42): Beginner Guide to File Handling in MQL5 (IV) . This article shows how to build an MQL5 indicator that reads a CSV trading history, extracts Profit($) values and total trades, and computes a cumulative balance progression. We plot the curve
Larry Williams XGBoost Onnx : adoption of Larry William's method using AI Time-Series XGBoost Author: Taufiqurrachman Assauqi
CExecutionSafety - Ping + Execution Latency Guard for MQL5 EAs : Include class that validates combined terminal ping + execution latency before trade operations. Returns false if threshold is exceeded. Author: Dennis Muchiri Miano
Combine Multi Timeframe Trends into one trend using MA. : Combine Multi Timeframe Trends into one trend using MA. Author: namakulabu
Check out the new article: Price Action Analysis Toolkit Development (Part 62): Building an Adaptive Parallel Channel Detection and Breakout System in MQL5 . This article presents an adaptive parallel channel detection and breakout system in MQL5. It explains how swing points are identified