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
Discussion of article "Step-by-Step Guide to Writing an Expert Advisor in MQL5 for Beginners"
(301 1 2 3 4 5 ... 30 31)
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
Discussing the article: "Moving to MQL5 Algo Forge (Part 2): Working with Multiple Repositories"
(22 1 2 3)
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
Modify SL TP : This script is used to modify Stop Loss and Take Profit of position. Author: Ziheng Zhuang
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
Discussing the article: "How to create a trading journal with MetaTrader and Google Sheets"
(19 1 2)
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
Check out the new article: Building a Trading System (Part 5): Managing Gains Through Structured Trade Exits . For many traders, it's a familiar pain point: watching a trade come within a whisker of your profit target, only to reverse and hit your stop-loss. Or worse, seeing a trailing stop close
Price Line 3 : Shows moving Last Price on Bid Line, LAst 24 hours percentage change, switch chart from arrow keys and more.. Author: Rajesh Kumar Nait
Check out the new article: Optimizing Trend Strength: Trading in Trend Direction and Strength . This is a specialized trend-following EA that makes both short and long-term analyses, trading decisions, and executions based on the overall trend and its strength. This article will explore in detail an
Check out the new article: From Basic to Intermediate: Indicator (II) . In this article, we will examine how to implement a moving average calculation and what precautions should be taken when performing this calculation. We will also discuss overloading the OnCalculate function to know when and how
Check out the new article: Market Simulation (Part 14): Sockets (VIII) . Many programmers might assume we should abandon using Excel and move directly to Python, using some packages that allow Python to generate an Excel file for later analysis of results. However, as mentioned in the previous
Check out the new article: From Basic to Intermediate: Indicator (III) . In this article, we will explore how to declare various graphical representation indicators, such as DRAW_COLOR_LINE and DRAW_FILLING. Additionally, of course, we will learn how to plot graphs using multiple indicators in a
Check out the new article: From Basic to Intermediate: Struct (III) . In this article, we will explore what structured code is. Many people confuse structured code with organized code, but there is a difference between these two concepts. This is exactly what will be discussed in this article
Discussing the article: "Building Volatility models in MQL5 (Part I): The Initial Implementation"
(2)
Check out the new article: Building Volatility models in MQL5 (Part I): The Initial Implementation . In this article, we present an MQL5 library for modeling volatility, designed to function similarly to Python's arch package. The library currently supports the specification of common conditional
Check out the new article: Price Action Analysis Toolkit Development (Part 60): Objective Swing-Based Trendlines for Structural Analysis . We present a rule-based approach to trendlines that avoids indicator pivots and uses ordered swings derived from raw prices. The article walks through swing
Check out the new article: MQL5 Trading Tools (Part 16): Improved Super-Sampling Anti-Aliasing (SSAA) and High-Resolution Rendering . We add supersampling‑driven anti‑aliasing and high‑resolution rendering to the MQL5 canvas dashboard, then downsample to the target size. The article implements
Check out the new article: From Basic to Intermediate: Indicator (IV) . In this article, we will explore how to easily create and implement an operational methodology for coloring candles. This concept is highly valued by traders. When implementing such things, care must be taken to ensure that the
Check out the new article: Introduction to MQL5 (Part 39): Beginner Guide to File Handling in MQL5 (I) . This article introduces file handling in MQL5 using a practical, project-based workflow. You will use FileSelectDialog to choose or create a CSV file, open it with FileOpen, and write structured
Discussing the article: "Algorithmic Trading Strategies: AI and Its Road to Golden Pinnacles"
(12 1 2)
Check out the new article: Algorithmic Trading Strategies: AI and Its Road to Golden Pinnacles . This article demonstrates an approach to creating trading strategies for gold using machine learning. Considering the proposed approach to the analysis and forecasting of time series from different
Check out the new article: Data Science and ML (Part 47): Forecasting the Market Using the DeepAR model in Python . In this article, we will attempt to predict the market with a decent model for time series forecasting named DeepAR. A model that is a combination of deep neural networks and
Check out the new article: Overcoming Accessibility Problems in MQL5 Trading Tools (I) . This article explores an accessibility-focused enhancement that goes beyond default terminal alerts by leveraging MQL5 resource management to deliver contextual voice feedback. Instead of generic tones, the
Check out the new article: Custom Indicator Workshop (Part 2) : Building a Practical Supertrend Expert Advisor in MQL5 . Learn how to build a Supertrend-driven Expert Advisor in MQL5 from the ground up. The article covers embedding the indicator as a resource, reading buffer values on closed bars
Candle Close Timer – MT5 Indicator : Indicator Description – Candle Close Timer Name: Candle Close Timer Version: 1.0 Author: BENTRADE TRADING Link: https://www.mql5.com/en/users/dahmi_benali Author: Abderrahmane Benali
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.