Articles, Library comments - page 7

Report by Magic and currency MT5 indicator for account PNL and trade statistics exported to CSV : Exports comprehensive trading statistics to a CSV file. Author: Marco
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: Larry Williams Market Secrets (Part 11): Detecting Smash Day Reversals with a Custom Indicator . We convert Larry Williams’ Smash Day reversal rules into a practical MQL5 indicator that flags confirmed setups with arrows. Step by step, the text shows buffer binding, plot
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
Moving Average of RSI : This powerful tool filters the classic RSI through a moving average, providing a smoother, more reliable signal line for pinpointing entries, exits, and trend direction with unparalleled clarity. Author: Tonny Obare
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
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: Integrating MQL5 with Data Processing Packages (Part 7): Building Multi-Agent Environments for Cross-Symbol Collaboration . The article presents a complete Python–MQL5 integration for multi‑agent trading: MT5 data ingestion, indicator computation, per‑agent decisions, and
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
Check out the new article: Python-MetaTrader 5 Strategy Tester (Part 05): Multi-Symbols and Timeframes Strategy Tester . This article presents a MetaTrader 5–compatible backtesting workflow that scales across symbols and timeframes. We use HistoryManager to parallelize data collection, synchronize
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
New article Tips for an Effective Product Presentation on the Market has been published: Selling programs to traders effectively does not only require writing an efficient and useful product and then publishing it on the Market. It is vital to provide a comprehensive, detailed description and good
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
Check out the new article: From Basic to Intermediate: Indicator (I) . In this article, we will create our first fully practical and functional indicator. The goal is not to show how to create an application, but to help you understand how you can develop your own ideas and give you the opportunity
MW Download History : Download all tick history available and save it in a file, either for one symbol or for all in Market Watch Author: Martin Bittencourt
  Indicators: RBVI  (1)
RBVI : The basis of the RBVI Forex indicator is an attribute of the night market to sharply decrease the volatility due to absence of active trading on exchanges. The indicator considers the price flow and the volatility (changeability) of the market what helps to successfully behave in a flat
Check out the new article: Analyzing Overbought and Oversold Trends Via Chaos Theory Approaches . We determine the overbought and oversold condition of the market according to chaos theory: integrating the principles of chaos theory, fractal geometry and neural networks to forecast financial
Check out the new article: Price Action Analysis Toolkit Development (Part 59): Using Geometric Asymmetry to Identify Precision Breakouts from Fractal Consolidation . While studying a wide range of breakout setups, I noticed that failed breakouts were rarely caused by a lack of volatility, but more
Heikin Momentum Gauge : AccuTrend MTF est un indicateur d'analyse de momentum basé sur l'accumulation des bougies Heikin Ashi. Contrairement aux oscillateurs classiques qui mesurent un instant figé, AccuTrend mesure la force cumulée des tendances en cours : il additionne les pips de chaque bougie
Check out the new article: Larry Williams Market Secrets (Part 5): Automating the Volatility Breakout Strategy in MQL5 . This article demonstrates how to automate Larry Williams’ volatility breakout strategy in MQL5 using a practical, step-by-step approach. You will learn how to calculate daily
EasyAndFastGUI library for creating graphical interfaces : The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs. Author: Anatoli Kazharski