Articles, Library comments - page 23

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
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: 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
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: 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
Check out the new article: Swap Arbitrage in Forex: Building a Synthetic Portfolio and Generating a Consistent Swap Flow . Do you want to know how to benefit from the difference in interest rates? This article considers how to use swap arbitrage in Forex to earn stable profit every night, creating a
Check out the new article: Feature Engineering With Python And MQL5 (Part III): Angle Of Price (2) Polar Coordinates . In this article, we take our second attempt to convert the changes in price levels on any market, into a corresponding change in angle. This time around, we selected a more
Smart_Money_Pressure_Oscillator : Smart Money Pressure Oscillator Author: Scriptor
Check out the new article: MQL5 Trading Tools (Part 15): Canvas Blur Effects, Shadow Rendering, and Smooth Mouse Wheel Scrolling . In this article, we enhance the MQL5 canvas dashboard with advanced visual effects, including blur gradients for fog overlays, shadow rendering for headers, and
Check out the new article: Larry Williams Market Secrets (Part 9): Patterns to Profit . An empirical study of Larry Williams' short-term trading patterns, showing how classic setups can be automated in MQL5, tested on real market data, and evaluated for consistency, profitability, and practical
Check out the new article: Visualizing Strategies in MQL5: Laying Out Optimization Results Across Criterion Charts . In this article, we write an example of visualizing the optimization process and display the top three passes for the four optimization criteria. We will also provide an opportunity
Check out the new article: Tracking Account Dynamics: Balance, Equity, and Floating P/L Visualization in MQL5 . Create a custom MT5 indicator that processes the entire deal history and plots starting balance, balance, equity, and floating P/L as continuous curves. It updates per bar, aggregates
ASZ - Adaptive Structure ZigZag : A robust Market Structure analyzer that adapts to volatility. ASZ uses a Hybrid ATR engine to filter noise and detect reliable Swing points. Non-repainting on confirmed bars. Author: awran5
New article Communicating With MetaTrader 5 Using Named Pipes Without Using DLLs is published: Many developers face the same problem - how to get to the trading terminal sandbox without using unsafe DLLs. One of the easiest and safest method is to use standard Named Pipes that work as normal file
Check out the new article: Database Is Easy (Part 1): A Lightweight ORM Framework for MQL5 Using SQLite . This article presents a structured way to manage SQLite data in MQL5 through an ORM layer for MetaTrader 5. It introduces core classes for entity modeling and database access, a fluent CRUD API
RiskSizer Panel Lite MT4 - Risk Percent Lot Calculator With One Click Buy Sell : RiskSizer Panel Lite is a simple MT4 trading panel that calculates an estimated lot size based on your risk percent. Drag two chart lines to set SL/TP, then use one-click BUY/SELL for fast manual execution. Author: The
Check out the new article: Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features . In this article, we develop a Nick Rypock Trailing Reverse (NRTR) trading system in MQL5 that uses channel indicators for reversal signals, enabling trend-following
New article How to Make a Trading Robot in No Time is published: Trading on financial markets involves many risks including the most critical one - the risk of making a wrong trading decision. The dream of every trader is to find a trading robot, which is always in good shape and not subject to