Articles, Library comments - page 13

Check out the new article: Risk Management (Part 5): Integrating the Risk Management System into an Expert Advisor . In this article, we will implement the risk management system developed in previous publications and add the Order Blocks indicator described in other articles. In addition, we will
Check out the new article: Automating Market Memory Zones Indicator: Where Price is Likely to Return . This article turns Market Memory Zones from a chart-only concept into a complete MQL5 Expert Advisor. It automates Displacement, Structure Transition (CHoCH), and Liquidity Sweep zones using ATR-
Check out the new article: Introduction to MQL5 (Part 40): Beginner Guide to File Handling in MQL5 (II) . Create a CSV trading journal in MQL5 by reading account history over a defined period and writing structured records to file. The article explains deal counting, ticket retrieval, symbol and
Check out the new article: Mastering JSON: Create Your Own JSON Reader from Scratch in MQL5 . Experience a step-by-step guide on creating a custom JSON parser in MQL5, complete with object and array handling, error checking, and serialization. Gain practical insights into bridging your trading logic
If you are integrating Large Language Models (LLMs), the standard JAson.mqh The library is a bottleneck. Its recursive architecture and excessive memory allocations (creating thousands of objects for a single payload) are unacceptable for production systems. We rebuilt the JSON parser from
Check out the new article: MQL5 Trading Tools (Part 18): Rounded Speech Bubbles/Balloons with Orientation Control . This article shows how to build rounded speech bubbles in MQL5 by combining a rounded rectangle with a pointer triangle and controlling orientation (up, down, left, right). It details
Check out the new article: Price Action Analysis Toolkit Development (Part 61): Structural Slanted Trendline Breakouts with 3-Swing Validation . We present a slanted trendline breakout tool that relies on three‑swing validation to generate objective, price‑action signals. The system automates swing
Check out the new article: Risk Management (Part 4): Completing the Key Class Methods . This is Part 4 of our series on risk management in MQL5, where we continue exploring advanced methods for protecting and optimizing trading strategies. Having laid important foundations in earlier articles, we
Check out the new article: Beginner to Intermediate Level: Struct (IV) . In this article, we will explore how to create so-called structural code, where the entire context and methods for manipulating variables and information are placed within a structure to create a suitable context for
WPR With TPSL : WPR indicator in chart window with TPSL Author: namakulabu
Check out the new article: Optimizing Liquidity Raids: Mastering the Difference Between Liquidity Raids and Market Structure Shifts . This is an article about a specialized trend-following EA that aims to clearly elaborate how to utilize trading setups after liquidity raids. This article will
  Expert Advisors: eInTradePanel  (48   1 2 3 4 5)
eInTradePanel : The eInTradePanel is a panel for manual trading, it has some useful functions. It needs the minimum space on the chart. Two modes are supported: Mode 1 (Fig. 1) - Open position with specified Stop Loss and Take Profit levels (in points). Mode 2 (Fig. 2) - Placement of order with Stop
Check out the new article: Bivariate Copulae in MQL5: (Part 3): Implementation and Tuning of Mixed Copula Models in MQL5 . The article extends our copula toolkit with mixed copulas implemented natively in MQL5. We construct Clayton–Frank–Gumbel and Clayton–Student–t–Gumbel mixtures, estimate them
New article Better Programmer (Part 01): You must stop doing these 5 things to become successful MQL5 programmer has been published: There are a lot of bad habits that newbies and even advanced programmers are doing that are keeping them from becoming the best they can be to their coding career. We
Check out the new article: MQL5 Trading Tools (Part 17): Exploring Vector-Based Rounded Rectangles and Triangles . In this article, we explore vector-based methods for drawing rounded rectangles and triangles in MQL5 using canvas, with supersampling for anti-aliased rendering. We implement scanline
Check out the new article: Reimagining Classic Strategies (Part VIII): Currency Markets And Precious Metals on the USDCAD . In this series of articles, we revisit well-known trading strategies to see if we can improve them using AI. In today's discussion, join us as we test whether there is a
ZigZag BOS CHoCH Detection : ZigZag BOS CHoCH Detection indicator is based on the original MetaQuotes ZigZag algorithm and extends it by detecting and marking market structure events. It tracks recent ZigZag swing points and automatically identifies Break of Structure (BOS) and Change of Character
CHRONOS MARKET Session Volatility : Chronos Market is an institutional timing utility. It identifies the overlap between London and New York sessions while scanning for volume anomalies. When institutional money enters the market, Chronos alerts you, preventing you from trading in low-liquidity
AEGIS TRAILING Smart Stop Engine : Vision Flow is a professional trend dashboard for MT5. It identifies institutional flow across M5, H1, and D1 using the same EMA/RSI logic from my Aurum Quantum engine. Stop trading against the trend and follow the big money. 🟢 Green: Bullish | 🔴 Red: Bearish | ⚪
VISION FLOW Trend Dashboard : "Stop guessing the trend. Identify the institutional flow across multiple timeframes instantly." Vision Flow is a high-performance trend dashboard that scans M5, H1, and D1 simultaneously using the same EMA/RSI logic found in my institutional engine. Logic: Price
SuperTrend Quant Pro Elite: Adaptive Statistical Trend Engine : An advanced, institutional-grade trend-following engine using Z-Score adaptive volatility, smart money volume filters, and a real-time MTF dashboard. Author: mazen nafee
New article Step-by-Step Guide to Writing an Expert Advisor in MQL5 for Beginners is published: The Expert Advisors programming in MQL5 is simple, and you can learn it easy. In this step by step guide, you will see the basic steps required in writing a simple Expert Advisor based on a developed
Check out the new article: Moving to MQL5 Algo Forge (Part 2): Working with Multiple Repositories . In this article, we are considering one of the possible approaches to organizing the storage of the project's source code in a public repository. We will distribute the code across different branches
Check out the new article: From Basic to Intermediate: Struct (VI) . In this article, we will explore how to approach the implementation of a common structural code base. The goal is to reduce the programming workload and leverage the full potential of the programming language itself—in this case
Check out the new article: From Basic to Intermediate: Struct (V) . In this article, we will explore how to overload structural code. I know it can be quite challenging to understand at first, especially if you're seeing it for the first time. It is very important that you grasp these concepts and
Check out the new article: Market Simulation: (Part 11): Sockets (V) . We are beginning to implement the connection between Excel and MetaTrader 5, but first we need to understand some key points. This way, you won't have to rack your brains trying to figure out why something works or doesn't. And
  Scripts: Modify SL TP  (18   1 2)
Modify SL TP : This script is used to modify Stop Loss and Take Profit of position. Author: Ziheng Zhuang
  Experts: 5MinutesScalpingEA  (22   1 2 3)
5MinutesScalpingEA: 5MinutesScalpingEA uses indicators (5) from 5MinutesScalpingSystem.This expert is to help any user of the system to try some different settings of indicators easy and quickly.Expert need indicators to generate signals. Has the ability to use all of the indicators, or some of
Check out the new article: How to create a trading journal with MetaTrader and Google Sheets . Create a trading journal using MetaTrader and Google Sheets! You will learn how to sync your trading data via HTTP POST and retrieve it using HTTP requests. In the end, You have a trading journal that will
Trend based on WPR : This indicator combine WPR and total profit/loss. I don't know how to tell you more about this indicator but you can try it. Author: namakulabu