Niquel Mendoza / Profile
- Information
no
experience
|
7
products
|
19
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|

En este artículo se estudia el uso del breakeven aplicado a estrategias automáticas en MQL5. Se parte de una explicación sencilla sobre qué es, cómo se implementa y cuáles son sus posibles variantes. Luego, se integra la funcionalidad dentro de un bot de Order Blocks, creado en el último artículo sobre gestión de riesgo. Para evaluar su comportamiento, se ejecutaron dos backtest bajo condiciones específicas: uno sin breakeven y otro con esta función activa.
Order Block EA is an expert advisor designed to trade based on the concept of order blocks, applying principles from the ICT approach. The system identifies key market zones to generate structured buy or sell signals. To enhance signal quality, it uses an Exponential Moving Average (EMA) as a directional filter. Key Features: ✔ Configurable risk management: The system includes a complete risk control module that allows you to set: Daily loss limits Weekly loss limits Per-trade loss limits Total



APRENDIENDO A USAR EL INDICADOR ICT-SMC CONCEPTS: TIPOS DE LÍNEAS EN MT5


APRENDIENDO A USAR EL INDICADOR ICT-SMC CONCEPTS – PARTE 6: EQUALS - CISD - OTE






APRENDIENDO A USAR EL INDICADOR ICT-SMC CONCEPTS: CONFIGURACIONES GENERALES

En este artículo implemento la gestión de riesgo desarrollada en publicaciones anteriores e incorporo el indicador de order blocks presentado en otros artículos. Además, realizaré un backtest para comparar los resultados con la aplicación de la gestión de riesgo y evaluaré el impacto del riesgo dinámico.

Este artículo constituye la cuarta entrega de nuestra serie sobre gestión de riesgo en MQL5, donde continuamos explorando técnicas avanzadas para proteger y optimizar nuestras estrategias de trading. Luego de haber sentado bases importantes en artículos anteriores, ahora nos centraremos en finalizar todos aquellos métodos pendientes que dejamos en la tercera parte, incluyendo funciones para verificar si se han alcanzado ciertos límites de pérdidas o ganancias. Además, presentaremos nuevos eventos clave que permiten una gestión más precisa y ágil.
The Multi Strategy Ranges Indicator MT5 is a powerful tool designed to detect and visualize price consolidation zones in the market. This indicator identifies ranges and draws them on the chart, providing clear signals for efficient trading. Key Features Our indicator incorporates three essential strategies for trading within consolidation ranges: 🔹 Range Breakout Strategy: A classic range breakout strategy. When the price breaks the upper or lower boundary of the range, a buy or sell signal

En este artículo daremos inicio a la creación de la clase principal de gestión de riesgo, la cual será fundamental para administrar el riesgo en el sistema. Nos enfocaremos en construir las bases, definiendo estructuras, variables y funciones esenciales. Además, implementaremos los métodos necesarios para asignar valores a las pérdidas y ganancias máximas, estableciendo así los cimientos de esta gestión.


This library allows you to automatically filter events by symbol. Additionally, it requires the use of "flags" to classify events based on their importance (high, low, etc.). Properties: Our library is simple and only requires the export of four functions to work properly. Requirements: The library uses OnTimer , so it is not compatible with programs that also use this event. If your bot utilizes OnTimer , this may interfere with the library’s functionality and prevent event filtering. We