Articles, Library comments - page 12

Check out the new article: Building Your Personal Expert Advisor (Part 1): From Fragile Script to Working EA . This article focuses on EA architecture rather than signal design. Starting with a flawed Moving Average crossover EA, we add new‑bar detection to prevent duplicate entries, Magic Number
Check out the new article: Automated Trade Statement Exporter to Excel-Compatible XLSX in MQL5 . An MQL5 script reconstructs closed trades from deal history using a two-pass SL/TP lookup and exports them to an Excel-compatible XLSX file without third-party libraries. Four cooperating classes handle
SHK Heikin Ashi MACD Signal Arrows : A MetaTrader 5 indicator that displays Heikin Ashi candles with closed bar buy and sell arrows, optional MACD histogram divergence confirmation, and configurable alerts. Author: Ramsha Shahrukh
Check out the new article: Creating a Probabilistic Market-Neutral Trading Robot Based on a Return Distribution . A market-neutral trading strategy based on the empirical return distribution offers an alternative to traditional technical analysis methods, replacing price direction forecasting with
Check out the new article: Crow Search Algorithm (CSA) . The Crow Search Algorithm (CSA) is an elegant metaheuristic inspired by crows’ ability to hide food and find other crows' caches, solving optimization problems by balancing following successful solutions with random exploration of the search
GoldScalpBot — Autonomous XAUUSD Scalper with Local App Bridge (IC Markets) : What it does Trades XAUUSD on M5 during London / New York sessions Entry logic: EMA momentum + short breakout/retest filters Exits: ATR-based Stop Loss / Take Profit + optional time-stop Risk: fixed % of equity per base
  Experts: Renko 2.0 Offline  (72   1 2 3 4 5 ... 7 8)
Renko 2.0 Offline : Renko 2.0 Offline non-trading expert generates custom symbol information on 1M chart. Important! Always leave it on M1 chart. A complete Renko chart with wicks. Now Offline! Based on Renko 2.0 indicator. References the Symbol library for MetaTrader 5 by fxsaber. Configure using
Check out the new article: Formulating Dynamic Multi-Pair EA (Part 10): Asymmetric Stop-Loss Logic Based on Pair-Specific Volatility Signatures . The EA learns each symbol's volatility profile before trading by processing 1000 bars and summarizing candle ranges, bodies and wicks, noise ratio, trend
Check out the new article: Price Action Analysis Toolkit Development (Part 76): One-Click Symbol Dashboard for Centralized Multi-Chart Management in MQL5 . Learn to assemble an MT5 Expert Advisor that hosts a chart management dashboard written in MQL5. The guide walks through shared definitions
Check out the new article: Automating Classic Market Methods in MQL5 (Part 5): The Original Turtle Trading Rules . This article builds a complete MQL5 Expert Advisor that implements the original Turtle Trading rules from Curtis Faith. It covers both systems: 20/55-day breakouts, the System 1 skip
FFC - Forex Factory Calendar: Modified version of FF Calendar Indicator with new features. Author: awran5
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
Check out the new article: Developing a Manual Backtesting Expert Advisor: Additional Features . We enhance the manual backtesting EA with real-time lot adjustment, an order module for buy/sell stops and limits, and a Trade Manager to modify TP/SL and close positions individually. The article
Check out the new article: 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
3_Level_ZZ_Semafor : The simple indicator which displays minimums and maximums of the eldest, middle and short periods using semaphore dots. The basis of the zigzag calculation is the algorithm from the client terminal standard set \Examples\ZigZag.mq5. This indicator was written during the current
Institutional Ehlers Fisher Transform (PDF Normalizer) : A DSP oscillator for MT4 that applies Ehlers' Fisher Transform to reshape price into a Gaussian normal distribution, eliminating boundary flattening to catch zero-lag structural reversals. Author: Amanda Vitoria De Paula Pereira
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: Defining your Edge (Part 2): Using Divergence Mapping and a Temporal Fusion Transformer in a Trading Robot . In this article we make the case for merging Divergence Mapping with a Temporal Fusion Proxy in a Trading Robot. Rather than depending on lagging price
Check out the new article: From Novice to Expert: Predictive Price Pathways . Fibonacci levels provide a practical framework that markets often respect, highlighting price zones where reactions are more likely. In this article, we build an expert advisor that applies Fibonacci retracement logic to
Self-Aware Trend System : Self-Aware Trend System (SATS) is an advanced MQL5 indicator that combines an adaptive SuperTrend engine with a Trend Quality Index (TQI) dashboard, offering dynamic signal detection, risk management levels, and self-learning calibration for smarter, more reliable trade
Check out the new article: Where should your stop-loss really sit? An MAE/MFE excursion analyzer in MQL5 . Stop-loss and take-profit placement is usually the least-measured decision in a trading system. This Expert Advisor reads your closed history, replays M1 price between each entry and exit to
New article General information on Trading Signals for MetaTrader 4 and MetaTrader 5 is published: MetaTrader 4 / MetaTrader 5 Trading Signals is a service allowing traders to copy trading operations of a Signals Provider. Our goal was to develop the new massively used service protecting Subscribers
EVT Crash Gauge : Extreme Value Theory (EVT) ported into MQL5 for gauging potential crashes and upsets in the market. Author: Muhammad Minhas Qamar
Sessionvolatilityheatmap : Shows average price range per hour of the trading day as an on-chart heatmap, plus Asian/London/New York session shading behind the candles — so you can see when a symbol actually moves, not just guess. Author: Adeolu Kayode Gbadebo
Trade Journal and Performance Analytics Dashboard : A lightweight on-chart dashboard that reads your closed trade history and shows win rate, profit factor, streaks, and an equity curve — no strategy inputs, just your own numbers, refreshed automatically. Author: Adeolu Kayode Gbadebo
SAX Forecaster : A forecaster made from Symbolic Aggregate approXimation (SAX) Author: Muhammad Minhas Qamar
Check out the new article: Automating Classic Market Methods in MQL5 (Part 4): Mark Minervini's Trend Template . This article presents TrendTemplateEA, an Expert Advisor implementing Mark Minervini's eight-condition trend template for daily forex charts. It evaluates all conditions on every bar and
Check out the new article: Developing a Multi-Currency Expert Advisor (Part 29): Improving the Conveyor . We are going to improve the usability of the automated optimization conveyor: we will explore the process from creating an optimization project to testing the final EA. For clarity, let us walk
Session Scalping Zones : Session-Based Scalping Indicator for MetaTrader 5. It automatically marks the Asian session high and low, then generates scalping signals at the London open when price breaks or retests those levels. The indicator draws dynamic session ranges, sends alerts and push
Check out the new article: How to Research a Trading Idea: A Range Breakout Strategy Case Study . This article demonstrates a practical approach to researching trading ideas using a range breakout strategy as an example. We will go through the entire process, from formalizing trading rules and