Articles, Library comments - page 13

Check out the new article: Analyzing binary code of prices on the exchange (Part I): A new look at technical analysis . This article presents an innovative approach to technical analysis based on converting price movements into binary code. The author demonstrates how various aspects of market
Check out the new article: Body in Connexus (Part 4): Adding HTTP body support . In this article, we explored the concept of body in HTTP requests, which is essential for sending data such as JSON and plain text. We discussed and explained how to use it correctly with the appropriate headers. We
Check out the new article: Simplifying Databases in MQL5 (Part 1): Introduction to Databases and SQL . We explore how to manipulate databases in MQL5 using the language's native functions. We cover everything from table creation, insertion, updating, and deletion to data import and export, all with
New article The Optimal Method for Calculation of Total Position Volume by Specified Magic Number is published: The problem of calculation of total position volume of the specified symbol and magic number is considered in this article. The proposed method requests only the minimum necessary part of
HedgeCover EA : Intelligent position protection with one-hedge-per-position logic. Features magic number separation, cooldown timer, and max hedges limit. Prevents infinite hedging loops. Free MIT license. Author: Lupus Materia
ZeroLagEA-AIP v0.0.4: The Expert Adviser ZeroLagEA-AIP v0.0.4 uses for calculation of the signal indicator ZeroLag MACD, which is an indicator Moving Average Convergence/Divergence, MACD with zero delay. Author: Collector
MT5 to Telegram Professional Library : Professional Telegram Bot integration library for MetaTrader 5. Complete solution for sending trading signals, screenshots, reports, and real-time notifications to Telegram channels and groups. Author: Stepan Sinic
Check out the new article: Moving to MQL5 Algo Forge (Part 1): Creating the Main Repository . When working on projects in MetaEditor, developers often face the need to manage code versions. MetaQuotes recently announced migration to GIT and the launch of MQL5 Algo Forge with code versioning and
Check out the new article: Automating Trading Strategies in MQL5 (Part 30): Creating a Price Action AB-CD Harmonic Pattern with Visual Feedback . In this article, we develop an AB=CD Pattern EA in MQL5 that identifies bullish and bearish AB=CD harmonic patterns using pivot points and Fibonacci
BBMA ZoneZeroLoss (ZZL) Grandma Ally : BBMA ZoneZeroLoss Histogram shows trading zones e.g. for "Reentry" setup for risk minimisation Author: Alexander Piechotta
Self advance decline line : Self advance decline line Author: Mladen Rakic
Check out the new article: From Novice to Expert: Animated News Headline Using MQL5 (X)—Multiple Symbol Chart View for News Trading . Today we will develop a multi-chart view system using chart objects. The goal is to enhance news trading by applying MQL5 algorithms that help reduce trader reaction
Check out the new article: Market Profile indicator (Part 2): Optimization and rendering on canvas . The article considers an optimized version of the Market Profile indicator, where rendering with multiple graphical objects is replaced with rendering on a canvas - an object of the CCanvas class. In
MT4-BuildYourGridEA : The expert is a system to help any trader to make a grid of orders. Author: Nikolaos Pantzos
Volume weighted line chart with smoothing : A smoother line chart which cuts out a lot of the market noise and uses volume in the formula Author: Conor Mcnamara
Check out the new article: Market Simulation (Part 01): Cross Orders (I) . Today we will begin the second stage, where we will look at the market replay/simulation system. First, we will show a possible solution for cross orders. I will show you the solution, but it is not final yet. It will be a
Check out the new article: Big Bang - Big Crunch (BBBC) algorithm . The article presents the Big Bang - Big Crunch method, which has two key phases: cyclic generation of random points and their compression to the optimal solution. This approach combines exploration and refinement, allowing us to
Check out the new article: Neural Networks in Trading: An Ensemble of Agents with Attention Mechanisms (MASAAT) . We introduce the Multi-Agent Self-Adaptive Portfolio Optimization Framework (MASAAT), which combines attention mechanisms and time series analysis. MASAAT generates a set of agents that
Check out the new article: Overcoming The Limitation of Machine Learning (Part 3): A Fresh Perspective on Irreducible Error . This article takes a fresh perspective on a hidden, geometric source of error that quietly shapes every prediction your models make. By rethinking how we measure and apply
Check out the new article: Building a Professional Trading System with Heikin Ashi (Part 1): Developing a custom indicator . This article is the first installment in a two-part series designed to impart practical skills and best practices for writing custom indicators in MQL5. Using Heikin Ashi as a
Check out the new article: Price Action Analysis Toolkit Development (Part 38): Tick Buffer VWAP and Short-Window Imbalance Engine . In Part 38, we build a production-grade MT5 monitoring panel that converts raw ticks into actionable signals. The EA buffers tick data to compute tick-level VWAP, a
WaveTrend : The WaveTrend Indicator (WT) is a powerful technical analysis tool designed to identify trend direction and potential reversal points. It plots two lines, WT1 and WT2 , in a separate window, calculated based on price momentum and smoothed averages. Author: Duy Van Nguy
New article Graphical Interfaces III: Groups of Simple and Multi-Functional Buttons (Chapter 2) has been published: The first chapter of the series was about simple and multi-functional buttons. The second article will be dedicated to groups of interconnected buttons that will allow the creation of
Check out the new article: Ready-made templates for including indicators to Expert Advisors (Part 2): Volume and Bill Williams indicators . In this article, we will look at standard indicators of the Volume and Bill Williams' indicators category. We will create ready-to-use templates for indicator
New article MQL5 Cookbook: Getting properties of an open hedge position has been published: MetaTrader 5 is a multi-asset platform. Moreover, it supports different position management systems. Such opportunities provide significantly expanded options for the implementation and formalization of
ALGLIB - Numerical Analysis Library : ALGLIB math function library (v. 3.5.0) ported to MQL5. ALGLIB is one of the largest and most complete mathematical libraries Do you need to make a fast Fourier transform or to solve a differential equation system? Do you perform a complex data analysis trying
Check out the new article: Ready-made templates for including indicators to Expert Advisors (Part 1): Oscillators . The article considers standard indicators from the oscillator category. We will create ready-to-use templates for their use in EAs - declaring and setting parameters, indicator
SniperJaw EA : SniperJaw EA is a one-trade-at-a-time robot that uses the Alligator indicator (Jaw, Teeth, Lips) to follow the trend. You can control the trade size with LotSize, choose to close trades on opposite signal with UseEntryToExit, or use TakeProfit and StopLoss in pips if set. Slippage is
Weekly Fibo Levels : Calculation is based on current week open and previous week range. Due to its nature it probably best fits for a long term traders. Author: Mladen Rakic
New article Learn how to design a trading system by Momentum has been published: In this article, I will try to share one of the most important concepts and indicators which is a Momentum indicator and I will share how to design a trading system by this Momentum indicator. In this part, we will