Hammad Dilber
Hammad Dilber
5 (1)
  • Informations
Aucun
expérience
2
produits
40
versions de démo
4
offres d’emploi
0
signaux
0
les abonnés
Professional MQL5 developer specializing in automated trading solutions. I create custom Expert Advisors, trading bots, and technical indicators for MetaTrader 5 platforms.

Services:
• Custom Expert Advisors (EA) from scratch
• Trading bot development with risk management
• Technical indicators and custom tools
• Strategy automation and optimization
• MT5 script development
• Bug fixes and code modifications
Hammad Dilber
Article publié Isolation Forest: Unsupervised Anomaly Detection, and What It Actually Finds in Price Data
Isolation Forest: Unsupervised Anomaly Detection, and What It Actually Finds in Price Data

This article implements a self-contained Isolation Forest library for MetaTrader 5 with no labels, no distribution assumptions and no external dependencies. It details a reproducible 64‑bit generator, tree/forest construction, scoring and feature design, then verifies results against Python and market data with two null models. The package includes an indicator that plots the decision variable and a gate example. Readers get a validated library, clear limits of applicability and a practical way to calibrate thresholds.

Hammad Dilber
Article publié Motifs and Discords: Building a Matrix Profile from Scratch
Motifs and Discords: Building a Matrix Profile from Scratch

We build the Matrix Profile for MQL5 from the ground up and keep it numerically stable on real prices. The library includes rolling statistics, a radix-2 FFT powering MASS, and a STOMP self-join, with results matched to stumpy. A compact facade, an indicator that draws the profile and flags discords, and a demonstration Expert Advisor show how to read and use the signal in practice.

Hammad Dilber
Article publié Measuring Market Efficiency with Lempel-Ziv Complexity
Measuring Market Efficiency with Lempel-Ziv Complexity

This article presents a compact MQL5 library for market-complexity analysis: LZ76 complexity and Normalized Compression Distance built on a SAX symbolizer, exposed through a simple facade and an efficiency indicator. It explains the discretization choices, normalization, and distance formulation, and validates the code with unit checks and an independent cross-check. You get a ready-to-use library and indicator, plus a disciplined way to interpret readings with a shuffle null and a direction check.

Hammad Dilber
Article publié Learnable Curves, Not Weights: A Kolmogorov-Arnold Network from Scratch
Learnable Curves, Not Weights: A Kolmogorov-Arnold Network from Scratch

This article builds a Kolmogorov–Arnold Network (KAN) in MQL5, where every edge carries a learnable B‑spline curve rather than a scalar weight. We construct the spline basis, assemble edges and a layer, and fit all coefficients by ridge‑regularized least‑squares in a single solve. The model is delivered as an indicator that visualizes the learned curves and an Expert Advisor that acts on the prediction, providing an interpretable, reusable codebase.

Hammad Dilber
Hammad Dilber
Gold Reacher
A fully automatic grid trading robot for MetaTrader 5. Attach it to a chart, set your target, and it handles the rest.

Gold Reacher opens its own positions, manages them as a single basket, and closes that basket as a whole when your profit target in account currency is reached. Then it starts again on its own. There is nothing to press, nothing to confirm, and no chart watching required.

It is built for traders who want a hands off system with settings they actually understand, and who want to control their own exposure rather than trust a hidden formula.
Hammad Dilber Produits publiés

499.00 USD

Gold Reacher A fully automatic grid trading robot for MetaTrader 5. Attach it to a chart, set your target, and it handles the rest. Gold Reacher opens its own positions, manages them as a single basket, and closes that basket as a whole when your profit target in account currency is reached. Then it starts again on its own. There is nothing to press, nothing to confirm, and no chart watching required. It is built for traders who want a hands off system with settings they actually understand, and

Hammad Dilber
Article publié Machine Learning Without the Black Box: The Tsetlin Machine for Trading
Machine Learning Without the Black Box: The Tsetlin Machine for Trading

This article builds a white-box classifier in MQL5 using the Tsetlin Machine. It learns human-readable AND-rules instead of weights, trains with integer state updates, and requires no external dependencies. You will assemble the automaton, clause, and multi-class voter, verify on XOR and other boolean tasks, booleanize indicators, label by forward ATR-scaled return, save the model to CSV, and view active rules on a live chart.

Hammad Dilber
Article publié The Avellaneda-Stoikov Model: Inventory-Aware Quoting for Two-Sided Strategies
The Avellaneda-Stoikov Model: Inventory-Aware Quoting for Two-Sided Strategies

This article builds the Avellaneda–Stoikov formulas in MQL5, feeds them with rolling estimates of mid-price volatility and a proxy for order-flow intensity, and plots the reservation price with bid and ask in real time. A bar-by-bar simulation contrasts adaptive and fixed quoting under the same fill rules. The result is a tested class, an indicator, and a backtest to improve inventory control in two‑sided strategies.

Hammad Dilber
Article publié Path Signatures for Lead-Lag Detection
Path Signatures for Lead-Lag Detection

Build a level-2 path-signature engine in pure MQL5 to read the lead-lag ordering between two data streams without choosing a lag and without a linear model. The article delivers a reusable library, an indicator that plots the Levy‑area oscillator, and a simple rule‑based Expert Advisor. Code is cross‑checked against closed‑form cases, and the components are ready to plug into your projects.

Hammad Dilber
Article publié Hierarchical Risk Parity: A Robust Portfolio Allocator and Expert Advisor
Hierarchical Risk Parity: A Robust Portfolio Allocator and Expert Advisor

We implement a Hierarchical Risk Parity allocator in MQL5 as a single class, validate each stage against an independent Python reference, and package it in a rebalancing Expert Advisor. The pipeline covers returns, covariance/correlation, clustering, quasi-diagonalization, and recursive bisection, and contrasts HRP with Markowitz on stressed data. You finish with a verified allocator and an EA ready for basket-level testing.

Hammad Dilber
Article publié Mapping the Shape of Price: The Mapper Lens and Cover in MQL5
Mapping the Shape of Price: The Mapper Lens and Cover in MQL5

The article introduces the Mapper pipeline in MQL5 by implementing the two fundamental components: CTDAMapperFilter (lens) and CTDAMapperCover (overlapping intervals). It explains three lens options—eccentricity, density, and coordinate—plus cover parameters (resolution and gain), and demonstrates how a price point cloud is reduced to one value per point and interval memberships. Readers obtain ready inputs for subsequent clustering and graph construction.

Hammad Dilber
Article publié Persistence Entropy as a Market Regime Indicator in MQL5
Persistence Entropy as a Market Regime Indicator in MQL5

This article turns the verified TDA pipeline into a live MQL5 indicator. It reduces each price window to two persistence-entropy lines (H0 and H1), computes a normalized loop-strength metric with an adaptive percentile band, and places fade marks only when loop strength is high and price hits a window extreme. You can attach the indicator, read six buffers from an Expert Advisor, and tune key window, ranking, and performance parameters.

Hammad Dilber
Article publié Persistent Homology in MQL5: The Reduction Algorithm and the Persistence Diagram
Persistent Homology in MQL5: The Reduction Algorithm and the Persistence Diagram

We complete persistent homology for MQL5 by reducing the Vietoris–Rips boundary matrix to a persistence diagram. The article implements Z/2 column reduction (CTDAReduction), a diagram container with analytics (CTDADiagram), and a facade that runs the six-stage pipeline in one call (CTDA). Outputs are cross-checked against Ripser to numerical agreement, enabling reliable diagram-based metrics.

Hammad Dilber
Article publié From Cloud to Complex: The Vietoris-Rips Filtration in MQL5
From Cloud to Complex: The Vietoris-Rips Filtration in MQL5

We turn a price-embedded point cloud into a Vietoris–Rips filtration and its boundary matrix. The article enumerates vertices, edges, and triangles with filtration values, sorts them in entry order, and builds O(1) vertex/edge lookups. You get MQL5 classes CTDARips and CTDABoundary and a sparse Z/2 boundary suitable for the next-step persistence reduction.

Hammad Dilber
Article publié Shape of Price: An Introduction to TDA and Takens Embedding in MQL5
Shape of Price: An Introduction to TDA and Takens Embedding in MQL5

The article presents a practical foundation for shape analysis of price series in MQL5. It implements Takens time‑delay embedding to build a phase‑space point cloud and computes the full pairwise distance matrix under selectable norms. The CTDAPointCloud and CTDADistance classes are provided with a demo script that embeds chart data and outputs results, preparing inputs for downstream topological tools.

Hammad Dilber
Article publié Recurrence Network Analysis (RNA) in MQL5: From Recurrence Matrices to Complex Networks
Recurrence Network Analysis (RNA) in MQL5: From Recurrence Matrices to Complex Networks

The article extends the MQL5 recurrence library to Recurrence Network Analysis (RNA) by treating recurrence matrices as adjacency matrices of undirected graphs. It implements core network metrics—clustering, transitivity, average path length, betweenness, assortativity, and density—and applies them in rolling windows for single-series RNA and Joint RNA (JRNA). A modular metrics engine and two indicators visualize the evolving network structure on MetaTrader 5 charts for practical time-series analysis.

Hammad Dilber
Article publié Joint Recurrence Quantification Analysis (JRQA) in MQL5: Detecting Simultaneous Recurrence in Two Series
Joint Recurrence Quantification Analysis (JRQA) in MQL5: Detecting Simultaneous Recurrence in Two Series

We extend the RQA library for MetaTrader 5 with JRQA, which detects when two series simultaneously revisit their own past states. The article covers the joint recurrence matrix, twelve JRQA metrics (including TREND and COMPLEXITY), dual-epsilon configuration, and a rolling-window engine with OpenCL acceleration and automatic CPU fallback. A practical indicator plots JRR, JDET, JLAM, JENTR, and JTREND for any symbol pair with timestamp alignment and normalization.

Hammad Dilber
Article publié Cross Recurrence Quantification Analysis (CRQA) in MQL5: Building a Complete Analysis Library
Cross Recurrence Quantification Analysis (CRQA) in MQL5: Building a Complete Analysis Library

This article extends the MQL5 RQA library to Cross-Recurrence Quantification Analysis (CRQA) for comparing two time series. We implement dual‑series embedding, cross‑recurrence matrix construction, adapted metrics (CRR, CDET, CLAM, CENTR, and others), and rolling‑window analysis, with optional GPU acceleration via OpenCL. A ready-to-use indicator compares two symbols in real time, supporting timestamp alignment and normalization for practical inter-market analysis.

Hammad Dilber
Article publié Recurrence Quantification Analysis (RQA) in MQL5: Building a Complete Analysis Library
Recurrence Quantification Analysis (RQA) in MQL5: Building a Complete Analysis Library

This article builds a complete Recurrence Quantification Analysis (RQA) toolkit for MetaTrader 5 in pure MQL5. We cover phase-space reconstruction, time-delay embedding, distance and recurrence matrix construction, RQA metric extraction, automatic epsilon selection, and rolling-window computation through a modular library design. The article concludes by applying the library in a practical indicator that plots RR, DET, LAM, ENTR, and TREND directly on the chart, providing a solid foundation for nonlinear time-series analysis in MQL5.

3
Tola Moses Hector
Tola Moses Hector 2026.05.01
Congratulations on first article friend
Hammad Dilber
Code publié Super Trend
L'indicateur Supertrend trace une ligne de tendance dynamique basée sur l'ATR sur le graphique MetaTrader 5 ; celle-ci alterne entre une ligne verte indiquant une tendance haussière et une ligne rouge indiquant une tendance baissière, avec des signaux optionnels sous forme de flèches d'achat/vente à chaque renversement de tendance.
12