• Información general
  • Comentarios (8)
  • Discusión (17)
  • Novedades

Lib5 EAPadPRO for MT5

4.5

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 nuestro panel e instrucciones de uso de EAPADPRO

Versión de la biblioteca MetaTrader 4

El proceso de adición consta de 10 pasos y se describen en detalle en nuestro artículo.


Instalación de la biblioteca

  1. Instale la biblioteca desde este sitio;
  2. Abra su Asesor Experto;
  3. Abra nuestro ejemplo y guía paso a paso para instalar nuestro código, el archivo Exp - EAPADPRO LIBRARY TEST (se puede encontrar en el blog) ;
  4. Siga cada paso como está escrito en la recomendación o use nuestras instrucciones paso a paso del sitio.

Personalización EAPADPRO

Todo lo que puede cambiar en nuestro panel se describe en este párrafo:

  1. versionea : la versión de su Asesor Experto que se muestra en el panel;
  2. BMPLOGO : el logotipo de su asesor BMP 60x60 que se muestra en el panel;
  3. icono : el icono de su experto, que se muestra en las propiedades del experto;
  4. defEANAME : el nombre de su asesor experto que se muestra en el panel;
  5. YourName : su nombre o apodo que se muestra en el panel;
  6. copyright : su copyright, que se muestra en las propiedades del Asesor Experto;
  7. CreateInputs : la función de mostrar sus variables externas en el panel. Hay 10 de estos parámetros en total. El formato del relleno: "Nombre", "Valor";
  8. CreateStrategy : la función de mostrar los valores de su estrategia en el panel. Hay 10 de estos parámetros en total. El formato del relleno: "Nombre", "Valor";
  9. MagicForEaPadPRO = 0 - Número mágico, que será mirado por nuestro panel (Toda la información es filtrada por número mágico), en -1 = el panel tomará todas las posiciones de la cuenta por este símbolo, en 0 = solo tratos manuales (Mano) ;
  10. MagicForEaPadPRO_Open = -1 - Número mágico, que será asignado a las posiciones abiertas desde nuestro panel;
  11. CommentForEaPadPRO = "" - Un comentario que se asignará a las posiciones abiertas desde nuestro panel;
  12. TypeFillingForEaPadPRO = 0 - Tipo de órdenes de llenado en apertura, solo para terminal MT5;
  13. ShowBuySell = true - Muestra el "panel de operaciones en 1 clic" (COMPRAR VENTA)

Condiciones de uso

Nuestra biblioteca con el panel de información EAPADPRO se distribuye en el enlace posterior a nuestra página.

Si desea vender su experto en el mercado o en Internet, debe agregar el siguiente texto a la descripción de su producto:

  1. El panel gráfico de información de EAPADPRO.
  2. Todos los derechos de este panel EAPADPRO pertenecen a Vladislav  Expforex
  3. El autor del panel de información de EAPADPRO no es responsable del asesor o indicador que utiliza nuestro panel.
  4. Nuestro panel EAPADPRO está diseñado únicamente con el propósito de proporcionar información adicional sobre el comercio en su cuenta.



Comentarios 8
Nepomnjashchy
78
Nepomnjashchy 2023.12.16 02:08 
 

Пока все классно. тестируют

Xiaoyu Huang
6638
Xiaoyu Huang 2021.07.22 03:58 
 

good !

geo6688
44
geo6688 2021.03.07 05:51 
 

супер!

Productos recomendados
LT Mini Charts
Thiago Duarte
4.86 (7)
This is a utility indicator that creates mini charts on left side of the chart you are looking at. It is very useful to watch many timeframes simultaneously, without having to change between multiple charts. Its configuration is very simple. You can have up to 4 mini charts opened. They automatically load the template of the "parent" chart. If you have any doubt please contact me. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I appreciate a lot
FREE
Volume Weighted Average Price or VWAP is an indicator wich shows different average prices on chart. This is very useful to find strong negotiation price areas and as trend following. Configurations: Day, Week and Month - Show different VWAPs according to the period. You can change each line style on "colors" tab. Any doubt or suggestion please contact us. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I appreciate a lot   <3 PayPal, Skrill, Ne
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
Value Chart Candlesticks
Flavio Javier Jarabeck
4.67 (9)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach.
FREE
Levels of Pivots
Nikolay Mitrofanov
The utility draws reversal levels using the formulas for each of the selected number of candles: Pivot = (high + close + low) / 3 R1 = ( 2 * Pivot) - low S1 = ( 2 * Pivot) - high R2 = Pivot + (R1 -S1) R3 = high + ( 2 * (Pivot - low)) S2 = Pivot - (R1 - S1) S3 = low - ( 2 * (high - Pivot)) H = high L = low U = if the candle is bullish, then close. Otherwise - open D = if the candle is bullish, then open. Otherwise - close On any timeframe. After a new candle closes on the calculated timefr
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
Show Pips for MT5
Roman Podpora
4.59 (17)
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
Tick Database — export of tick database from MT5 terminal to MT4. The utility provides access to the tick database in real time. This is necessary to generate synthetic charts in the MT4 terminal, which initially does not provide for loading a tick database. For example, you can organize permanent access to the tick database for the " Seconds Chart " utility, which create seconds charts in the MT4 terminal.
FREE
SX Theme Setter is intended for changing chart appearance in 2 modes: - Gradient background mode: In this mode, the indicator creates a gradient background for your chart. Colors, steps and gradient type can be selected by user. - Color theme: Color theme mode provides more than 50 built-in different color themes which can be selected from a list. Most of these themes are converted from official color themes of real trading platforms of the past and present. Try them out and see if they sui
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Indicator measures strength of each currency in your list. Main idea: It simply iterates through all combinations of pairs and adds difference between open and close in percent. Parameters: List of currencies - what currencies will be calculated (maximum is 8) Calculation type - from which data will be strength calculated Calculation data input - used as input related to calculation type Symbol suffix - used in case of suffix on symbols, e.g: when your symbols look like EURUSDm, EURUSDmicro et
FREE
LT Trade Panel Lite
Thiago Duarte
4.67 (42)
Have you missed any tools or shortcuts in Meta Trader? Simple things that would make your daily trading much easier ? We have the solution for you: our Trade Panel! This is an EA tool (Expert Advisor) that, if configured to controll all symbols, needs to be loaded only once. This is the Lite version (free) of our tool. Professional version:   https://www.mql5.com/en/market/product/42658 Obs. Trade Panel has the power  to unpin from Me ta  T rader  to con trol all  the symbols wi thou t
FREE
MW Volume
Martin Bittencourt
4 (5)
El indicador de volumen Martinware traza un promedio móvil coloreado sobre las barras de volumen. La coloración utiliza tres colores y puede hacerse de diferentes maneras elegibles por el usuario y se aplica tanto al promedio como a las barras de volumen. Son posibles tres tipos de coloración: Ninguno: no se realiza ninguna coloración Aumentando o disminuyendo: cambia el color dependiendo de que el valor actual sea mayor o menor que el anterior Volumen relativo al promedio: los colores varí
FREE
Swiss VWAPsimple
Terence Gronowski
5 (4)
Swiss VWAPsimple Motivation Did not find free VWAP that works, the one that I found craseh. So I created a VWAP which calculates values only for the actual day. So computer resouces are not over stressed. What is VWAP, how is it used?  VWAP stands for Volume Weighed Average Price, it calculates the running sum of tick volume and the runnung sum of price times tickvolume. The division of these sums result in a weighed price (Sum P*V/Sum V). The calculation starts normally at midnight. The value
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
PZ Trade Pad MT5
PZ TRADING SLU
4.19 (21)
This simple visual expert advisor allows you to trade easily from the chart. It handles risk management for you and can perform several useful tasks with your existing trades, saving time and making risk-management for each individual trade easier.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade easily from the chart Trade with precise risk management, hassle free Trade pending order with drag and drop price selection Set SL and TP levels with drag and drop pr
FREE
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
FREE
Add a watermark in the background of your charts, containing the Stock Symbol followed by the current Timeframe, and the Symbol Description below it. Have you ever seen videos or screenshots of other platforms, boasting those great looking watermarks, and wondered why your MetaTrader5 doesn't have one? Well, I did... so I tried the very few options available in the Market at the time, but I still wanted to tweak everything exactly to my taste. So I developed my own solution, and now I am proud
FREE
Esta es la última versión de mi famoso scalper, Goldfinch EA, publicado por primera vez hace casi una década. Escalifica el mercado en las expansiones repentinas de volatilidad que tienen lugar en cortos períodos de tiempo: asume e intenta capitalizar la inercia en el movimiento de los precios después de una aceleración repentina de los precios. Esta nueva versión se ha simplificado para permitir al operador utilizar la función de optimización del probador fácilmente para encontrar los mejores p
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
LT Donchian Channel
Thiago Duarte
4.75 (4)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Short description : TheTrendHunterMax   is a LIMITED VERSION tool that can be used either as a trading robot for automated trading or just a signal provider for manual trading.  As an EA, it uses the techniques we usually employ in trading like determining the highs and lows on the trading chart. With this, it determines the trend convergence and divergence in the chart. Combined with the volatility, price movements, it analyzes the possible order type that can be most profitable. By defaul
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.4 (30)
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
NAS100 Auto Sl And TP MT5
Moustapha Boulouz
5 (1)
Presentamos NAS100 Auto SL y TP Maker para MT5: No se pierda nunca más la configuración de StopLoss y TakeProfit con nuestro NAS100 Auto SL y TP Maker, un asistente indispensable para los traders que navegan por el mercado Nasdaq 100 en MetaTrader 5. Esta herramienta está diseñada para aquellos que buscan una solución perfecta para automatizar la gestión de los niveles StopLoss y TakeProfit. Características principales: Automatización sin esfuerzo: Supervisa automáticamente las operacione
FREE
PZ Penta O MT5
PZ TRADING SLU
4 (6)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! The utility is designed for manual placement of pending orders at the high and low of yesterday. The program has a built-in trailing stop, virtual take profit and stop loss. Unworked orders are deleted at the end of the day or manually. You may be interested in my other products:  https://www.mql5.com/ru/users/vypchela/seller Settings
FREE
Aggression Volume
Flavio Javier Jarabeck
3.8 (20)
Aggression Volume Indicator is the kind of indicator that is rarely found in the MQL5 community because it is not based on the standard Volume data provided by the Metatrader 5 platform. It requires the scrutiny of all traffic Ticks requested on the platform... That said, Aggression Volume indicator requests all Tick Data from your Broker and processes it to build a very special version of a Volume Indicator, where Buyers and Sellers aggressions are plotted in a form of Histogram. Additionally,
FREE
A professional tool for trading - the divergence indicator between the  Stochastic and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the  Stochastic peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested ver
FREE
This little tool helps you to define your risk management with a simple line dragging on the chart. It shows you the actual lot size calculated on account % or fixed money amount directly at the line. All you have to do is activate the line by pressing the "t" key on your keyboard and drag the line to your stop loss point. Thats it. In the settings you can define the color and width of line and text, also space of text to line and the right and you can set the risk in percent of account or fixed
FREE
AT Scalper
Maruthupandiyan
AT Scalper  Helps trader to place order seamlessly  Close mulitple position at a time Place SL or TP for multiple position in a click Place hedge order same time with predefined SL and TP Place multi layer pending order in a click Place martingale layer Be informed about SL and TP in currency Get to know time remaining in current candle Get to know current spread View PnL, Balance, Equity on screen
FREE
Los compradores de este producto también adquieren
MetaCOT 2 CFTC ToolBox is a special library that provides access to CFTC (U.S. Commodity Futures Trading Commission) reports straight from the MetaTrader terminal. The library includes all indicators that are based on these reports. With this library you do not need to purchase each MetaCOT indicator separately. Instead, you can obtain a single set of all 34 indicators including additional indicators that are not available as separate versions. The library supports all types of reports, and prov
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.
AO Core
Andrey Dik
3 (2)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. An example of using AO Core is described in the article: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/en/blogs/post/756510 This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of population algorithms.  High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities,
Native Websocket
Racheal Samson
5 (2)
An   easy to use, fast,  asynchronous   WebSocket library  for MQL5. It supports: ws://   and   wss://  (Secure "TLS" WebSocket) text   and   binary   data It handles: fragmented message  automatically (large data transfer) ping-pong   frames  automatically (keep-alive handshake) Benefits: No DLL required. No OpenSSL installation required. Up to 128 WebSocket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native to
Esta biblioteca le permitirá gestionar operaciones utilizando cualquiera de sus EA y es muy fácil de integrar en cualquier EA, lo que puede hacer usted mismo con el código de secuencia de comandos que se menciona en la descripción y también ejemplos de demostración en video que muestran el proceso completo. - Órdenes de límite de colocación, límite de SL y límite de obtención de ganancias - Realizar órdenes de Mercado, SL-Market, TP-Market - Modificar orden límite - Cancelar orden
La siguiente biblioteca se ofrece como un medio para utilizar las API de OpenAI directamente en MetaTrader de la manera más sencilla posible. Para obtener más detalles sobre las capacidades de la biblioteca, lea el siguiente artículo: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual IMPORTANTE: Para usar el EA, es necesario añadir la siguiente URL para permitir el acceso a la API de OpenAI  como se muestra en las imágenes adjuntas Para utili
T5L Library is necessary to use the EAs from TSU Investimentos, IAtrader and others. It contains all the functions framework needed to Expert Advisors working properly.  ツ - The Expert Advisors from  TSU Investimentos does not work without this library,  the T5L library can have updates during the year - At this Library you will find several funcionalities like order sends, buy and sell, trigger entry points check, candlestick analyses, supply and demmand marking and lines, and much more. 
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on
This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "MQL5\Files" directory. Then it uses these files to automatically build a cluster walk forward report and rolling walk forward reports that refine it (all of them in one HTML file). Using the WalkForwardBuilder MT5 auxiliary script allows building othe
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. The library OrderBook History Library reads market book state in the past from archive files, created by OrderBook Recorder . The library can be embedded into you
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the c
Teclado trader, é uma BIBLIOTECA que você pode chamar no OnChartEvent para abrir posição de compra/venda/zerar, os botões padrões são: V = venda C = compra Z = zerar posições a mercado S = zerar posições opostas e depois a mercado X = zerar posições opostas Além da função de teclado, é possível mostrar os estados do ExpertAdvisor usando o MagicId, com informação de: lucro mensal, semanal, diario, e posição aberta, para isto use o OnTick, ou qualquer outro evento (OnTimer / OnTrade / OnBookEv
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account,
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
Gold plucking machine   Gold plucking machine is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number      -  is a special number that the EA assigns to its orders. Lot Multiplier        -
Gold plucking machine S   Gold plucking machine  S Gold plucking machine S   is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number        -  is a special number that the EA assigns to its
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
The Trade Tracker Library is used to automatically detect and display trade levels on custom charts. It is an especially useful add-on for EAs that trade on custom charts in MT5. With the use of this library, the EA users can see trades as they are placed via the EA (Entry, SL & TP levels) in real-time. The header file and two examples of EA skeleton files are attached in the comments section (first comment). The library will automatically detect the tradable symbol for the following custom
MT4/5通用交易库(  一份代码通用4和5 ) #ifdef __MQL5__      #define KOD_TICKET ulong      #define KOD_MAGIC   long #else        #define KOD_TICKET long      #define KOD_MAGIC   int #endif class ODLIST; #import "K Trade Lib Pro 5.ex5"       //祝有个美好开始,运行首行加入    void StartGood() ;    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单
If you're a trader looking to use Binance.com and Binance.us exchanges directly from your MetaTrader 5 terminal, you'll want to check out Binance Library MetaTrader 5. This powerful tool allows you to trade all asset classes on both exchanges, including Spot, USD-M   and COIN-M futures, and includes all the necessary functions for trading activity. With Binance Library MetaTrader 5, you can easily add instruments from Binance to the Symbols list of MetaTrader 5, as well as obtain information ab
1. What is this The MT5 system comes with very few optimization results. Sometimes we need to study more results. This library allows you to output more results during backtest optimization. It also supports printing more strategy results in a single backtest. 2. Product Features The results of the optimized output are quite numerous. CustomMax can be customized. The output is in the Common folder. It is automatically named according to the name of the EA, and the name of the same EA will be au
Esta librería implementa unes cuantas funciones para simplificar la programación de los Expert Advisor. La librería es compatible con Metatrader 5 y Binance. El tipo de algoritmo que puede programarse con esta librería, son algoritmos que basen sus acciones cada vez que se forma una nueva vela. No es una librería para sistemas que requieran actuar en cada tick. La librería implementa trabajar de forma fácil con el número de símbolos y timeframes que se desee. Junto con la librería, se ofrecen un
The Matrix
Omega J Msigwa
Matrix es la base de algoritmos comerciales complejos, ya que lo ayuda a realizar cálculos complejos sin esfuerzo y sin la necesidad de demasiada potencia de cálculo. No hay duda de que Matrix ha hecho posible muchos de los cálculos en las computadoras modernas, ya que todos sabemos que los bits de información son almacenados en forma de matriz en la memoria RAM de nuestra computadora, Al usar algunas de las funciones de esta biblioteca, pude crear robots de aprendizaje automático que podían ace
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installa
This is standard library built for flexible neural Networks with performance in mind. Calling this Library is so simple and takes few lines of code:    matrix Matrix = matrix_utils.ReadCsv( "Nasdaq analysis.csv" );       matrix x_train, x_test;    vector y_train, y_test;         matrix_utils.TrainTestSplitMatrices(Matrix,x_train,y_train,x_test,y_test, 0.7 , 42 );    reg_nets = new CRegressorNets(x_train,y_train,AF_RELU_,HL, NORM_MIN_MAX_SCALER); //INitializing network       reg_nets.RegressorN
Esta biblioteca se utiliza para ordenar matrices de claves y valores, a menudo necesitamos ordenar valores. como en el lenguaje python sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) función de importación Ejemplo de escenarios de uso 1. Las órdenes de Grid EA se clasifican según el precio de apertura void SortedByOpenPride()   {    long     OrderTicketBuffer[];    double   OpenPriceBuffer[];    for ( int i = PositionsTotal ()- 1 ; i>= 0 ; i--)      {        if (m_position
Intro to Range Breakout Strategy (pre-close clearance) Range = yesterday high - Yesterday low On track = opening price + range *k; Lower rail = Open price - range *K Stop-loss closing position: When the price breaks up the upper track or breaks down the lower track, it breaks the opening price of the day again Parameters: Pairs List (comma separated)       = "GBPUSD,GBPJPY,USDJPY,XAUUSD,XTIUSD,USTEC"; - TimeFrame = PERIOD_D1; - MagicNumber      = 60037;          - OrderComment     = "RangeBre
GetFFEvents MT5 I tester capability
Hans Alexander Nolawon Djurberg
Want to get all events like Previous/Forecast/Actual values for each news to analyze/predict it? By this simple library you can do it easily,Just import/integrate the library into your system,then get all possible values for each news   Even In Strategy Tester   . Note: Please add the address " https://www.forexfactory.com/ " of news feed at your MT5 tab > Tools > Options > Expert Advisors > Check Allow web request for listed URL. Since the WebRequest() function can't be called from indicator ba
A Simple Moving Average (SMA) is a statistical indicator used in time series analysis. This indicator represents the arithmetic mean of a sequence of values over a specific period of time. SMA is used to smooth short-term fluctuations in data, helping to highlight the overall trend or direction of changes. This aids analysts and traders in better understanding the general dynamics of the time series and identifying potential trends or changes in direction.  More information you can find in Wiki 
Hello everyone! I am a professional MQL programmer , Making EAs, Indicators and Trading Tools for my clients all over the world. I build 3-7 programs every week but I seldomly sell any ready-made Robots. Because I am fastidious and good strategy is so few...  this EA is the only one so far I think its good enough to be published here.  As we all know, the Ichimoku indicator has become world popular for decades, but still, only few people knows the right way of using it, and if we check the cl
Otros productos de este autor
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (67)
Copiadora comercial para MetaTrader 4. Copia operaciones de forex, posiciones, pedidos de cualquier cuenta. Es una de las mejores copiadoras comerciales   MT4 - MT4, MT5 - MT4 para la versión  COPYLOT MT4  (o MT4 - MT5 MT5 - MT5 para la versión COPYLOT MT5 ). Versión MT 5 Descripción completa +DEMO +PDF Cómo comprar Cómo instalar    Cómo obtener archivos de registro    Cómo probar y optimizar    Todos los productos de Expforex Versión copiadora para  MetaTrader 5 terminal (МТ5 - МТ5, МТ4 -
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.88 (60)
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 operar con un clic del gráfico y realizar operaciones comerciales 30 veces más rápido que el control estándar de MetaTrader. Cálculos automáticos de parámetros y funciones que facilitan la vida de un comerciante y lo ayudan a realizar sus actividades comerciales de manera mucho más rápida y conveniente. Consejos gráficos e informaci
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
Exp TickSniper PRO FULL
Vladislav Andruschenko
4.04 (51)
Exp-TickSniper: scalper de alta velocidad con selección automática de parámetros para cada par de divisas automáticamente. Sueña con un asesor que calculará automáticamente los parámetros comerciales? ¿Optimizado y sintonizado automáticamente? La versión completa del sistema para MetaTrader 4:    TickSniper  scalper   para MetaTrader 4 Desarrollador de herramientas forex  TickSniper - Full Description  + DEMO + PDF El EA se ha desarrollado en base a la experiencia adquirida en casi 10 años de
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
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.76 (17)
La copiadora comercial para MT5 es un comercio   copiadora para la plataforma МetaТrader 5 . Copia operaciones de forex entre   cualquier cuenta  MT5  - MT5, MT4  - MT5 para la versión COPYLOT MT5 (o MT4 - MT4 MT5  - MT4 para la versión COPYLOT MT4) Copiadora confiable! Versión MT 4 Descripción completa +DEMO +PDF Cómo comprar Cómo instalar    Cómo obtener archivos de registro    Cómo probar y optimizar    Todos los productos de Expforex También puede copiar operaciones en el terminal МТ4
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
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
Asesor comercial universal en indicadores personalizados para MetaTrader 5 . Constructor de estrategia Versión para MetaTrader4:  la  versión  xCustomEA   para el terminal MetaTrader 4 La funcionalidad del asesor comercial universal xCustomEA duplica exactamente todos los parámetros de nuestro asesor  The X ,  excepto uno: El xCustomEA  funciona con un indicador personalizado y tiene la capacidad de programar su propia estrategia comercial para terminales MT5. El xCustomEA  tiene un enlace a
Averager FULL
Vladislav Andruschenko
4.9 (10)
Exp-Averager   está diseñado para promediar sus operaciones que han recibido una cierta reducción al abrir operaciones promedio. ¡El asesor puede abrir posiciones adicionales a favor y en contra de la tendencia! ¡Incluye un trailing stop promedio para una serie de posiciones! Están aumentando y disminuyendo el lote. Una estrategia popular para llevar posiciones no rentables al precio medio. Versión MT4 Descripción completa +DEMO +PDF Cómo comprar Cómo instalar     Cómo obtener archivos d
Exp Swing
Vladislav Andruschenko
4.18 (45)
Utiliza el modelo de una famosa estrategia llamada Swinger (Pendulum, Cheburashka): colocación alternativa de pedidos pendientes con lote aumentado. La estrategia consiste en colocar dos órdenes pendientes opuestas. Cuando el precio se mueve en una determinada dirección, se activa una orden pendiente, mientras que el tamaño de lote de la otra orden aumenta. El EA proporciona tres tipos de órdenes pendientes de apertura (TypeofTrade) Apertura automática después de la colocación (AutoTrade de a
FREE
Exp Assistant 5
Vladislav Andruschenko
4.72 (122)
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
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (30)
Cerrar posiciones en MetaTrader 4 al alcanzar la ganancia / pérdida total con la función de seguimiento de ganancias. 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) Cierre sobre las pérdidas y ganancias totales en la moneda de depósito, punt
Exp4 The xCustomEA for MT4
Vladislav Andruschenko
4.17 (6)
Asesor comercial universal en indicadores personalizados para MetaTrader 4 . Constructor de estrategia Versión para MetaTrader 4:  la  versión  xCustomEA   para el terminal MetaTrader 5 La funcionalidad del asesor comercial universal xCustomEA duplica exactamente todos los parámetros de nuestro asesor  The X ,  excepto uno: El xCustomEA  funciona con un indicador personalizado y tiene la capacidad de programar su propia estrategia comercial para terminales MT4. El xCustomEA  tiene un enlace
Exp Tick Hamster MT5
Vladislav Andruschenko
3.75 (16)
Experto en optimización automática de todos los parámetros para cualquier símbolo comercial para MetaTrader 5. ¡T rading EA sin ajustes! Garrapata   Hamster   : este es un   experto en comercio automatizado para principiantes y usuarios que no desean configurar un asesor. La estrategia comercial de este asesor comercial se ha probado durante   7 años. Opere más fácil que nunca con nuestro experto en trading automatizado, diseñado especialmente para principiantes. Despídase de la molestia de conf
Exp Averager
Vladislav Andruschenko
4.79 (19)
Exp-Averager   está diseñado para promediar sus operaciones que han recibido una cierta reducción al abrir operaciones promedio. El asesor tiene la capacidad de abrir nuevas posiciones en tendencia o en contra de la tendencia actual. También incluye una función de trailing stop inteligente que se aplica a una serie de posiciones. El asesor puede aumentar o disminuir el tamaño del lote de las posiciones. Esta es una estrategia ampliamente utilizada para llevar las posiciones perdedoras al preci
Exp TickSniper
Vladislav Andruschenko
4.09 (34)
Exp-TickSniper es un scalper rápido que selecciona automáticamente los parámetros para cada par de divisas por separado. El EA se ha desarrollado en base a la experiencia adquirida en casi 10 años de programación de EA. El asesor experto realiza operaciones a corto plazo utilizando un trailing stop inteligente y se basa en los datos actuales de pares de divisas, sus cotizaciones, especificaciones y spread. La estrategia de promedio se usa para evitar pérdidas causadas por el algoritmo de detec
Exp Assistant 4
Vladislav Andruschenko
4.87 (85)
Configuración de stop loss, toma de ganancias, stop de cola, niveles de equilibrio, habilitando paradas virtuales. Exp Assistant   te ayudará a organizar el mantenimiento de tus posiciones. Este Asesor Experto establecerá todos los niveles de pérdidas y pérdidas necesarios para sus posiciones. Todas las operaciones del Asesor Experto se administran desde el panel de control en el gráfico. Si tiene posiciones abiertas, pero su Asesor Experto no puede establecer stop-loss, tomar ganancias, parar
FREE
Exp5 Tester PAD for Strategy Tester
Vladislav Andruschenko
4.61 (28)
La utilidad le permite probar manualmente sus estrategias en el probador de estrategias. Comercio con un clic en el gráfico de visualización. Una funcionalidad cómoda y completa para probar las habilidades comerciales ahora también está disponible en el probador de estrategias. Forex Tester Pad es un simulador de operaciones para probadores de estrategias. Negociar utilizando indicadores. Las principales funciones de nuestra utilidad. Versión MT4 Descripción completa +DEMO +PDF Cómo comprar
FREE
Asesor de indicadores universal para MetaTrader 4 con una amplia gama de funciones, trabajando en indicadores estándar. Creador de estrategias en 1 Asesor Experto. Muchos indicadores comerciales del conjunto estándar de MetaTrader. Posibilidad de elegir 1 de 20 señales y 5 de 20 filtros. Más de cien parámetros para la personalización individual a la medida de sus necesidades. Para cada señal, puede personalizar los parámetros del indicador, seleccionar un período de tiempo y especificar una barr
Exp SafetyLock PRO
Vladislav Andruschenko
4.7 (27)
SAFETYLOCK permite a los operadores evitar fuertes reversiones del mercado al establecer un orden opuesto para una posición ya abierta. Si un operador o un EA abre una posición, SAFETYLOCK abre una orden pendiente opuesta para ella. Si la posición se vuelve deficitaria, la orden pendiente se activa creando un bloqueo. El EA le permite cerrar la posición inicial, trabajar con un trailing stop o multiplicar el lote. También puede modificar el precio de apertura de la orden pendiente siguiendo el
Exp COPYLOT MASTER for MT4
Vladislav Andruschenko
4.54 (26)
Copiadora comercial para МetaТrader 4. Copia operaciones de divisas, posiciones, pedidos de cualquier cuenta. Es una de las mejores copiadoras comerciales de  МТ4   -   МТ4, МТ5   -   МТ5, МТ4   -   МТ5, МТ5   -   МТ4 hoy. El algoritmo de copia único copia exactamente todas las transacciones desde la cuenta maestra a su cuenta de cliente. Alta velocidad de operación. Manejo de errores difíciles. Un potente conjunto de características. Todas estas cualidades se combinan en un solo programa - EXP
FREE
Exp5 Duplicator
Vladislav Andruschenko
4.71 (7)
El Asesor Experto Duplicador   repite   operaciones / posiciones / señales un número preestablecido de veces en su cuenta   MetaTrader 5   . Se admiten las siguientes funciones: lote personalizado para operaciones copiadas, copia StopLoss, TakeProfit, uso de trailing stop y mucho más. Copia todas las transacciones abiertas manualmente o por otro Asesor Experto. Es posible aumentar el tamaño del lote de las señales. ¡Copia señales y aumenta el lote de señales! Aumento del lote de señal MQL5 Vers
Exp4 Tester PAD for Strategy Tester
Vladislav Andruschenko
4.86 (28)
La utilidad le permite probar manualmente sus estrategias en el probador de estrategias. Comercio con un clic en el gráfico de visualización. La última versión de la utilidad ofrece funciones avanzadas para que los operadores prueben manualmente sus estrategias comerciales. Con el probador de estrategias, ahora puede evaluar la efectividad de sus estrategias comerciales en un entorno simulado. Esta funcionalidad le permite analizar el rendimiento de sus técnicas comerciales y perfeccionarlas pa
FREE
Exp Tick Hamster MT4
Vladislav Andruschenko
3.5 (14)
Experto en optimización automática de todos los parámetros para cualquier símbolo comercial para MetaTrader 4. ¡T rading EA sin ajustes! Tick   Hamster     : este es un   experto en comercio automatizado para principiantes y usuarios que no desean configurar un asesor. Experimente el comercio automatizado sin complicaciones con nuestro asesor experto para principiantes. No hay necesidad de preocuparse por configuraciones complicadas: nuestro experto se encarga de todo por usted. ¡Comience su via
Ind4 Extra Report Pad
Vladislav Andruschenko
4.49 (45)
Este es un panel de estadísticas que proporciona un análisis de su cuenta de trading. Los resultados del análisis se muestran en el gráfico en tiempo real. El comercio de monedas múltiples es bastante popular hoy en día. Sin embargo, cuanto mayor sea la cantidad de operaciones, más difícil será analizar la rentabilidad de cada una de ellas. Versión MT 5 Descripción completa +PDF Cómo comprar Cómo instalar     Cómo obtener archivos de registro     Cómo probar y optimizar     Todos los produ
FREE
Exp4 Duplicator
Vladislav Andruschenko
4.52 (21)
El Asesor Experto   repite   operaciones y posiciones o señala un número preestablecido de veces en su cuenta   MetaTrader 4   . Copia todas las transacciones abiertas manualmente o por otro Asesor Experto. ¡Copia señales y aumenta el lote de señales   ! Aumenta la cantidad de otros EA. Se admiten las siguientes funciones: lote personalizado para operaciones copiadas, copia de Stop Loss, Take Profit, uso de trailing stop. Versión MT 5 Descripción completa +DEMO +PDF Cómo comprar Cómo instala
Exp5 COPYLOT MASTER for MT5
Vladislav Andruschenko
4.2 (10)
Exp5 - COPYLOT MASTER es una copiadora comercial para МetaТrader 5 y MetaTrader 4. Copia las operaciones de Forex de cualquier cuenta. Instalación Este Asesor Experto es un maestro copista. Instale el Asesor Experto en la terminal desde la que desea copiar las operaciones. Especifique cualquier nombre de etiqueta de texto como pathWrite, por ejemplo, "COPY". Instale COPYLOT MASTER para MT5 en el terminal desde el que desea copiar las operaciones. Luego instale   COPYLOT Client MT4   en el   ter
FREE
Ind5 Extra Report Pad
Vladislav Andruschenko
4.77 (30)
Este es un panel de estadísticas que proporciona un análisis de su cuenta de operaciones para MetaTrader 5. Los resultados del análisis se muestran en el gráfico en tiempo real. Versión MT4 Descripción completa +PDF Cómo comprar Cómo instalar     Cómo obtener archivos de registro     Cómo probar y optimizar     Todos los productos de Expforex El comercio de monedas múltiples es muy popular. Sin embargo, cuanto mayor es el número de operaciones, más difícil resulta analizar la rentabilidad
FREE
Ind4 Market Time Pad
Vladislav Andruschenko
4.39 (18)
Indicador que muestra la hora de los principales mercados comerciales del mundo. Asimismo, muestra la sesión actual. Es muy sencillo de utilizar. Apenas ocupa espacio en el gráfico. Se puede utilizar junto con asesores y otros paneles, tales como  VirtualTradePad . Versión con representación analógica del reloj en el gráfico. Otras características: En los parámetros de entrada de las opciones se dispone de: Mostrar/Ocultar pistas al poner encima el cursor, así como la lengua de las pistas Eng
FREE
Lib4 EAPadPRO for MT4
Vladislav Andruschenko
5 (5)
Biblioteca para agregar el panel de información a su asesor experto para MetaTrader 4. 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
FREE
Filtro:
Shigeo Sorihashi
99
Shigeo Sorihashi 2024.03.24 11:17 
 

よくわからないです?効果が今ひとるわからないのです。申し訳ありません。もう一つ成果が出ていないように思うのです。しっくりこないのです。ごめんなさい!

Vladislav Andruschenko
244989
Respuesta del desarrollador Vladislav Andruschenko 2024.03.24 12:47
なぜ
This is spam
Nepomnjashchy
78
Nepomnjashchy 2023.12.16 02:08 
 

Пока все классно. тестируют

Pasadena.VP
14
Pasadena.VP 2022.03.15 17:33 
 

Пока тестирую. К каждому терминалу надо привыкать. Пока привыкаю. Немного неудобно - закрытие открытых позиций

Xiaoyu Huang
6638
Xiaoyu Huang 2021.07.22 03:58 
 

good !

geo6688
44
geo6688 2021.03.07 05:51 
 

супер!

hrhugd
57
hrhugd 2020.09.27 10:54 
 

El usuario no ha dejado ningún comentario para su valoración

Barour Bilal
2466
Barour Bilal 2019.06.17 00:20 
 

El usuario no ha dejado ningún comentario para su valoración

[Eliminado] 2019.01.07 17:45 
 

El usuario no ha dejado ningún comentario para su valoración

Respuesta al comentario
Versión 24.126 2024.01.26
+BugFix with Auto Font Size
+Added info about Profit by Date and Target levels (Symbol and Magic)
+BugFix Profit by Date after Changing Symbol

When clicking the Try More and Show Help(Welcome) buttons again, the window closes
When closing a position or an order, the labels of this position are forcibly deleted. Chart redrawing is activated by a standard function.
When closing a position, information about the closing time and the number of seconds of life of this position is also written to the journal.
Added confirmation of pressing "MODIFY ONLY" and "STOP TRADING" buttons to avoid accidental pressing. You can disable confirmation in the panel settings (Extra Buttons - Confirm).
Versión 23.999 2023.12.27
-- EAPADPRO v46
-- Added FontAutoSize Automatic font size determined by the width of the chart.
-- Reduce the FONT sizes if the sizes are too large (Maximum panel size according to the width of the chart)
-- General graphics improvements and minor bug fixes
-- PrintToLog=true; //PrintToLog --> Print to Logs (Don't turn it false!!!)
Added option to lock message output (Print) to the MetaTrader log file.
Don't disable this option if you don't know why?
If you want to reduce the volume of terminal logs, turn off this option (false)
All messages are logged to track the advisor's actions and debug errors.
If you have disabled this function, We will not be able to find an error in the program’s actions and will not be able to help you.
Please do not disable this feature.
--Links to the new website
----Changed logo
--Added new languages
--
Versión 22.112 2022.01.12
-Added languages: French, Italian, Korean, Turkish.
-In the speed of the Pause control, a parameter has been added: Pause when opening a new bar!
- After a new bar appears on the chart, the panel will stop quotes and automatically click on "PAUSE".
- Press "START" to continue

EAPADPRO updated according to the new rules for using the MQL5 Market

Fixed a bug when closing the window - text labels are not drawn further along the chart.
If the TakeProfit value is negative, the value on the chart is displayed in red.
If the Stoploss value is positive (breakeven / trailing stop), the value on the chart is displayed in green.
Versión 20.202 2020.02.29
- Notifications on opening / closing positions for live accounts are enabled by default. (You can disable it in the panel settings)
- A screenshot about opening / closing positions for live accounts is enabled by default. (You can disable it in the panel settings)
- By double-clicking on the title bar of the panel window, the panel will be minimized!
Versión 19.904 2019.09.04
-Increased panel speed in Strategy Tester!
-If you click on the logo, the panel expands.
-Added initial help on working with the EAPADPRO panel.
-Added a reminder of the advisor version.
-Added block showing other programs from Expforex.
-In the HELP tab added buttons to call help and additional information.
-Added work status: No connection to the server (Internet is gone, the server does not work).
-Display information about the status of the program in the journal, to monitor the program.
-Fixed graphic panel update error.
Versión 19.315 2019.03.15
- Text labels of open positions optimized. Fixed a bug where text labels were drawn on top of the EAPadPRO panel;
  - The output of the magic number has been added to the status bar of the advisor;
  - Minor improvements;
Versión 19.103 2019.01.04
- Update EAPADPRO v 25
- Additional languages ​​added to the panel: Spanish, Portuguese (Brazil), German, Chinese, Japanese;
   The translation was made using the GOOGLE Translator + MQL + Terminal site!
   If you find an error in your language, please report it in messages. Thank!
 - Increase the speed of the panel;
 - Updating data on the block "Profit by Date" works 1 time in 5 minutes to save computer resources;
 - Fixed "duplication" of lines in the help and greeting;
 - Automatic closing of the panel 3 hours after the last use to save computer resources;
 - Automatic closing of the panel on the VPS from METAQUOTES to save resources MQL VPS;
 - Added the ability to Collapse / Expand the panel when you double-click on the window title (Analog Windows);
 - By default, we collapsed the Extra Buttons block;
Versión 18.988 2018.12.05
Global update to version 23

- Auto-save notification settings on a DEMO account.
- Disable notifications on the Real account by default.
- Added check of the status of PUSH notifications, if they are enabled in the terminal settings.
- Added the ability to enable / disable the creation of screenshots in the settings of the Screenshot panel for Open / Close.
- Screenshots are created in the folder of your terminal \ Files \ Name of the expert \, with a size of 1024 * 768.
- Added a variable in the AutoMinimize panel settings in seconds (60 seconds by default) 0 - disabled.
- Automatic minimization of the EAPADPRO window after a specified number of seconds to reduce the load on the computer when the user does not interact with the schedule.
- Any inaction on the chart: click on the chart, click on objects, change the size of the graphs - leads to the automatic minimization of the window of our EAPADPRO panel.
- If the window is in focus (selected) - automatic folding is disabled!
- To disable auto minimization - set the panel settings in the field AutoMinimize = 0.
- Added a control unit and control the speed of the quotes and the speed of testing.
The speed is divided into 10 values. These values ​​depend on the standard speed of the strategy tester in the terminal.
1 - Slow, 10 - Quick!
- Added PAUSE button - You can pause testing and operation of the simulator.
- Added CheckBox and the ability to set a pause after opening a position (activation of a pending order, opening a new position) or closing
positions. If the position has been opened or closed, the simulator automatically pauses. To continue the work of the simulator, press the START button!
- Added block output table open deals and positions. This block allows you to monitor current positions without reference to the terminal
report. By default, this block is hidden, you can activate it by clicking on the corresponding arrow!

.... and much more