Articles, Library comments - page 6

  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
Price Action Intraday Trading - Expert for MT5 : Price Action Day Trader is a robust, trend-following MQL5 Expert Advisor designed for intraday trading. It focuses on high-probability price action patterns Pin Bars, Engulfing Candles, and Inside Bar Breakouts while filtering trades through a dual
EasyAndFastGUI library for creating graphical interfaces : The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs. Author: Anatoli Kazharski
Check out the new article: Decoding Opening Range Breakout Intraday Trading Strategies . Opening Range Breakout (ORB) strategies are built on the idea that the initial trading range established shortly after the market opens reflects significant price levels where buyers and sellers agree on value
Check out the new article: Using Deep Reinforcement Learning to Enhance Ilan Expert Advisor . We revisit the Ilan grid Expert Advisor and integrate Q-learning in MQL5 to build an adaptive version for MetaTrader 5. The article shows how to define state features, discretize them for a Q-table, select
Professional Close All Positions Panel : Professional panel for closing positions with 6 smart filters. Close all, by type, by symbol, or by profit/loss. Real-time P&L display. Perfect for emergency exits and risk management. Includes safety confirmations. Author: Hezekiah Bukola Oyetunde
New article MetaTrader 5 on Linux is published: In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers. Author: MetaQuotes
Check out the new article: Fibonacci in Forex (Part I): Examining the Price-Time Relationship . How does the market observe Fibonacci-based relationships? This sequence, where each subsequent number is equal to the sum of the two previous ones (1, 1, 2, 3, 5, 8, 13, 21...), not only describes the
Check out the new article: Build a Remote Forex Risk Management System in Python . We are making a remote professional risk manager for Forex in Python, deploying it on the server step by step. In the course of the article, we will understand how to programmatically manage Forex risks, and how not
Сode that records balance and equity charts and calculates additional optimization criteria : If you have access to the Expert Advisor code, you can save balance and equity charts and calculate additional optimization criteria by adding additional code from this library. Author: Aleksei Kuznetsov
Check out the new article: The MQL5 Standard Library Explorer (Part 7): Interactive Position Labeling with CCanvas . In this article, we explore how to build a position information visualization tool using the MQL5 Standard Library’s CCanvas. This project strengthens your skills in working with
Check out the new article: Larry Williams Market Secrets (Part 10): Automating Smash Day Reversal Patterns . We implement Larry Williams’ Smash Day reversal patterns in MQL5 by building a rule-based Expert Advisor with dynamic risk management, breakout confirmation logic, and one trade at a time
Currency Loader: The EA unloads historical data in the *.csv format for several timeframes of the symbol it is attached to. Author: Kenzo
Check out the new article: Exploring Machine Learning in Unidirectional Trend Trading Using Gold as a Case Study . This article discusses an approach to trading only in the chosen direction (buy or sell). For this purpose, the technique of causal inference and machine learning are used. Recently, we
Directional Efficiency Ratio : The Efficiency Ratio (ER) was first presented by Perry Kaufman in his 1995 book "Smarter Trading". It is calculated by dividing the price change over a period by the absolute sum of the price movements that occurred to achieve that change. The resulting ratio ranges
Check out the new article: From Basic to Intermediate: Events (II) . In this article, we will see that not everything always needs to be implemented in a certain specific way. There are alternative approaches to problem-solving. To properly understand this article, it is necessary to grasp the
  Experts: Renko 2.0 Offline  (68   1 2 3 4 5 6 7)
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: Integrating External Applications with MQL5 Community OAuth . Learn how to add “Sign in with MQL5” to your Android app using the OAuth 2.0 authorization code flow. The guide covers app registration, endpoints, redirect URI, Custom Tabs, deep-link handling, and a PHP
Check out the new article: Custom Indicator Workshop (Part 1): Building the Supertrend Indicator in MQL5 . Build a non‑repainting Supertrend in MQL5 for MetaTrader 5 from first principles. We use an iATR handle and CopyBuffer for volatility, bind buffers with SetIndexBuffer, and configure plots
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
ZigZagColor : It's modified version of ZigZag indicator that draw lines with different colors depending on the price movement direction. Author: MetaQuotes Software Corp
Check out the new article: Forex arbitrage trading: A simple synthetic market maker bot to get started . Today we will take a look at my first arbitrage robot — a liquidity provider (if you can call it that) for synthetic assets. Currently, this bot is successfully operating as a module in a large
Check out the new article: From Novice to Expert: Developing a Liquidity Strategy . Liquidity zones are commonly traded by waiting for the price to return and retest the zone of interest, often through the placement of pending orders within these areas. In this article, we leverage MQL5 to bring
Second Bars : The indicator draws an arbitrary second timeframe on the chart. Author: Aleksandr Slavskii
Check out the new article: Price Action Analysis Toolkit Development (Part 58): Range Contraction Analysis and Maturity Classification Module . Building on the previous article that introduced the market state classification module, this installment focuses on implementing the core logic for
Check out the new article: Introduction to MQL5 (Part 38): Mastering API and WebRequest Function in MQL5 (XII) . Create a practical bridge between MetaTrader 5 and Binance: fetch 30‑minute klines with WebRequest, extract OHLC/time values from JSON, and confirm a bullish engulfing pattern using only