Articles, Library comments - page 25

EA Duplicate Detector : Allow the EA to determine whether there are duplicate EAs on the chart based on conditions. Author: hini
New article Applying OLAP in trading (part 4): Quantitative and visual analysis of tester reports has been published: The article offers basic tools for the OLAP analysis of tester reports relating to single passes and optimization results. The tool can work with standard format files (tst and opt)
MT4 Telegram Trade Notifier (Bot API) — Deal Alerts : Utility MT4 EA that sends BUY/SELL deal notifications to Telegram via Bot API (WebRequest) Author: The Hung Ngo
Project Template Generator : This script serves as a practical example of how developers can programmatically work with files using MQL5. One of its key objectives is to demonstrate effective project file organization, which is essential for developers working on large-scale systems or aiming to
Equity and Balance Indicator - History based : This indicator reads the trade history and plots the Cumulative P & L over time, helping visual traders to see how much money they are making or losing over time. This current version has a difference of 0.02% marginal error, due to rounding floats, and
ZigZag_channel : A channel based on peaks and troughs of the ZigZag indicator. Author: Nikolay Kositsin
Check out the new article: Price Action Analysis Toolkit (Part 55): Designing a CPI Mini-Candle Overlay for Intra-bar Pressure . This article presents the design and MetaTrader 5 implementation of the Candle Pressure Index (CPI)—a CLV-based overlay that visualizes intra-Bar buying and selling
Check out the new article: MQL5 Trading Tools (Part 1): Building an Interactive Visual Pending Orders Trade Assistant Tool . In this article, we introduce the development of an interactive Trade Assistant Tool in MQL5, designed to simplify placing pending orders in Forex trading. We outline the
DoubleZigZag : Two ZigZag indicators are used for analysis. Author: Vladimir Karputov
An Expert Advisor, based on Bollinger Bands : This Expert Advisor is based on Bollinger Bands. It uses trend-following strategy (DEMA) and Bollinger Bands indicator. It shows a stable profit in Strategy Tester during last 17 years (EURUSD M30). The Strategy: Open long position: DEМА is growing up
Check out the new article: Neural Networks in Trading: Hybrid Graph Sequence Models (GSM++) . Hybrid graph sequence models (GSM++) combine the advantages of different architectures to provide high-fidelity data analysis and optimized computational costs. These models adapt effectively to dynamic
Check out the new article: Statistical Arbitrage Through Cointegrated Stocks (Part 10): Detecting Structural Breaks . This article presents the Chow test for detecting structural breaks in pair relationships and the application of the Cumulative Sum of Squares - CUSUM - for structural breaks
Market Structure Onnx : Market Structure Expert Advisor use LightGBM (Light Gradient Boosting Machine) Author: Taufiqurrachman Assauqi
Check out the new article: Central Force Optimization (CFO) algorithm . The article presents the Central Force Optimization (CFO) algorithm inspired by the laws of gravity. It explores how principles of physical attraction can solve optimization problems where "heavier" solutions attract less
Check out the new article: Introduction to MQL5 (Part 36): Mastering API and WebRequest Function in MQL5 (X) . This article introduces the basic concepts behind HMAC-SHA256 and API signatures in MQL5, explaining how messages and secret keys are combined to securely authenticate requests. It lays the
Check out the new article: Larry Williams Market Secrets (Part 6): Measuring Volatility Breakouts Using Market Swings . This article demonstrates how to design and implement a Larry Williams volatility breakout Expert Advisor in MQL5, covering swing-range measurement, entry-level projection
Swap Informer : Search for positive swaps. Author: Evgeniy Chumakov
Check out the new article: Neural Networks in Trading: Memory Augmented Context-Aware Learning for Cryptocurrency Markets (Final Part) . The MacroHFT framework for high-frequency cryptocurrency trading uses context-aware reinforcement learning and memory to adapt to dynamic market conditions. At the
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
Trading strategy Heads or Tails : The classic version of the Heads or Tails trading strategy with the analysis of the signal block code. Author: Vladimir Pastushak
Check out the new 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
Check out the new article: From Novice to Expert: Trading the RSI with Market Structure Awareness . In this article, we will explore practical techniques for trading the Relative Strength Index (RSI) oscillator with market structure. Our focus will be on channel price action patterns, how they are
RiskSizer Panel Lite MT5 - Risk Percent Lot Calculator With One Click Buy Sell : RiskSizer Panel Lite is a simple MT5 trading panel that calculates an estimated lot size based on your risk percent. Drag two chart lines to set SL/TP, then use one-click BUY/SELL for fast manual execution. Author: The
New article Better Programmer (Part 07): Notes on becoming a successful freelance developer has been published: Do you wish to become a successful Freelance developer on MQL5? If the answer is yes, this article is right for you. Do not apply for a job that you are not sure how you are going to do
Log : Multi-Mode Logarithmic Transform Indicator. Author: Tadeas Rusnak
Check out the new article: Developing a multi-currency Expert Advisor (Part 24): Adding a new strategy (II) . In this article, we will continue to connect the new strategy to the created auto optimization system. Let's look at what changes need to be made to the optimization project creation EA, as
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. Author: Paul Edunyu Carissimo
Check out the new article: Python-MetaTrader 5 Strategy Tester (Part 03): MT5-Like Trading Operations — Handling and Managing . In this article we introduce Python-MetaTrader5-like ways of handling trading operations such as opening, closing, and modifying orders in the simulator. To ensure the
Check out the new article: Creating Custom Indicators in MQL5 (Part 5): WaveTrend Crossover Evolution Using Canvas for Fog Gradients, Signal Bubbles, and Risk Management . In this article, we enhance the Smart WaveTrend Crossover indicator in MQL5 by integrating canvas-based drawing for fog gradient
Check out the new article: Introduction to MQL5 (Part 35): Mastering API and WebRequest Function in MQL5 (IX) . Welcome back to Part 35 of the Introduction to MQL5 series! In the last article we concentrated on developing the MetaTrader 5 chart's interactive control panel as the project's front