• Información general
  • Comentarios
  • Discusión (2)

WebDataExtractor MT5

This is a non-trading expert which transforms unstructured web-pages into structured data tables. It downloads and parses an HTML file, then creates DOM (Document Object Model) for it, and finally applies specified CSS (Cascading Style Sheets) selectors for required fields and extracts data for them. You may consider it as a powerful and highly customizable HTML to CSV (Comma-Separated Values) converter.

The EA can process web-pages from remote sites (using MetaTrader's WebRequest) or local files. To use WebRequest properly make sure you added corresponding domains in the Expert Advisors options dialog.

Demo version of the expert or its full version running in the tester cannot use WebRequests, because of MetaTrader limitation. Only local files are accessible from the tester.

The expert is useful for reading economic news, trading reports, and other information available in Internet but hardly "understandable" by programs due to loose formatting and rich user-friendly decorations in web-pages.
The demo version of the expert randomly chooses some data fields in extracted data and replaces them with the string "demo". This is done intentionally to prevent a possible use of the demo version for smooth extraction of complete data sets in production.

Parameters

  • URL - web-page address (starts with http:// or https://) or local file name to load (must be in HTML format);
  • SaveName - output file name (will be in CSV format);
  • TimerSeconds - period in seconds to reload the URL and process it again; if 0 - the expert does the job only once and then exits;
  • TriggerVariable - optional global variable to check with the timer; if it's specified, the expert checks if the variable exists: if yes - EA starts processing and then removes the variable, if not - EA skips this timer invocation and keeps waiting for next time to check again;
  • RowSelector - CSS selector for table row;
  • ColumnSettingsFile - file in CSV format with selectors for columns (see comments for details);
  • SubstitutionSettingsFile - optional file in CSV format for data substitution rules (see comments for details);
  • TestQuery - test a CSS selector for a row;
  • TestSubQuery - test a CSS selector for a field in the row;
  • LogXXX - enable/disable XXX logging option; 


Main Principles

In order to start data extraction using this expert you need to investigate source code (HTML) of the target web-page. This can be done in any modern browser by means of its built-in tools for web-developers. For example, in Chrome you may open "Developer tools" window by clicking "Settings" button (in the upper right corner of the main window), then choosing "Tools" -> "Developer Tools" in the dropdown menu (the menu items may vary between different browser versions). Please find more details in the official DevTools overview. What is important for us here is the section Inspecting the DOM.

User should locate all data fields of the interest in the web-page and lookup corresponding DOM elements in HTML source. Based on specific attributes of the DOM elements, one should elaborate suitable CSS selectors which will unambiguously pin down a value for every specific data field. The developer window provides a console box, where you can try CSS selectors on the fly. Please, make sure you're trying only those selectors supported by the expert.

Alternatively you can enable DOM logging in the expert (LogDomElements) and then study output in the experts log of MetaTrader. This method lacks interactivity (you can not try selectors right away), but it does not require to deal with external tools. You can test selectors using corresponding input parameters (TestQuery and TestSubQuery). It's advisable to run such experiments on a local file (URL should point to a file instead of Internet address). You can download a web-page from a site into a file using the following parameters: URL - Internet address of the page, SaveName - name of the local file to write (existing file, if any, will be overwritten), RowSelector should be empty.

Supported CSS selectors

Please find the list of supported selectors in the comments.

Examples

Examples are provided in the comments for this product. For every example, HTML fragment can be found with comments added for explanations, and formatting changed for readability.


Productos recomendados
Stop Out Line MT5
Sergey Batudayev
4.5 (2)
Lógica de trabajo La utilidad Stop Out es un indicador simple pero muy conveniente que muestra cuántos puntos quedan para el nivel Stop Out. Su beneficio radica en el hecho de que muchos operadores sobreestiman deliberadamente el riesgo de operar en busca de ganancias, usan el margen disponible al máximo y, para este caso, es muy importante saber dónde el corredor puede cerrar sus posiciones por la fuerza. Simplemente coloque el indicador en el gráfico y, dependiendo de la posición abiert
FREE
Show Pips for MT5
Roman Podpora
4.61 (18)
This information indicator will be useful for those who always want to be aware of the current situation on the account. - More useful indicators The indicator displays data such as profit in points, percentage and currency, as well as the spread for the current pair and the time until the bar closes on the current timeframe. There are several options for placing the information line on the chart: - To the right of the price (runs behind the price); - As a comment (in the upper left corner
FREE
This indicator is especially for the binary trading. Time frame is 1 minutes and exp time 5 or 3 minutes only. You must be use martingale 3 step. So you must put lots size is 10 % at most. You should use Mt2 trading platform to connect with my indicator to get more signal without human working. This indicator wining rate is over 80% but you may get 100% of profit by using martingale 3 step. You should use MT2 Trading Platform to connect meta trader platform and binary platform . You can get mt2
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Double Correlation indicator (free) plots two windowed correlations in a separate window.  the size of window is taken as input before the two symbols to correlate to. Two symbols are taken as an input parameters as well as period length. and the two correlations are computed with the currently shown symbol ex: input GBPJPY and AUDNZD.  current symbol EURUSD then the following will be computed corr(EURUSD,GBPJPY) and corr(EURUSD,AUDNZD) The indicator can be useful to run a multi-symbol pair trad
FREE
Exact Time — detailed time on the seconds chart. The utility shows the opening time of the selected candle. This is necessary when working with seconds charts. For example, it can be used on a seconds chart built using the " Seconds Chart " utility, which helps to build seconds chart in the MT5 terminal. Use the CTRL key to turn on/off the time display on the chart.
FREE
Quantum Dow Jones Quantum Dow Jones Configuraciones Símbolo: US30 Marco de tiempo: 5M Lotes: Lotes Ganancia Promedio por Operación Drawdown Máximo (MAX DD) Beneficio Neto en 2 Años 0.01 $0.20 $2.76 $240 0.10 $2.00 $27.6 $2,400 1.00 $20.0 $276 $24,000 10.0 $200 $2,760 $240,000 Resumen El Quantum Dow Jones es una herramienta de trading automatizado sofisticada, diseñada específicamente para operar en el Dow Jones. Con una frecuencia media de 45-50 operaciones por semana, este bot combina algoritmo
FREE
Closer of all Trades
Andre Philipp Hollenbach
Closes all Trades with click on a button. This button will appear on the right bottom side of the chart.  When you remove the utility, the button will also dissappear. It closes all trades, no matter if Sell, Buy, the Symbol, if in profit or loss. One Click - and you solve it all. Especially made for demo and testing purposes. Use it with caution on live trading accounts!
FREE
MarketPro toolkit
Johannes Hermanus Cilliers
Start earning profits by copying All trades are sent by our successful Forex trader & are extremely profitable. You can earn profits by copying trades daily Trial Period included You'll also get access to extremely powerful trading education which is designed in a simple way for you to become a profitable trader, even if you have no trading experience. https://ec137gsj1wp5tp7dbjkdkxfr4x.hop.clickbank.net/?cbpage=vip
FREE
BoxFibo MT5
Sergei Kiriakov
It is just an alternative fibo lines. mt4 have is a very strange drawing of fibo lines, this utilites was written for mt4, but for mt5 it may not be particularly useful. A simple Box (Rectangle) graphic element with adjustable levels binding: it is possible to specify up to 17 custom levels, all rectangles on the chart with the given prefix in their name are processed. Levels are specified in % of the height of the rectangle. A convenient graphical element for analyzing charts by growth-correct
FREE
MACD Colored ZeroLag
Farzin Sadeghi Bonjar
4.14 (7)
It is the MQL5 version of zero lag MACD that was available for MT4 here: https://www.mql5.com/en/code/9993 Also there was a colored version of it here but it had some problems: https://www.mql5.com/en/code/8703 I fixed the MT4 version which has 95 lines of code. It took me 5 days to write the MT5 version.(reading the logs and testing multiple times and finding out the difference of MT5 and MT4!) My first MQL5 version of this indicator had 400 lines of code but I optimized my own code again and n
FREE
This Tradepanel is an Utility for Traders Who want ot use Basic MoneyManagement for Calculation of Lotsize  I have created the basic edition only to give an Overview with Limited Functionality Full Features are available with  Auto TradePanel  Pro. (This is Only Because it can not be Tested in Strategy Tester ).  Complete Description is available at  "Auto TradePanel Pro".  in This Version Basic Functionality ( Calculation of Lotsize ) open /close Positions is working in the same way as in Pro
FREE
Exp Assistant 5
Vladislav Andruschenko
4.72 (123)
Configuración automática, stop loss, takeprofit, trailing stop, niveles de equilibrio, habilitando stop loss   virtual   y takeprofit. Exp Assistant   te ayudará a organizar el mantenimiento de tus posiciones. Este programa, el Asesor Experto, está diseñado para establecer automáticamente el   valor Real o Virtual       Niveles   de Stop Loss y Take Profit   para sus posiciones mientras opera. Puede gestionar fácilmente todas las operaciones del Asesor Experto desde el panel de control del gráf
FREE
Lib5 EAPadPRO for MT5
Vladislav Andruschenko
4.57 (7)
Library para agregar el panel de información a su asesor experto para MetaTrader 5. No podemos garantizar que la información y la interfaz del programa le brinden ganancias en las ofertas, pero definitivamente diremos que incluso la interfaz más simple del programa puede fortalecer la primera impresión. La descripción detallada y las instrucciones para agregar nuestro panel a su   Asesor Experto se   encuentran en nuestro blog:   LIB - EAPADPRO Instrucciones paso a paso Descripción detallada de
FREE
This is a decorative utility that replaces the standard marks of completed deals with "Kingdom Come: Deliverance" game style markers. In addition to the graphic display of the price and time of the transaction, the notes also contain a textual representation of the transaction volume. Running utility Drag the utility from the Navigator window to the desired graph. The utility does not use input parameters and does not require configuration. All trademarks available on the chart will be replace
FREE
Introducing Grid Master MT5, your ultimate trading utility designed to revolutionize the management of single or multiple orders with unparalleled ease and effectiveness. Evaluation version of Grid Master MT5 Some limitations are applied: - Maximum of 3 open positions and 1 pending order per side (Buy/Sell) - Trailing Stop feature disabled Features: Clean and user friendly UI: With the benefits of fellow traders in mind, the graphical interface is beautifully designed to allow maximum clarity
FREE
Esta pequeña herramienta le permite definir un contador de tiempo en minutos. para el cierre de sus posiciones de acuerdo con la cantidad de minutos que ha establecido. Por ejemplo, si lo configura en 30 Min, la herramienta cerrará cada posición abierta después de 30 minutos desde su apertura. La configuración ACTIVO: es para activar la herramienta y usarla para cerrar sus posiciones después de la cantidad de minutos definida. GESTIÓN: puede elegir con los símbolos gesti
FREE
This indicator is a zero-lag indicator and displays  strength of trend change . True Trend  Oscillator Pro works best in combination with True Trend Moving Average Pro that displays exact trend as is. Oscillator value is exact price change in given direction of the trend. True Trend Moving Average Pro: https://www.mql5.com/en/market/product/103586 If you set PERIOD input parameter to 1 this indicator becomes a sharpshooter for binary options. Developers can use True Trend Oscillator in E
FREE
LT Clock MT5
Thiago Duarte
5 (10)
Simple indicator that draws the market hours on chart (broker, local and GMT). Functions: Horizontal distance - from border. Vertical distance - from border. Color - text color. Font - text font. Size - text size. Corner - which chart corner will be drawn. Show seconds - show or hide seconds. Draw as background - candles front or back. Label local - text before local time. Label broker - text before broker time. Label GMT - text before GMT time. Separator - separator between label and time Objec
FREE
SuperGridder
Jere Katainen
4.71 (7)
This utility allows creating any amount of grid orders just by  clicking with the mouse.  Instructions: Trading mode Deleting mode Press ctrl and click with mouse to start drawing a grid While drawing, press shift to cancel Release buttons to send orders Press shift and click with mouse to draw a removal line Release buttons to   confirm removal: EA deletes every pending order that the line touches Inputs: - 3 options to calculate the grid sizing: Fixed points distance between gr
FREE
TRADECOPY MASTER MT5 Over the years I developed  TradeCopy MT4/MT5  for that purposes: I'm running several experts on one and/or different terminals and accounts. The trades opened by those experts, usually will not move straight away into profit zone. Very often they use to pullback more or less before ending up in profit (or in loss finally...).   Improvement of profits (and limit losses) by additional controlling of trades that your experts on the TradeCopy Master part have been opened can be
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.42 (31)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
Martingale panel MT5
Mohammadbagher Ramezan Akbari
In this article, we would like to introduce the trade panel product with the Martingale panel. This panel is made in such a way that it can meet the needs of traders to a great extent. This trade panel actually consists of two trade panels at the same time, with the first one you can take positions with certain profit and loss limits, and with the second one, you can have positions with profit limits but without loss limits. When positions lose, a new position will be added based on the setti
1. Copie órdenes, desde 12 cuentas maestras hasta 100 cuentas esclavas. El número de cuentas esclavas se puede personalizar, de 12 a 100. 2. Admite MT4 a MT4, MT4 a MT5, MT5 a MT4, MT5 a MT5. 3. Identificar los sufijos de las variedades comerciales en diferentes plataformas, como EURUSD, EURUSDm, EURUSDk. 4. Coincidencia de moneda personalizada, como XAUUSD=GOLD. 5. Puede copiar todas las transacciones, o solo copiar las instrucciones COMPRAR, VENDER, CERRAR 6. Puede elegir si desea copiar el s
DYJ MOBILE GAMING TRADING WINNER puede usar sus diversos terminales (TELÉFONO MÓVIL, WEB, TRADINGVIEW, MT5) para realizar transacciones manuales y luego procesarlas automáticamente por EA. El comercio móvil puede usar los diversos modos de cuadrícula de EA, el modo de cuero cabelludo, el modo de arbitraje de cobertura y el modo de orden independiente para abrir posiciones manualmente. EA puede establecer automáticamente el stop loss para la apertura móvil. Y use su teléfono móvil para abrir
Close by percentage MT5
Konstantin Kulikov
4.86 (7)
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets"   https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open   one   additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following fu
FREE
CloseAllPosition
Konstantin Chernov
4.67 (3)
A script for closing positions If you need to quickly close several positions, this script will make all the routine for you! The script does not have any input parameters. Allow AutoTrading before running the script. Usage: Run the script on a chart. If you need to specify the maximal deviation and the number of attempts to close positions, use the script with input parameters https://www.mql5.com/en/market/product/625 You can download MetaTrader 4 version here: https://www.mql5.com/en/market
FREE
The utility TradeKeeper Lite can show your profits for different periods and bip a sound when you reach a profit target value. Click the tachometer to quickly switch to the next profit period. There are 5 of them: This Day, This Week, This Month, Last 90 Days and All I Made. With the utility TradeKeeper Pro , available at this link , you can also open trades with a magic number and volume of your choice, trail any orders with a simple trail or iSAR-based trail, as well as close any open trades a
FREE
What is this indicator? This indicator is the MACD (Moving Average Convergence/Divergence) supporting Virtual Trading mode of  Knots Compositor . When the mode is turned on, the indicator will be recalculated based on the displayed candlesticks. When the mode is turned off, the indicator will be recalculated based on the original chart candlesticks. Types of the applied price - Close - Open - High - Low - Median Price (HL/2) - Typical Price (HLC/3) - Weighted Price (HLCC/4) KC-Indicators
FREE
Exp THE X FULL
Vladislav Andruschenko
4.79 (28)
Este es un Asesor Experto automático universal para MetaTrader 5 que trabaja con indicadores estándar. UniversalEA El Constructor EA cuenta con un gran conjunto de funciones. Puede seleccionar una de las 20 señales para abrir una posición y 5 de los 20 filtros para ordenar las señales de los indicadores estándar incluidos en el paquete MetaTrader. Además, puede ajustar los parámetros del indicador, seleccionar un período de tiempo y especificar una barra de señal para cada señal. Atención! Un
Los compradores de este producto también adquieren
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (171)
Ayuda a calcular el riesgo por operación, la fácil instalación de una nueva orden, gestión de órdenes con funciones de cierre parcial, trailing stop de 7 tipos y otras funciones útiles. Atención, la aplicación no funciona en el probador de estrategias. Puede descargar la versión Demo en la página de descripción  Manual, Description, Download demo Función de línea -   Muestra en el gráfico la línea de apertura, Stop Loss, Take Profit. Con esta función es fácil establecer una nueva orden y ver
¿Crees que en mercados donde el precio puede cambiar en una fracción de segundo, realizar pedidos debería ser lo más sencillo posible? En Metatrader, cada vez que desee abrir una orden, debe abrir una ventana donde ingrese el precio de apertura, stop loss y take profit, así como el tamaño de la operación. Al operar en los mercados financieros, la gestión del capital es fundamental para mantener su depósito inicial y multiplicarlo. Entonces, cuando quiera realizar un pedido, probablemente se preg
TradePanel MT5
Alfiya Fazylova
4.86 (113)
Trade Panel es un asistente comercial multifuncional. La aplicación contiene más de 50 funciones diseñadas para el comercio manual. Le permite automatizar la mayoría de las acciones comerciales. Características principales de la aplicación: Funciona con cualquier instrumento comercial (Forex, CFD, futuros y otros). Funciona con todos los instrumentos comerciales desde una ventana de terminal. Le permite crear hasta cuatro listas de trabajo de instrumentos comerciales. Le permite seleccionar un i
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (63)
Experimente una copia de operaciones excepcionalmente rápida con Local Trade Copier EA MT5 . Con su fácil configuración de 1 minuto, este copiador de operaciones le permite copiar operaciones entre múltiples terminales de MetaTrader en la misma computadora con Windows o en Windows VPS con velocidades de copiado ultra rápidas de menos de 0.5 segundos. Ya seas un trader principiante o profesional, el   Local Trade Copier EA MT5   ofrece una amplia gama de opciones para personalizarlo según tus ne
Trade Manager DaneTrades
DaneTrades Ltd
4.73 (22)
Trade Manager para ayudarle a entrar y salir rápidamente de operaciones mientras calcula automáticamente su riesgo. Incluye funciones que le ayudarán a evitar el exceso de operaciones, las operaciones de venganza y las operaciones emocionales. Las operaciones se pueden gestionar automáticamente y las métricas de rendimiento de la cuenta se pueden visualizar en un gráfico. Estas características hacen que este panel sea ideal para todos los operadores manuales y ayuda a mejorar la plataforma Meta
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
MT5 to Telegram Signal Provider es una utilidad fácil de usar y completamente personalizable que permite enviar señales especificadas al chat, canal o grupo de Telegram, convirtiendo tu cuenta en un proveedor de señales . A diferencia de la mayoría de los productos competidores, no utiliza importaciones DLL. [ Demo ] [ Manual ] [ Versión MT4 ] [ Versión Discord ] [ Canal de Telegram ] Configuración Está disponible una guía del usuario paso a paso. No se requiere conocimiento de la API de Tele
Bots Builder Pro MT5
Andrey Barinov
4.75 (4)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
Trade copier MT5
Alfiya Fazylova
4.35 (26)
Trade Copier es una utilidad profesional diseñada para copiar y sincronizar operaciones entre cuentas comerciales. La copia ocurre desde la cuenta / terminal del proveedor a la cuenta / terminal del destinatario, instalada en la misma computadora o vps. Antes de comprar, puede probar la versión de demostración en una cuenta de demostración. Versión de demostración aquí . Instrucciones completas aquí . Principales funcionalidades y beneficios: Admite la copia de MT5> MT5, MT4> MT5, MT5> MT4, incl
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow develop strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA   in this market place. You can use as trade
Trade Dashboard MT5
Fatemeh Ameri
5 (25)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download   demo version   right now. You can find   deta
OrderManager MT5
Lukas Roth
4.88 (16)
Presentamos el   OrderManager : Una herramienta revolucionaria para MT5 Gestiona tus operaciones como un profesional con la nueva utilidad Order Manager para MetaTrader 5. Diseñado con la simplicidad y la facilidad de uso en mente, Order Manager te permite definir y visualizar fácilmente el riesgo asociado con cada operación, permitiéndote tomar decisiones informadas y optimizar tu estrategia de trading. Para más información sobre OrderManager, por favor consulta el manual. [ Manual ] [ Versión
Copie señales de cualquier canal del que sea miembro ( sin necesidad de un Token de Bot o Permisos de Administrador ) directamente en su MT5. Ha sido diseñado pensando en el usuario y ofreciendo muchas características que necesita Este producto se presenta en una interfaz gráfica fácil de usar y visualmente atractiva. ¡Personalice su configuración y comience a usar el producto en minutos! Guía del usuario + Demo  | Versión MT4 | Versión Telegram Si desea probar una demostración, consulte la G
Adam FTMO MT5
Vyacheslav Izvarin
5 (1)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------
UTM Manager es una herramienta intuitiva y fácil de usar que ofrece una ejecución comercial rápida y eficiente. Una de las características más destacadas es el modo "Ignorar spread", que le permite operar al precio de las velas, ignorando los spreads por completo (por ejemplo, permite operar con pares de spread más altos en LTF, evita que el spread lo saque de las operaciones). Otro aspecto clave del UTM Manager es su copiadora comercial local única, que permite la flexibilidad para ejecutar dif
Copie las señales de cualquier canal del que sea miembro (incluidos los privados y restringidos) directamente a su MT5.  Esta herramienta ha sido diseñada pensando en el usuario al ofrecer muchas características que necesita para gestionar y monitorear las operaciones. Este producto se presenta en una interfaz gráfica fácil de usar y visualmente atractiva. ¡Personalice su configuración y comience a usar el producto en minutos! Guía del usuario + Demo  | Versión MT4 | Versión Discord Si desea
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
Grid Manual es un panel de negociación para trabajar con una cuadrícula de órdenes. La utilidad es universal, tiene configuraciones flexibles y una interfaz intuitiva. Funciona con una cuadrícula de pedidos no solo en la dirección de promediar pérdidas, sino también en la dirección de aumentar las ganancias. El usuario no necesita crear y mantener una cuadrícula de pedidos, la utilidad lo hará. Basta con abrir un pedido y el "Grid manual" creará automáticamente una grilla de pedidos para el mism
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
Herramienta multifuncional con más de 65 funciones, incluidas: Calculadora de lotaje, Acción del precio, Calculo RR, Gestor de posiciones, Zonas de Oferta y Demanda Versión demo   |   Manual de usuario   |   MT4 La utilidad no funciona en el probador de estrategias: puede descargar la   Versión Demo AQUÍ   para probar el producto. Pongase en contacto   conmigo para cualquier pregunta / ideas para mejorar / en caso de encontrar un problema Simplifica, acelera y automatiza su operativa de tradi
Hedge Ninja
Robert Mathias Bernt Larsson
Asegúrate de unirte a nuestra comunidad Discord en www.Robertsfx.com , también puedes comprar el EA en robertsfx.com GANE SIN IMPORTAR EN QUÉ DIRECCIÓN SE MUEVA EL PRECIO Este robot gana sin importar en qué dirección se mueva el precio al seguir la dirección cambiante dependiendo de en qué dirección se mueva el precio. Esta es la forma más libre de operar hasta la fecha. Por lo tanto, gana sin importar en qué dirección se mueva (cuando el precio se mueve a cualquiera de las líneas rojas como s
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (64)
Panel de comercio para operar en 1 clic. ¡Trabajando con posiciones y pedidos! Operar desde el gráfico o desde el teclado. Con nuestro panel de operaciones, puede ejecutar operaciones con un solo clic directamente desde el gráfico y realizar operaciones comerciales 30 veces más rápido que con el control estándar de MetaTrader. Los cálculos automáticos de parámetros y funciones hacen que las operaciones sean más rápidas y cómodas para los operadores. Consejos gráficos, etiquetas informativas e in
Take a Break MT5
Eric Emmrich
4.71 (14)
The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (17)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator mt5 Video tutorials, manuals, DEMO download   here .   Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extend
Profit or Loss Pad
Vladislav Andruschenko
4.5 (10)
Cerrar posiciones en MetaTrader 5 al alcanzar la ganancia / pérdida total con la función de seguimiento de ganancias.   CloseIfProfitorLoss con seguimiento Puede habilitar las   paradas virtuales (orden separada)   , cálculo y cierre para   posiciones de COMPRA y VENTA por separado (COMPRA VENTA separada)   , cerrar y calcular   todos los símbolos o solo el símbolo actual (Todos los símbolos)   , habilitar trailing con fines de lucro (   Trailing   Profit) Las posiciones se cierran en función d
YuClusters
Yury Kulikov
4.93 (43)
Atención: la versión de demo para revisión y prueba está aquí . YuClusters es un sistema de análisis de mercado profesional. El comerciante tiene oportunidades únicas para analizar el flujo de órdenes, volúmenes comerciales, movimientos de precios utilizando varios gráficos, perfiles, indicadores y objetos gráficos. YuClusters opera con datos basados ​​en Time & Sales o información de ticks, dependiendo de lo que esté disponible en las cotizaciones de un instrumento financiero. YuClusters le pe
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.57 (7)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overri
Tome el control de su cartera de divisas. ¡Vea instantáneamente dónde se encuentra, qué funciona y qué le causa dolor! VERSIÓN MT4 DISPONIBLE AQUÍ: https://www.mql5.com/en/market/product/58375 El Trade Manager Dashboard está diseñado para mostrarle de un vistazo dónde se encuentra actualmente cada posición que tiene en el mercado de divisas, y hacer que la gestión de riesgos y la exposición a las divisas sean más fáciles de entender. Para los comerciantes que escalan gradualmente en el mercad
El MT5 to Discord Signal Provider es una herramienta fácil de usar y completamente personalizable diseñada para enviar señales de trading directamente a Discord. Esta herramienta transforma tu cuenta de trading en un proveedor de señales eficiente. ¡Personaliza los formatos de los mensajes para adaptarlos a tu estilo! Para facilitar su uso, selecciona entre plantillas pre-diseñadas y elige qué elementos del mensaje incluir o excluir. [ Demo ] [ Manual ] [ Versión MT4 ] [ Versión Telegram ] Con
Otros productos de este autor
WalkForwardOptimizer MT5
Stanislav Korotky
3.86 (7)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 5. To use the library include its header file WalkForwardOptimizer.mqh into your EA source code, add call provided functions as appropriate. Once the library is embedded into EA, you may start optimization according to the procedure described in the User guide . When it's finished, intermediate results are saved into a CSV file and some special global variables.
RenkoFromRealTicks
Stanislav Korotky
4.67 (3)
This non-trading expert utilizes so called custom symbols feature ( available in MQL API as well) to build renko charts based on history of real ticks of selected standard symbol. RenkoFromRealTicks generates custom symbol quotes, thus you may open many charts to apply different EAs and indicators to the renko. It also transmits real ticks to update renko charts in real time. The generated renko chart uses M1 timeframe. It makes no sense to switch the renko chart to a timeframe other than M1. T
VolumeDeltaBars
Stanislav Korotky
This indicator is a conventional analytical tool for tick volumes changes. It calculates tick volumes for buys and sells separately, and their delta on every bar, and displays volumes by price clusters (cells) within a specified bar (usually the latest one). The algorithm used internally is the same as in the indicator VolumeDeltaMT5 , but results are shown as cumulative volume delta bars (candlesticks). Analogous indicator for MetaTrader 4 exists - CumulativeDeltaBars . This is a limited substi
AutomaticZigZag
Stanislav Korotky
4.67 (3)
This is a non-parametric ZigZag providing 4 different methods of calculation. Upward edge continues on new bars while their `highs` are above highest `low` among previous bars, downward edge continues on next bars while their `lows` are below lowest `high` among previous; Gann swing: upward edge continues while `highs` and `lows` are higher than on the left adjacent bar, downward edge continues while `highs` and `lows` are lower than on the left adjacent bar. Inside bars (with lower `high` and
FREE
Time And Sales Layout indicator shows traded buy and sell volumes right on the chart. It provides a graphical representation of most important events in the time and sales table. The indicator downloads and processes a history of real trade ticks. Depending from selected depth of history, the process may take quite some time. During history processing the indicator displays a comment with progress percentage. When the history is processed, the indicator starts analyzing ticks in real time. The l
SOMFX1Predictor
Stanislav Korotky
If you like trading by candle patterns and want to reinforce this approach by modern technologies, this indicator and other related tools are for you. In fact, this indicator is a part of a toolbox, that includes a neural network engine implementing Self-Organizing Map (SOM) for candle patterns recognition, prediction, and provides you with an option to explore input and resulting data. The toolbox contains: SOMFX1Builder  - a script for training neural networks; it builds a file with generalize
CustomVolumeDelta
Stanislav Korotky
4.5 (2)
This indicator displays volume delta (of either tick volume or real volume) encoded in a custom symbol, generated by special expert advisers, such as RenkoFromRealTicks . MetaTrader does not allow negative values in the volumes, this is why we need to encode deltas in a special way, and then use CustomVolumeDelta indicator to decode and display the deltas. This indicator is applicable only for custom instruments generated in appropriate way (with signed volumes encoded). It makes no sense to ap
FREE
VolumeDeltaWaves
Stanislav Korotky
5 (1)
This indicator is an extended implementation of Weis waves. It builds Weis waves on absolute volumes (which is the classical approach) or delta of volumes (unique feature) using different methods of wave formation and visualization. It works with real volumes, if available, or with tick volumes otherwise, but also provides an option to use so called "true volume surrogates", as an artificial substitution for missing real volumes (for example, for Forex symbols), which was introduced in correspo
Comparator
Stanislav Korotky
4.14 (7)
This indicator compares the price changes during the specified period for the current symbol and other reference symbol. It allows to analyze the similar movements of highly correlated symbols, such as XAUUSD and XAGUSD, and find their occasional convergences and divergences for trading opportunities. The indicator displays the following buffers: light-green thick line - price changes of the current symbol for TimeGap bars; light-blue thin line - price changes of the reference symbol ( LeadSymbo
FREE
Most of traders use resistance and support levels for trading, and many people draw these levels as lines that go through extremums on a chart. When someone does this manually, he normally does this his own way, and every trader finds different lines as important. How can one be sure that his vision is correct? This indicator helps to solve this problem. It builds a complete set of virtual lines of resistance and support around current price and calculates density function for spatial distributi
ADXS
Stanislav Korotky
5 (3)
Ever wondered why standard ADX is made unsigned and what if it would be kept signed? This indicator gives the answer, which allows you to trade more efficient. This indicator calculates ADX values using standard formulae, but excludes operation of taking the module of ADX values, which is forcedly added into ADX for some reason. In other words, the indicator preserves natural signs of ADX values, which makes it more consistent, easy to use, and gives signals earlier than standard ADX. Strictly s
ADXSignal
Stanislav Korotky
Classical ADX revamped to provide faster and more solid trading signals. This indicator calculates ADX values using standard formulae, but excludes operation of taking the module of ADX values, which is forcedly added into ADX for some reason. In other words, the indicator preserves natural signs of ADX values, which makes it more consistent, easy to use, and gives signals earlier than standard ADX. Strictly speaking, any conversion to an absolute value destroys a part of information, and it mak
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. This expert adviser OrderBook History Playback allows you to playback the market book events on the history using files, created by OrderBook Recorder . The exper
FREE
RenkoChartsDemo
Stanislav Korotky
This is a demo version of a non-trading expert , which utilizes so called the custom symbols feature ( available in MQL as well ) to build renko charts based on historical quotes of selected standard symbol and to refresh renko in real-time according to new ticks. Also it translates real ticks to the renko charts, which allows other EAs and indicators to trade and analyze renko. Place the EA on a chart of a working instrument. The lesser timeframe of the source chart is, the more precise resulti
FREE
RenkoFromRealTicks DEMO
Stanislav Korotky
1 (1)
This non-trading expert utilizes so called   custom symbols   feature to build renko charts based on history of real ticks of selected standard symbol. RenkoFromRealTicks generates custom symbol quotes, thus you may open many charts to apply different EAs and indicators to the renko. It also transmits real ticks to update renko charts in real time. This is a functionally limited demo version of  RenkoFromRealTicks . RenkoFromRealTicks utility can not work in the tester because it uses CustomSym
FREE
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker in real time. The expert OrderBook Recorder records market book changes and stores them in local files for further usage in indicators and expert adviser, including testing in the tester. The expert stores market book
FREE
WalkForwardDemo is an expert adviser (EA) demonstrating how the built-in library WalkForwardOptimizer (WFO) for walk-forward optimization works. It allows you to easily optimize, view and analyze your EA performance and robustness in unknown trading conditions of future. You may find more details about walk-forward optimization in Wikipedia . Once you have performed optimization using WFO, the library generates special global variables (saved in an "archived" file with GVF-extension) and a CSV-f
FREE
HZZM
Stanislav Korotky
2.67 (3)
This is an adaptive ZigZag based on modification of  HZZ indicator (original source code is available in this article ). Most important changes in this version: two additional indicator buffers added for zigzag evolution monitoring - they show cross signs at points where zigzag direction first changes; zigzag range (H) autodetection on day by day basis; time-dependent adjustment of zigzag range. Parameters: H - zigzag range in points; this parameter is similar to original HZZ, but it can take 0
FREE
ReturnAutoScale
Stanislav Korotky
5 (2)
The indicator calculates running total of linear weighted returns. It transforms rates into integrated and difference-stationary time series with distinctive buy and sell zones. Buy zones are shown in blue, sell zones in red. Parameters: period - number of bars to use for linear weighted calculation; default value - 96; smoothing - period for EMA; default value - 5; mode - an integer value for choosing calculation mode: 0 - long term trading; 1 - medium term trading; 2 - short term trading; defa
FREE
PointsVsBars
Stanislav Korotky
This indicator provides a statistical analysis of price changes (in points) versus time delta (in bars). It calculates a matrix of full statistics about price changes during different time periods, and displays either distribution of returns in points for requested bar delta, or distribution of time deltas in bars for requested return. Please, note, that the indicator values are always a number of times corresponding price change vs bar delta occurred in history. Parameters: HistoryDepth - numbe
FREE
Year2Year
Stanislav Korotky
This indicator shows price changes for the same days in past years. D1 timeframe is required. This is a predictor indicator that finds D1 bars for the same days in past 8 years and shows their relative price changes on the current chart. Parameters: LookForward - number of days (bars) to show "future" price changes; default is 5; Offset - number of days (bars) to shift back in history; default is 0; ShowAverage - mode switch; true - show mean value for all 8 years and deviation bounds; false - s
FREE
CyclicPatterns
Stanislav Korotky
This indicator shows price changes for the same days in the past. This is a predictor that finds bars for the same days in past N years, quarters, months, weeks, or days (N is 10 by default) and shows their relative price changes on the current chart. Number of displayed buffers and historical time series for comparison is limited to 10, but indicator can process more past periods if averaging mode is enabled (ShowAverage is true) - just specify required number in the LookBack parameter. Paramet
RenkoCharts
Stanislav Korotky
This non-trading expert utilizes so called custom symbols feature ( available in MQL as well ) to build renko charts based on historical quotes of selected standard symbol and to refresh renko in real-time according to new ticks. Also, it translates real ticks to the renko charts, which allows other EAs and indicators to trade and analyze renko. Place RenkoCharts on a chart of a work instrument. The lesser timeframe of the source chart is, the more precise resulting renko chart is, but the lesse
SOMFX1Builder
Stanislav Korotky
5 (1)
If you like trading by candle patterns and want to reinforce this approach by modern technologies, this script is for you. In fact, it is a part of a toolbox, that includes a neural network engine implementing Self-Organizing Map (SOM) for candle patterns recognition, prediction, and provides you with an option to explore input and resulting data. The toolbox contains: SOMFX1Builder  - this script for training neural networks; it builds a file with generalized data about most characteristic pric
FREE
OrderBook Utilities is a script, which performs several service operations on order book hob-files, created by OrderBook Recorder . The script processes a file for work symbol of the current chart. The file date is selected by means of the input parameter CustomDate (if it's filled in) or by the point where the script is dropped on the chart. Depending from the operation, useful information is written into the log, and optionally new file is created. The operation is selected by the input parame
FREE
WalkForwardBuilder MT5
Stanislav Korotky
5 (1)
This script allows performing a walk-forward analysis of trading experts based on the data collected by the WalkForwardLight MT5 library. The script builds a cluster walk forward report and rolling walk forward reports that refine it, in the form of a single HTML page. This script is optional, as the library automatically generates the report immediate after the optimization in the tester is complete. However, the script is convenient because it allows using the same collected data to rebuild th
FREE
Mirror
Stanislav Korotky
This indicator predicts rate changes based on the chart display principle. It uses the idea that the price fluctuations consist of "action" and "reaction" phases, and the "reaction" is comparable and similar to the "action", so mirroring can be used to predict it. The indicator has three parameters: predict - the number of bars for prediction (24 by default); depth - the number of past bars that will be used as mirror points; for all depth mirroring points an MA is calculated and drawn on the ch
If you like trading crosses (such as AUDJPY, CADJPY, EURCHF, and similar), you should take into account what happens with major currencies (especially, USD and EUR) against the work pair: for example, while trading AUDJPY, important levels from AUDUSD and USDJPY may have an implicit effect. This indicator allows you to view hidden levels, calculated from the major rates. It finds nearest extremums in major quotes for specified history depth, which most likely form resistence or support levels, a
EvoLevels
Stanislav Korotky
The indicator displays most prominent price levels and their changes in history. It dynamically detects regions where price movements form attractors and shows up to 8 of them. The attractors can serve as resistance or support levels and outer bounds for rates. Parameters: WindowSize - number of bars in the sliding window which is used for detection of attractors; default is 100; MaxBar - number of bars to process (for performance optimization); default is 1000; when the indicator is called from
This is an intraday indicator that uses conventional formulae for daily and weekly levels of pivot, resistance and support, but updates them dynamically bar by bar. It answers the question how pivot levels would behave if every bar were considered as the last bar of a day. At every point in time, it takes N latest bars into consideration, where N is either the number of bars in a day (round the clock, i.e. in 24h) or the number of bars in a week - for daily and weekly levels correspondingly. So,
Filtro:
No hay comentarios
Respuesta al comentario