Vladislav Boyko / Feed de Noticias
- Información
|
11+ años
experiencia
|
0
productos
|
0
versiones demo
|
|
73
trabajos
|
0
señales
|
0
suscriptores
|
Protege tus cuentas de inversión y tu capital personal con una precisión de grado militar. Esta herramienta supervisa continuamente tu capital variable en relación con tu saldo inicial diario. En el momento en que se supere el umbral de caída personalizado que hayas establecido, liquida al instante todas las posiciones abiertas, elimina las órdenes pendientes y se retira por completo del gráfico. Deja de operar por venganza y no vuelvas a suspender nunca más una evaluación de una empresa de
The article builds an MQL5 Expert Advisor that writes a self-refreshing HTML positions dashboard to MQL5/Files on every tick, so you can monitor open trades in any browser. It covers reading live position data, generating a complete page with inline CSS and a JavaScript reload timer, and writing the file atomically. The design escapes HTML in comments, shows an explicit empty state, and writes a clear offline page on EA shutdown.
| Calidad de la tarea técnica | 5.0 | |
| Calidad de la verificación de resultados | 5.0 | |
| Disponibilidad y habilidades de comunicación | 5.0 |
Stop-loss and take-profit placement is usually the least-measured decision in a trading system. This Expert Advisor reads your closed history, replays M1 price between each entry and exit to measure Maximum Adverse and Favorable Excursion per trade, and splits winners from losers. From the distributions and trade efficiency it derives data-driven stop and target levels - measured from your own account, not a rule of thumb. Analysis only; it does not trade.
Symbolic Aggregate approXimation (SAX) encodes price windows as short words to enable fast, sound similarity search on history. We implement SAX in pure MQL5, including Gaussian breakpoints, PAA, and the lower-bounding MINDIST, and validate it with a test harness. An indicator applies a no-lookahead, two-stage search, summarizes forward paths in ATR units, and draws a forecast fan, explicitly indicating when the sample shows no edge.
Manzano Institutional Structure Pro ¡Solicite por mensaje directo una prueba gratuita! Descripción Manzano Institutional Structure Pro reúne en un único indicador para MetaTrader 5 trece módulos de análisis institucional y Smart Money Concepts (SMC) — estructura de mercado, liquidez, Order Blocks, Fair Value Gaps, contexto multi-timeframe y más — que normalmente exigirían instalar y coordinar varios indicadores independientes. Todo el workspace se controla desde un panel interactivo integrado en
We enhance the manual backtesting EA with real-time lot adjustment, an order module for buy/sell stops and limits, and a Trade Manager to modify TP/SL and close positions individually. The article explains control setup with CButton/CBmpButton/CEdit, logic in OnTick, and workarounds for Strategy Tester input constraints. Readers can reuse these components to speed up testing workflows and implement robust trade management.
A statistically significant backtest is not proof of a robust edge. This article presents a three-part validation battery in Python that consumes an MQL5 trade-level CSV export. A sign-randomization permutation test evaluates whether the Sortino reflects real directional skill, bootstrap BCa intervals assess metric stability, and Monte Carlo trade-order shuffling tests sequence dependence of drawdowns. The results feed a five-condition framework for deployment decisions.
| Calidad de la tarea técnica | 5.0 | |
| Calidad de la verificación de resultados | 5.0 | |
| Disponibilidad y habilidades de comunicación | 5.0 |
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.
A refined MQL5 script exports trade history to a well‑formed JSON file in MQL5/Files/, reconstructing trades from deals by position ID and recovering stop loss and take profit via a two‑pass lookup that falls back closed to the originating order. It includes a dedicated JSON serializer and computes R‑multiple, pip profit, and duration. The result loads cleanly in Python, R, or Excel without custom parsing.
We implement ordinal pattern transition networks in MQL5: a Lehmer-code encoder, a directed network over ordinal price patterns, and three complexity metrics. Two indicators expose a trend-versus-range regime from time-irreversibility and an efficiency gauge from permutation entropy, with a transparent parameter sweep showing how to tune settings on FX data.

