Hlomohang John Borotho
Hlomohang John Borotho
  • Information
2 Jahre
Erfahrung
2
Produkte
2
Demoversionen
0
Jobs
0
Signale
0
Abonnenten
Founder and CEO in GIT Capital
The founder and CEO of GIT(Gold Intraday Trader) i am GIT
From me to you will be GOLD(XAUUSD) market analysis
EA's that will only be on GOLD markets
Hlomohang John Borotho
Hat den Artikel Automating Swing Extremes and the Pullback Indicator: Anticipating Reversals with LTF Market Structure veröffentlicht
Automating Swing Extremes and the Pullback Indicator: Anticipating Reversals with LTF Market Structure

In this discussion we will Automate Swing Extremes and the Pullback Indicator, which transforms raw lower-timeframe (LTF) price action into a structured map of market intent, precisely identifying swing highs, swing lows, and corrective phases in real time. By programmatically tracking microstructure shifts, it anticipates potential reversals before they fully unfold—turning noise into actionable insight.

Hlomohang John Borotho
Hat den Artikel Automating Market Memory Zones Indicator: Where Price is Likely to Return veröffentlicht
Automating Market Memory Zones Indicator: Where Price is Likely to Return

This article turns Market Memory Zones from a chart-only concept into a complete MQL5 Expert Advisor. It automates Displacement, Structure Transition (CHoCH), and Liquidity Sweep zones using ATR- and candle-structure filters, applies lower-timeframe confirmation, and enforces risk-based position sizing with dynamic SL and structure-based TP. You will get the code architecture for detection, entries, trade management, and visualization, plus a brief backtest review.

Hlomohang John Borotho
Hat den Artikel Integrating MQL5 with Data Processing Packages (Part 7): Building Multi-Agent Environments for Cross-Symbol Collaboration veröffentlicht
Integrating MQL5 with Data Processing Packages (Part 7): Building Multi-Agent Environments for Cross-Symbol Collaboration

The article presents a complete Python–MQL5 integration for multi‑agent trading: MT5 data ingestion, indicator computation, per‑agent decisions, and a weighted consensus that outputs a single action. Signals are stored to JSON, served by Flask, and consumed by an MQL5 Expert Advisor for execution with position sizing and ATR‑derived SL/TP. Flask routes provide safe lifecycle control and status monitoring.

Hlomohang John Borotho
Hat den Artikel Graph Theory: Traversal Breadth-First Search (BFS) Applied in Trading veröffentlicht
Graph Theory: Traversal Breadth-First Search (BFS) Applied in Trading

Breadth First Search (BFS) uses level-order traversal to model market structure as a directed graph of price swings evolving through time. By analyzing historical bars or sessions layer by layer, BFS prioritizes recent price behavior while still respecting deeper market memory.

Hlomohang John Borotho
Hat den Artikel Formulating Dynamic Multi-Pair EA (Part 6): Adaptive Spread Sensitivity for High-Frequency Symbol Switching veröffentlicht
Formulating Dynamic Multi-Pair EA (Part 6): Adaptive Spread Sensitivity for High-Frequency Symbol Switching

In this part, we will focus on designing an intelligent execution layer that continuously monitors and evaluates real-time spread conditions across multiple symbols. The EA dynamically adapts its symbol selection by enabling or disabling trading based on spread efficiency rather than fixed rules. This approach allows high-frequency multi-pair systems to prioritize cost-effective symbols.

Hlomohang John Borotho
Hat den Artikel Developing Market Memory Zones Indicator: Where Price Is Likely To Return veröffentlicht
Developing Market Memory Zones Indicator: Where Price Is Likely To Return

In this discussion, we will develop an indicator to identify price zones created by strong market activity, such as impulsive moves, structure shifts, and liquidity events. These zones represent areas where the market has left “memory” due to unfilled orders or rapid price displacement. By marking these regions on the chart, the indicator highlights where price is statistically more likely to revisit and react in the future.

Hlomohang John Borotho Hat ein Produkt angeboten

Indikatorbeschreibung (basierend auf AVPT EA ): Dieser Indikator visualisiert eine auf dem Volumenprofil basierende Liquiditätsarchitektur auf dem Chart, indem er analysiert, wo sich das Handelsvolumen über die Kursniveaus hinweg über einen bestimmten Rückblickzeitraum konzentriert. Er berechnet die wichtigsten Volumenstrukturen wie: Point of Control (POC): das Preisniveau mit dem höchsten gehandelten Volumen. Value Area (VA): der Bereich, der einen konfigurierbaren Prozentsatz des

Hlomohang John Borotho
Hat den Artikel Adaptive Smart Money Architecture (ASMA): Merging SMC Logic With Market Sentiment for Dynamic Strategy Switching veröffentlicht
Adaptive Smart Money Architecture (ASMA): Merging SMC Logic With Market Sentiment for Dynamic Strategy Switching

This topic explores how to build an Adaptive Smart Money Architecture (ASMA)—an intelligent Expert Advisor that merges Smart Money Concepts (Order Blocks, Break of Structure, Fair Value Gaps) with real-time market sentiment to automatically choose the best trading strategy depending on current market conditions.

1
Hlomohang John Borotho
Hat den Artikel Fortified Profit Architecture: Multi-Layered Account Protection veröffentlicht
Fortified Profit Architecture: Multi-Layered Account Protection

In this discussion, we introduce a structured, multi-layered defense system designed to pursue aggressive profit targets while minimizing exposure to catastrophic loss. The focus is on blending offensive trading logic with protective safeguards at every level of the trading pipeline. The idea is to engineer an EA that behaves like a “risk-aware predator”—capable of capturing high-value opportunities, but always with layers of insulation that prevent blindness to sudden market stress.

1
Hlomohang John Borotho
Hat den Artikel Analytical Volume Profile Trading (AVPT): Liquidity Architecture, Market Memory, and Algorithmic Execution veröffentlicht
Analytical Volume Profile Trading (AVPT): Liquidity Architecture, Market Memory, and Algorithmic Execution

Analytical Volume Profile Trading (AVPT) explores how liquidity architecture and market memory shape price behavior, enabling more profound insight into institutional positioning and volume-driven structure. By mapping POC, HVNs, LVNs, and Value Areas, traders can identify acceptance, rejection, and imbalance zones with precision.

Hlomohang John Borotho
Hat den Artikel Automating Black-Scholes Greeks: Advanced Scalping and Microstructure Trading veröffentlicht
Automating Black-Scholes Greeks: Advanced Scalping and Microstructure Trading

Gamma and Delta were originally developed as risk-management tools for hedging options exposure, but over time they evolved into powerful instruments for advanced scalping, order-flow modeling, and microstructure trading. Today, they serve as real-time indicators of price sensitivity and liquidity behavior, enabling traders to anticipate short-term volatility with remarkable precision.

Hlomohang John Borotho
Hat den Artikel Integrating MQL5 with Data Processing Packages (Part 6): Merging Market Feedback with Model Adaptation veröffentlicht
Integrating MQL5 with Data Processing Packages (Part 6): Merging Market Feedback with Model Adaptation

In this part, we focus on how to merge real-time market feedback—such as live trade outcomes, volatility changes, and liquidity shifts—with adaptive model learning to maintain a responsive and self-improving trading system.

Hlomohang John Borotho
Hat den Artikel Formulating Dynamic Multi-Pair EA (Part 5): Scalping vs Swing Trading Approaches veröffentlicht
Formulating Dynamic Multi-Pair EA (Part 5): Scalping vs Swing Trading Approaches

This part explores how to design a Dynamic Multi-Pair Expert Advisor capable of adapting between Scalping and Swing Trading modes. It covers the structural and algorithmic differences in signal generation, trade execution, and risk management, allowing the EA to intelligently switch strategies based on market behavior and user input.

1
Hlomohang John Borotho
Hat den Artikel Black-Scholes Greeks: Gamma and Delta veröffentlicht
Black-Scholes Greeks: Gamma and Delta

Gamma and Delta measure how an option’s value reacts to changes in the underlying asset’s price. Delta represents the rate of change of the option’s price relative to the underlying, while Gamma measures how Delta itself changes as price moves. Together, they describe an option’s directional sensitivity and convexity—critical for dynamic hedging and volatility-based trading strategies.

Hlomohang John Borotho
Hat den Artikel Dynamic Swing Architecture: Marktstrukturerkennung von Umkehrpunkten (Swings) bis zur automatisierten Ausführung veröffentlicht
Dynamic Swing Architecture: Marktstrukturerkennung von Umkehrpunkten (Swings) bis zur automatisierten Ausführung

In diesem Artikel wird ein vollautomatisches MQL5-System vorgestellt, mit dem sich Marktschwankungen präzise erkennen und handeln lassen. Im Gegensatz zu herkömmlichen Umkehr-Indikatoren mit festen Balken passt sich dieses System dynamisch an die sich entwickelnde Preisstruktur an und erkennt hohe und tiefe Umkehrpunkte in Echtzeit, um Richtungsgelegenheiten zu nutzen, sobald sie sich bilden.

Hlomohang John Borotho
Hat den Artikel Wiederverwendung von ungültig gemachten Orderblöcken als Mitigation Blocks (SMC) veröffentlicht
Wiederverwendung von ungültig gemachten Orderblöcken als Mitigation Blocks (SMC)

In diesem Artikel untersuchen wir, wie zuvor für ungültig erklärte Orderblöcke als Mitigation Blocks innerhalb von Smart Money Concepts (SMC) wiederverwendet werden können. Diese Zonen zeigen, wo institutionelle Händler nach einer fehlgeschlagenen Auftragssperre wieder in den Markt einsteigen, und bieten Bereiche mit hoher Wahrscheinlichkeit für eine Fortsetzung des Handels im vorherrschenden Trend.

Hlomohang John Borotho
Hat den Artikel Den Marktstimmungsindikator automatisieren veröffentlicht
Den Marktstimmungsindikator automatisieren

In diesem Artikel entwickeln wir einen nutzerdefinierten Indikator für die Marktstimmung, um die Bedingungen in aufwärts, abwärts, mehr und weniger Risiko oder neutral zu klassifizieren. Der Expert Advisor liefert Echtzeit-Einblicke in die vorherrschende Stimmung und vereinfacht den Analyseprozess für aktuelle Markttrends oder -richtungen.

Hlomohang John Borotho
Hat den Artikel Entwicklung eines volatilitätsbasierten Ausbruchssystems veröffentlicht
Entwicklung eines volatilitätsbasierten Ausbruchssystems

Das auf der Volatilität basierende Breakout-System identifiziert Marktbereiche und handelt dann, wenn der Preis über oder unter diese Niveaus bricht, gefiltert durch Volatilitätsmaße wie ATR. Dieser Ansatz hilft, starke Richtungsbewegungen zu erfassen.

Hlomohang John Borotho
Hat den Artikel Entwicklung eines nutzerdefinierten Indikators für die Kontoperformance-Matrix veröffentlicht
Entwicklung eines nutzerdefinierten Indikators für die Kontoperformance-Matrix

Dieser Indikator fungiert als Disziplinierungsinstrument, indem er Kontokapital, Gewinn/Verlust und Drawdown in Echtzeit verfolgt und ein Performance-Dashboard anzeigt. Es kann den Händlern helfen, konsistent zu bleiben, übermäßiges Handeln zu vermeiden und die Regeln für die Anfechtung von Prop-Firmen einzuhalten.

Hlomohang John Borotho Hat ein Produkt angeboten

Was ist der Chart Sync Indicator? Dieses benutzerdefinierte MQL5-Tool ermöglicht die Synchronisierung von Charts mit mehreren Zeitrahmen und behebt damit einen häufigen Schmerzpunkt in der technischen Analyse: die Inkonsistenzen beim Wechsel zwischen Chartfenstern oder Zeitrahmen. Anstatt jeden Chart separat zu verwalten, verbindet dieser Indikator sie so, dass Aktionen wie Schwenken, Zoomen, Zeichnen von Objekten oder Ändern von Symbolen in allen synchronisierten Charts desselben Symbols

12