Tarea técnica
UK:🧠 Project Summary — Horizontal Zone Breakout Robot with Trend Confirmation
The objective of this project is to develop an automated trading robot capable of identifying important horizontal price zones (support and resistance) and taking positions when they are broken, provided the overall trend confirms the move.
The robot will analyze a defined number of candles to detect zones where the price has reacted multiple times (successive bounces on the same level).
A zone becomes valid when it reaches a minimum number of impacts (contacts with either wicks or candle bodies). These zones will update automatically in real time.
When a breakout of a valid zone is detected — either above a resistance or below a support — the robot will check the main trend direction using two configurable moving averages (type and period).
Positions will only be opened if the breakout aligns with the overall trend (for example, a bullish breakout in an uptrend).
The robot will also include several risk and trade management features, including:
-
Multiple Stop Loss modes (fixed, above/below the zone, based on a moving average, or last high/low),
-
Take Profit defined as a ratio relative to the Stop Loss,
-
Configurable Break Even to secure profits,
-
Optional Trailing Stop,
-
Lot management either fixed or based on a percentage of account equity,
-
A limit on the maximum number of open orders simultaneously,
-
Equity protection to stop the robot if losses exceed a certain percentage of the account.
The robot must be versatile and operate on all instruments (Forex, indices, metals, cryptocurrencies, etc.) and all timeframes.
On the chart, it will display the detected zones, entry, SL, and TP levels, the two moving averages, as well as Break Even and Trailing Stop levels if enabled.
This project aims to create a reliable and visual trading tool, combining market structure analysis (price zones) with trend confirmation, to automate a controlled and filtered breakout strategy.
FR🧠 Résumé du projet — Robot de cassure de zones horizontales avec confirmation de tendance
Le projet consiste à développer un robot de trading automatique capable de détecter des zones horizontales de prix (supports et résistances) présentant plusieurs impacts, puis de prendre position lors de leur cassure, uniquement si la tendance de fond, confirmée par deux moyennes mobiles paramétrables, va dans le même sens.
Le robot analysera un nombre défini de bougies pour identifier les zones de rebond significatives, en tenant compte à la fois des mèches et des corps des bougies. Une cassure est validée lorsqu’une clôture dépasse la zone (avec ou sans marge de sécurité).
Lorsqu’un signal valide apparaît, le robot ouvre une position selon les règles définies :
-
Différents modes de Stop Loss (fixe, sur zone, moyenne mobile ou dernier extrême),
-
Take Profit basé sur un ratio du SL,
-
Break Even et Trailing Stop paramétrables,
-
Gestion du lot fixe ou en pourcentage du capital,
-
Limite du nombre d’ordres ouverts,
-
Et protection d’équité pour stopper le trading en cas de perte excessive.
Compatible avec tous les instruments (Forex, indices, métaux, cryptos) et tous les timeframes, le robot affichera sur le graphique les zones détectées, les niveaux d’entrée/SL/TP, les moyennes mobiles et les indicateurs de gestion active (BE, trailing).
L’objectif est de créer un outil de trading visuel, robuste et automatisé, combinant analyse de structure de marché et confirmation de tendance pour exécuter des cassures fiables et maîtrisées.