Codes

Interactive Supply and Demand Zone Trading Prototype for MetaTrader 5

This release introduces a lightweight automated trading prototype built on top of the Interactive Supply and Demand Zone Manager framework. The framework allows traders to draw and manage their own supply and demand zones, while each zone maintains its own lifecycle, interaction history, and

Articles

Developing Smart Chart Objects in MQL5 (Part 1): Building a Stateful Trendline Management Framework for MetaTrader 5

This article details a practical framework for converting MetaTrader 5 trendlines from static drawings into managed runtime entities. It covers object discovery, event-driven synchronization of user edits, and confirmation logic based on ATR multipliers and closed candles. A central manager

Interactive Supply and Demand Zone Manager in MQL5 (Part IV): Trading Supply and Demand Zones for MetaTrader 5

We extend the supply and demand framework with a strategy layer that converts zone interactions into decisions. Qualified zones pass sequential checks for interaction proximity, approach behavior, higher‑timeframe alignment, and price action before execution is handed to a dedicated trade manager

Interactive Supply and Demand Zone Manager in MQL5 (Part III): Zone Analysis, Stateful Interaction, and Pending Event Management for MetaTrader 5

We extend the stateful supply and demand framework for MetaTrader 5 with a quantitative admission model and a dedicated interaction engine. Candidate zones are scored by structural symmetry, volume participation, and ATR‑normalized displacement, then classified into objective tiers. Admitted zones

Interactive Supply and Demand Zone Manager in MQL5 (Part II): Event-Driven Architecture and Persistent Lifecycle Logging for MetaTrader 5

This article advances the stateful supply and demand zone framework for MetaTrader 5 by replacing polling with an event-driven model based on OnChartEvent(). We split synchronization into dedicated handlers for creation, modification, and deletion, and separate market logic in OnTick() from user

Interactive Supply and Demand Zone Manager in MQL5 (Part I): From Manual to Automated Lifecycle for MetaTrader 5

Replace static drawings with automated, stateful zones controlled by a CZone wrapper. The system synchronizes user rectangles, sizes zones by ATR, validates breakouts using consecutive closes, applies ghost/deactivation rules, merges nearby structures by a 1.5×ATR threshold, and projects edges

Forum

How thorough is the Mql5 articles review??

I wrote an article about a month ago, yet it hasn't been published neither is there feedback telling me it got rejected its stuck at 50% saying it has been sent to the moderators. I even opened a ticket with them, and they asked for the link to the article now almost two weeks has passed nothing

Why do most EAs take so many bad trades… even when the logic seems correct?

been testing different systems recently, and something keeps standing out. Most EAs aren’t necessarily bad at finding trade signals, they’re just not very good at avoiding bad conditions. You’ll see things like: indicators align open trade conditions met open trade But markets don’t really