Francis Nyoike Thumbi / Profil
- Bilgiler
|
yok
deneyim
|
2
ürünler
|
6
demo sürümleri
|
|
0
işler
|
0
sinyaller
|
0
aboneler
|
I’m a developer and researcher working across algorithmic trading through MQL5 — building, experimenting, and turning curiosity into working ideas.
Still early.
Still building.
Still nowhere near done.
Some ideas are better built than explained.
Have something worth building? Let’s make it real.
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 coordinates multiple lines and updates their visual state. Readers can implement consistent, extensible rules for detecting proximity, validating bounces, and confirming breakouts.
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. This architecture improves control, maintainability, and future extensibility without changing the underlying zone engine.
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 follow a deterministic lifecycle that tracks first touch, validates bounces, or confirms breakouts, with full telemetry for analysis and reproducibility.
DynamicSR Utility— A State-Aware Zone Defense Matrix for Advanced Market Structure Analysis Hello Traders, Welcome to DynamicSR Utility , a state-aware support and resistance intelligence system engineered for traders who want to move beyond static retail levels and analyze zones through a more structured, data-driven approach. If you have followed my technical article series published on the official MQL5 platform , you have already seen the foundation behind this framework: zone scoring
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 interactions in OnChartEvent(). A persistent, append-only CSV logger records all lifecycle events, improving responsiveness, state consistency, and recoverable history for downstream analysis.
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 forward. Traders gain durable levels that update themselves and reduce repetitive chart management.
ECHELON Structure Is Law. Precision Is Habit. Greetings, traders. I am Echelon. I do not chase candles. I do not react to noise. I operate on reason. Every move I make is earned. I don’t treat the market as chaos. I read structure. But here’s the difference — I don’t force my areas of interest onto your chart. You can define yours. You draw it. You adjust it. You delete it. The moment you mark that area; I analyze it with internal structural logic and decisively classify it: Supply. Or demand

