• Panoramica
  • Recensioni (7)
  • Commenti (15)
  • Novità

Lib5 EAPadPRO for MT5

5

Library to add the Information Panel to your Expert Advisor for MetaTrader 5.

We can not guarantee that the information and interface of the program will give you a profit on deals, but we will definitely say that even the simplest interface of the program can strengthen the first impression.

Detailed description and instructions for adding our panel to your Expert Advisor are in our blog: LIB - EAPADPRO Step-by-step instruction

Detailed description of our panel and instructions for using EAPADPRO

MetaTrader 4 Library Version

The process of adding consists of 10 steps and they are described in detail in our article.


Installing the Library

  1. Install the library from this site;
  2. Open your Expert Advisor;
  3. Open our sample and step-by-step guide to installing our code, the file Exp - EAPADPRO LIBRARY TEST (Can be found in the blog);
  4. Do each Step as written in the recommendation or use our step-by-step instruction from the site.

EAPADPRO personalization

All that you can change in our panel is described in this paragraph:

  1. versionea - The version of your Expert Advisor that is displayed in the panel;
  2. BMPLOGO - the logo of your BMP 60x60 adviser that is displayed on the panel;
  3. icon - The icon of your expert, which is displayed in the properties of the expert;
  4. defEANAME - the name of your Expert Advisor that is displayed in the panel;
  5. YourName - your name or nickname that is displayed in the panel;
  6. copyright - Your copyright, which is displayed in the properties of the Expert Advisor;
  7. CreateInputs - The function of displaying your external variables on the panel. There are 10 such parameters in total. The format of the filling: "Name", "Value";
  8. CreateStrategy - The function of displaying your strategy values ​​on the panel. There are 10 such parameters in total. The format of the filling: "Name", "Value";
  9. MagicForEaPadPRO = 0 - Magic number, which will be watched by our panel (All information is filtered by magic number), at -1 = the panel will take all positions from the account by this symbol, at 0 = only manual (Hand) deals;
  10. MagicForEaPadPRO_Open = -1 - Magic number, which will be assigned to the positions opened from our panel;
  11. CommentForEaPadPRO = "" - A comment that will be assigned to positions opened from our panel;
  12. TypeFillingForEaPadPRO = 0 - Type of fill orders at opening, only for terminal MT5;
  13. ShowBuySell = true - Show the "trading panel in 1 click" (BUY SELL)

Terms of Use

Our library with the information panel EAPADPRO is distributed on the back link to our page.

If you wish to sell your expert in the market or on the Internet, you need to add the following text to the description of your product:

  1. The EAPADPRO information graphic panel.
  2. All rights to this EAPADPRO panel belong to Vladislav  Expforex
  3. The author of the EAPADPRO information panel is not responsible for the advisor or indicator that uses our panel.
  4. Our EAPADPRO panel is designed solely for the purpose of providing additional information about trading on your account.


Recensioni 7
Nepomnjashchy
78
Nepomnjashchy 2023.12.16 02:08 
 

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

Xiaoyu Huang
6401
Xiaoyu Huang 2021.07.22 03:58 
 

good !

geo6688
44
geo6688 2021.03.07 05:51 
 

супер!

Prodotti consigliati
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.75 (8)
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.63 (16)
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
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.75 (40)
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)
The Martinware Volume indicator plots a colored moving average over volume bars. The coloring uses three colors and can be done in different ways choosable by the user and is applied both to the average as to the volume bars. Three types of coloring are possible: None: no coloring is done Increasing or decreasing: changes the color depending on the current value being bigger or lesser than the previous one Volume relative to average: colors vary if the current volume is bigger or lesser then
FREE
Trend Fibonacci is a unique indicator that combines a power of Fibonacci sequences and ranges. How to read: - There are three zones --> red, gold and green - Red candlestick = downtrend - Green candlestick = uptrend   - Gold candlestick = no established trend Inputs: Per = number of bars used for calculations FirstRatio = first Fibonacci ratio (Or use any ratio you want) SecondRatio = second Fibonacci ratio (Or use any ratio you want) !! IF YOU PURCHASE THE INDICATOR, CONTACT ME FOR
FREE
Swiss VWAPsimple
Terence Gronowski
5 (3)
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
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.61 (41)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
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.38 (29)
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)
Vi presentiamo NAS100 Auto SL e TP Maker per MT5: Non perdete mai più l'impostazione di StopLoss e TakeProfit con il nostro NAS100 Auto SL e TP Maker, un assistente indispensabile per i trader che navigano sul mercato del Nasdaq 100 su MetaTrader 5. Questo strumento è stato progettato per coloro che cercano una soluzione perfetta per automatizzare la gestione dei livelli di StopLoss e TakeProfit. Caratteristiche principali: Automazione senza sforzo: Monitora automaticamente le operazioni
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
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
Lot Size Line
Stefan Warratz
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
QuantumAlert RSI Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the priva
FREE
Weis Waves
Flavio Javier Jarabeck
3.24 (25)
The original author is David Weis, an expert in the Wyckoff Method. The Weis Wave is a modern adaptation of the 1930's Wyckoff Method, another expert in Tape Reading techniques and Chart Analysis. Weis Waves takes market volume and stacks it into waves according to price conditions giving the trader valuable insights about the market conditions. If you want to learn more about this subject you can find tons of videos in YouTube. Just look for "The Wickoff Method", "Weis Wave" and "Volume Spread
FREE
Gli utenti di questo prodotto hanno anche acquistato
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.
85 USD
OpenAI Library MT5
VitalDefender Inc.
La seguente libreria si propone come un mezzo per poter utilizzare le API di OpenAI direttamente sulla metatrader, nella maniera più semplice possibile. Per maggiori approfondimenti sulle potenzialità della libreria, leggere il seguente articolo: https://www.mql5.com/it/blogs/post/756106 I file necessari per usare la libreria li trovate qui: Manuale IMPORTANTE: Per utilizzare l'EA è necessario aggiungere il seguente URL per consentire l'accesso all'API OpenAI c ome mostrato nelle immagini allega
150 USD
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
35 USD
Questa libreria ti consentirà di gestire le operazioni utilizzando qualsiasi tuo EA ed è molto facile da integrare su qualsiasi EA, cosa che puoi fare tu stesso con il codice script menzionato nella descrizione e anche esempi demo su video che mostrano il processo completo. - Ordini con limite di posizionamento, limite SL e limite di take profit - Ordini di mercato, mercato SL, mercato TP - Modifica ordine limite - Annulla Ordine - Interroga gli ordini - Cambia leva, margine
90 USD
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. 
30 USD
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,
60 USD
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
350 USD
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
95 USD
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
85 USD
OrderBook History Library
Stanislav Korotky
3 (2)
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
49 USD
BitMEX Trading API
Romeu Bertho
5 (1)
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
500 USD
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
30 USD
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,
819.99 USD
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-
400 USD
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        -
49 USD
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
49 USD
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
400 USD
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
30 USD
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 );    //复杂开单
88 USD
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
100 USD
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
80 USD
This library implements a few functions to simplify the programming of Expert Advisors. * Build your own EA for MT5 / Binance, with a easy support for multisymbol / multytimeframe * Different SFE EAs based on the library provided. * Base signals of SFE EAs are inlcuded in base version. All the Pro filters and management are included in the base version all the 2022. * Customize the provided SFE Lib EA by changing or implementing its rules.. * Review the existing or ask for video tutorials to
200 USD
The Matrix
Omega J Msigwa
Matrix is the foundation of complex trading algorithms as it helps you perform complex calculations effortlessly and without the need for too much computation power, It's no doubt that matrix has made possible many of the calculations in modern computers as we all know that bits of information are stored in array forms in our computer memory RAM, Using some of the functions in this library I was able to create machine learning robots that could take on a large number of inputs To use this libra
55 USD
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
499 USD
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
350 USD
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
30 USD
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
30 USD
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 
30 USD
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
1 499 USD
Applying these methods, I managed to arrive at a nuanced conclusion that is crucial to understanding the importance of unique strategies in contemporary trading. Although the neural network advisor showed impressive efficiency in the initial stages, it proved to be highly unstable in the long run. Various factors such as market fluctuations, trend changes, external events, etc. cause its operation to be chaotic and eventually lead to instability. With these experiences, I accepted the challenge
2 199 USD
Altri dall’autore
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (68)
Copiatore commerciale per MetaTrader 4.       Copia le operazioni, le posizioni e gli ordini forex da qualsiasi conto. È uno dei migliori copiatori commerciali       MT4 - MT4, MT5 - MT4       per il       COPYLOT MT4       versione (o       MT4 - MT5 MT5 - MT5       per il       COPYLOT MT5       versione). Versione MT5 Descrizione completa   +DEMO +PDF Come comprare Come installare     Come ottenere i file di registro     Come testare e ottimizzare     Tutti i prodotti di Expforex Versio
50 USD
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.68 (62)
Pannello di trading per il trading in 1 clic.   Lavorare con posizioni e ordini!   Trading dal grafico o dalla tastiera. Con il nostro pannello di trading, puoi eseguire operazioni con un solo clic direttamente dal grafico ed eseguire operazioni di trading 30 volte più velocemente rispetto al controllo MetaTrader standard. I calcoli automatici di parametri e funzioni rendono il trading più veloce e conveniente per i trader. Suggerimenti grafici, etichette informative e informazioni complete sugl
50 USD
Exp TickSniper PRO FULL
Vladislav Andruschenko
4.06 (52)
Exp-TickSniper -   scalper tick ad alta velocità con selezione automatica dei parametri per ogni coppia di valute automaticamente. Sogni un consulente che calcoli automaticamente i parametri di trading? Ottimizzato e messo a punto automaticamente? La versione completa del sistema per MetaTrader 4:       TickSniper   scalper   per MetaTrader 4 TickSniper - Descrizione completa       + DEMO + PDF L'EA è stato sviluppato sulla base dell'esperienza acquisita in quasi 10 anni di programmazione EA
200 USD
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.76 (17)
Trade copyr per MT5 è un trade copyr per la piattaforma МetaТrader 5   . Copia le negoziazioni forex   tra       eventuali conti   MT5   -   MT5, MT4   -   MT5 per la versione COPYLOT MT5 (o MT4   -   MT4 MT5   -   MT4 per la versione COPYLOT MT4) Fotocopiatrice affidabile! Versione MT4 Descrizione completa   +DEMO +PDF Come comprare Come installare     Come ottenere i file di registro     Come testare e ottimizzare     Tutti i prodotti di Expforex Puoi anche copiare le operazioni nel ter
50 USD
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.88 (58)
Pannello di trading per il trading in 1 clic.   Lavorare con posizioni e ordini!   Trading dal grafico o dalla tastiera. Utilizzando il nostro pannello di trading, puoi fare trading con un clic dal grafico ed eseguire operazioni di trading 30 volte più velocemente rispetto al controllo MetaTrader standard. Calcoli automatici di parametri e funzioni che semplificano la vita di un trader e lo aiutano a condurre le proprie attività di trading in modo molto più rapido e conveniente. Suggerimenti gr
50 USD
Exp THE X FULL
Vladislav Andruschenko
4.79 (28)
Expert Advisor automatico universale per MetaTrader 5 che lavora su indicatori standard. UniversalEA Il costruttore EA è dotato di un ampio set di funzioni. Puoi selezionare uno dei 20 segnali per aprire una posizione e 5 dei 20 filtri per ordinare i segnali degli indicatori standard inclusi nel pacchetto MetaTrader. Inoltre, puoi regolare i parametri dell'indicatore, selezionare un intervallo di tempo e specificare una barra del segnale per ciascun segnale. Puoi anche scaricare The X EA per il
100 USD
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (30)
Chiusura delle posizioni in MetaTrader 4 al raggiungimento del profitto/perdita totale con la funzione di trailing del profitto. Puoi abilitare le   fermate virtuali (ordine separato)   , Calcolo e chiusura per le posizioni   ACQUISTA e VENDI separatamente (Separate BUY SELL)   , Chiusura e calcolo di   tutti i simboli o solo del simbolo corrente (Tutti i simboli)   , Abilita il trailing for profit (   Trailing   Profit) Chiudi su profitti e perdite totali su valuta di deposito, punti, % del sa
35 USD
Profit or Loss Pad
Vladislav Andruschenko
4.5 (10)
Chiusura delle posizioni in MetaTrader 5 al raggiungimento del profitto/perdita totale con la funzione di trailing del profitto.   CloseIfProfitorLoss con Trailing Puoi abilitare le   fermate virtuali (ordine separato)   , calcolo e chiusura per le posizioni   ACQUISTA e VENDI separatamente (Separate BUY SELL)   , chiudendo e calcolando   tutti i simboli o solo il simbolo corrente (Tutti i simboli)   , abilita il trailing for profit (   Trailing   Profit) Le posizioni vengono chiuse in base a u
35 USD
Exp Swing
Vladislav Andruschenko
4.19 (43)
It uses the model of a famous strategy called Swinger (Pendulum, Cheburashka) - alternate placing of pending orders with increased lot. The strategy lies in placing two opposite pending orders. When the price moves in a certain direction, one pending order is triggered, while the lot size of the other order is increased. The EA provides three types of opening pending orders (TypeofTrade) Auto-opening after placement (Instant opening AutoTrade) Opening and management after manual opening (Manu
FREE
Exp Assistant 5
Vladislav Andruschenko
4.7 (111)
Impostazione automatica, stop loss, take profit, trailing stop, livelli di pareggio, attivazione di stop loss e take profit   virtuali   . Exp Assistant   ti aiuterà a organizzare il mantenimento delle tue posizioni. Questo programma, l'Expert Advisor, è progettato per impostare automaticamente il   Reale o il Virtuale       Livelli   di Stop Loss e Take Profit   per le tue posizioni durante il trading. Puoi gestire facilmente tutte le operazioni dell'Expert Advisor dal pannello di controllo su
FREE
Exp5 Duplicator
Vladislav Andruschenko
4.71 (7)
Expert Advisor Duplicator   ripete   operazioni/posizioni/segnali un numero prestabilito di volte sul tuo conto   MetaTrader 5   . Copia tutte le operazioni aperte manualmente o da un altro Expert Advisor. È possibile aumentare la dimensione del lotto dei segnali. Copia i segnali e aumenta il lotto dai segnali! Aumento del lotto del segnale MQL5 Sono supportate le seguenti funzioni: lotto personalizzato per operazioni copiate, copia di StopLoss, TakeProfit, utilizzo di trailing stop e molto alt
35 USD
Exp TickSniper
Vladislav Andruschenko
4.06 (33)
Exp-TickSniper   è uno scalper di tick veloce che seleziona automaticamente i parametri per ciascuna coppia di valute separatamente. L'EA è stato sviluppato sulla base dell'esperienza acquisita in quasi 10 anni di programmazione EA. L'EA esegue operazioni a breve termine utilizzando il trailing stop intelligente e in base ai dati correnti della coppia di valute, alle sue quotazioni, alle specifiche e allo spread. La strategia di media viene utilizzata per prevenire le perdite causate dall'algo
200 USD
Exp Assistant 4
Vladislav Andruschenko
4.87 (83)
AutoSetting stop loss, take profit, trailing stop, livelli di pareggio, abilitazione di stop virtuali. Exp Assistant   ti aiuterà a organizzare il mantenimento delle tue posizioni. Questo Expert Advisor imposterà tutti i livelli di stop loss e take profit necessari per le tue posizioni. Tutte le operazioni di Expert Advisor sono gestite dal pannello di controllo sulla carta. Se hai posizioni aperte, ma il tuo Expert Advisor non può impostare stop loss, take profit, trailing stop o pareggio e se
FREE
Exp5 Tester PAD for Strategy Tester
Vladislav Andruschenko
4.61 (28)
L'utilità ti consente di testare manualmente le tue strategie nel tester di strategia. Trading con un clic sul grafico di visualizzazione. Funzionalità comode e complete per testare le abilità di trading sono ora disponibili anche nel tester di strategia. Forex Tester Pad è un simulatore di trading per tester di strategia. Trading utilizzando gli indicatori. Le principali funzioni della nostra utilità Versione MT4 Descrizione completa +DEMO +PDF Come comprare Come installare     Come otte
FREE
Exp4 Duplicator
Vladislav Andruschenko
4.52 (21)
L'Expert Advisor   ripete   operazioni e posizioni o segnala un numero prestabilito di volte sul tuo conto   MetaTrader 4   . Copia tutte le operazioni aperte manualmente o da un altro Expert Advisor. Copia i segnali e aumenta il lotto dai segnali   ! Aumenta il numero di altri EA. Sono supportate le seguenti funzioni: lotto personalizzato per operazioni copiate, copia di Stop Loss, Take Profit, utilizzo di trailing stop. Versione MT5 Descrizione completa +DEMO +PDF Come comprare Come insta
35 USD
Exp Tick Hamster MT5
Vladislav Andruschenko
3.75 (16)
Esperto con ottimizzazione automatica di tutti i parametri per qualsiasi simbolo di trading per MetaTrader 5. Trading EA senza impostazioni! Tic Tac   Hamster   - Questo è un   esperto di trading automatizzato per neofiti e utenti che non vogliono creare un consulente! La strategia di trading di questo consulente di trading è stata testata per   7 anni. Fare trading è più facile che mai con il nostro esperto di trading automatico, progettato appositamente per i principianti. Dite addio alla secc
30 USD
Exp Averager
Vladislav Andruschenko
4.79 (19)
Exp-Averager   è progettato per calcolare la media delle operazioni che hanno ricevuto un certo prelievo aprendo operazioni di media. Il consulente ha la capacità di aprire nuove posizioni in tendenza o contro la tendenza attuale. Include anche una funzione intelligente di trailing stop che si applica a una serie di posizioni. Il consulente può aumentare o diminuire la dimensione del lotto delle posizioni. Questa è una strategia ampiamente utilizzata per riportare le posizioni in perdita al pr
35 USD
Exp SafetyLock PRO
Vladislav Andruschenko
4.7 (27)
SAFETYLOCK consente ai trader di evitare forti inversioni di mercato impostando un ordine opposto per una posizione già aperta. Se un trader o un EA apre una posizione, SAFETYLOCK apre un ordine in sospeso opposto per esso. Se la posizione diventa in perdita, l'ordine pendente viene attivato creando un blocco. L'EA consente di chiudere la posizione iniziale, lavorare con un trailing stop o moltiplicare il lotto. Puoi anche modificare il prezzo di apertura dell'ordine in sospeso seguendo il prez
35 USD
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
Consulente di trading universale su indicatori personalizzati per MetaTrader 5. Costruttore di strategia. Scrivi il nome del tuo indicatore con   Arrow   e buffer di segnale e il nostro EA   xCustomEA   negozia su questi segnali. Puoi anche utilizzare molte delle nostre funzioni integrate. Versione per MetaTrader4:   la   versione   xCustomEA per il terminale MetaTrader 4 La funzionalità del consulente di trading universale The xCustomEA duplica esattamente tutti i parametri del nostro consulen
200 USD
Averager FULL
Vladislav Andruschenko
4.9 (10)
Exp-Averager   è progettato per calcolare la media delle operazioni che hanno ricevuto un certo prelievo aprendo operazioni di media. Il consulente può aprire ulteriori posizioni in tendenza e contro tendenza! Include un trailing stop medio per una serie di posizioni! Stanno aumentando e diminuendo molto. Una strategia popolare per portare posizioni non redditizie al prezzo medio. Versione MT4 Descrizione completa +DEMO +PDF Come comprare Come installare     Come ottenere i file di regis
35 USD
Exp COPYLOT MASTER for MT4
Vladislav Andruschenko
4.62 (26)
Copiatore commerciale per МetaТrader 4. Copia le operazioni, le posizioni e gli ordini forex da qualsiasi conto. # È una delle migliori fotocopiatrici   commerciali   МТ4   -   МТ4, МТ5   -   МТ5, МТ4   -   МТ5, МТ5   -   МТ4 oggi. #       L'algoritmo di copia unico copia esattamente tutte le operazioni dal conto principale al conto cliente. Elevata velocità di funzionamento. Difficile gestione degli errori. Un potente set di funzionalità. #       Tutte queste qualità sono combinate in un unico
FREE
Exp4 The xCustomEA for MT4
Vladislav Andruschenko
4.17 (6)
Consulente di trading universale su indicatori personalizzati per MetaTrader 4. Strategia del costruttore. Scrivi il nome del tuo indicatore con Arrow e buffer di segnale e il nostro EA xCustomEA negozia su questi segnali. Puoi anche utilizzare molte delle nostre funzioni integrate. Versione per MetaTrader 4:   la   versione   xCustomEA per il terminale MetaTrader 5 La funzionalità del consulente di trading universale The xCustomEA duplica esattamente tutti i parametri del nostro consulente  
200 USD
Exp Tick Hamster MT4
Vladislav Andruschenko
3.5 (14)
Esperto con ottimizzazione automatica di tutti i parametri per qualsiasi simbolo di trading per MetaTrader 4. Trading EA senza impostazioni! Tick   Hamster     - Questo è un   esperto di trading automatizzato per neofiti e utenti che non vogliono creare un consulente! Sperimenta il trading automatizzato senza problemi con il nostro consulente esperto adatto ai principianti. Non devi preoccuparti di configurazioni complicate: il nostro esperto si occupa di tutto per te. Inizia oggi il tuo viaggio
30 USD
Ind5 Extra Report Pad
Vladislav Andruschenko
4.76 (29)
Traders Diary: questo è un pannello di statistiche che fornisce l'analisi del tuo conto di trading per MetaTrader 5. I risultati dell'analisi vengono visualizzati sul grafico in tempo reale. Il trading multivaluta è molto popolare. Versione MT4 Descrizione completa +PDF Come comprare Come installare     Come ottenere i file di registro     Come testare e ottimizzare     Tutti i prodotti di Expforex Tuttavia, maggiore è la quantità di operazioni, più difficile è analizzare la redditività
FREE
Exp4 Tester PAD for Strategy Tester
Vladislav Andruschenko
4.85 (27)
L'utilità ti consente di testare manualmente le tue strategie nel tester di strategia. Trading con un clic sul grafico di visualizzazione. L'ultima versione dell'utilità offre funzionalità avanzate che consentono ai trader di testare manualmente le proprie strategie di trading. Con il tester di strategia ora puoi valutare l'efficacia delle tue strategie di trading in un ambiente simulato. Questa funzionalità ti consente di analizzare le prestazioni delle tue tecniche di trading e di perfezionar
FREE
Ind5 InfoPad Information Panel
Vladislav Andruschenko
4.88 (8)
INFOPad è un pannello informativo che crea informazioni sulla coppia di valute selezionata nel terminale MetaTrader 5. Ci sono 5 funzioni di questo indicatore: Mostra le informazioni principali e principali sul simbolo selezionato: Ask BID, Spread, Stop Level, Swap, Tick value, Commissioni; Mostra gli obiettivi futuri del target SL e del target TP (il numero di punti dello stop loss e del take profit stabiliti, l'importo in dollari); Mostra il profitto ricevuto per i periodi: Oggi, Settimana, M
FREE
Exp5 COPYLOT MASTER for MT5
Vladislav Andruschenko
4.2 (10)
Exp5 - COPYLOT MASTER è una copiatrice commerciale per МetaТrader 5 e MetaTrader 4. Copia le operazioni Forex da qualsiasi conto. Installazione Questo Expert Advisor è un master copiatore. Installa l'Expert Advisor nel terminale da cui vuoi copiare le operazioni. Specificare qualsiasi nome di etichetta di testo come pathWrite, ad esempio "COPY". Installa COPYLOT MASTER per MT5 sul terminale da cui vuoi copiare le operazioni. Quindi installa   COPYLOT Client MT4   sul   terminale MT4 su cui vuoi
FREE
Lib4 EAPadPRO for MT4
Vladislav Andruschenko
5 (5)
Library to add the Information Panel to your Expert Advisor for MetaTrader 4. We can not guarantee that the information and interface of the program will give you a profit on deals, but we will definitely say that even the simplest interface of the program can strengthen the first impression. Detailed description and instructions for adding our panel to your Expert Advisor are in our blog: LIB - EAPADPRO Step-by-step instruction Detailed description of our panel and instructions for using EAPADP
FREE
Ind4 Extra Report Pad
Vladislav Andruschenko
4.49 (45)
Traders Diary: questo è un pannello di statistiche che fornisce l'analisi del tuo conto di trading per MetaTrader 4. I risultati dell'analisi vengono visualizzati sul grafico in tempo reale. Il trading multivaluta è molto popolare al giorno d'oggi. Tuttavia, maggiore è la quantità di scambi, più difficile è analizzare la redditività di ciascuno di essi. Versione MT5 Descrizione completa +PDF Come comprare Come installare     Come ottenere i file di registro     Come testare e ottimizzar
FREE
Ind4 Market Time Pad
Vladislav Andruschenko
4.39 (18)
L'indicatore che mostra l'ora corrente nei principali mercati del mondo. Visualizza anche la sessione corrente. Molto facile da usare. Non occupa molto spazio su un grafico. Può essere utilizzato insieme a Expert Advisor e altri pannelli, come   VirtualTradePad   . La versione con orologio analogico visualizzato sul grafico. Cari amici e utenti dei nostri EA, aggiungete le vostre valutazioni nella sezione   Recensioni. Tutti gli aggiornamenti al nostro software forex sono   gratuiti   ! Questa
FREE
Filtro:
Nepomnjashchy
78
Nepomnjashchy 2023.12.16 02:08 
 

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

Pasadena.VP
14
Pasadena.VP 2022.03.15 17:33 
 

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

Xiaoyu Huang
6401
Xiaoyu Huang 2021.07.22 03:58 
 

good !

geo6688
44
geo6688 2021.03.07 05:51 
 

супер!

hrhugd
57
hrhugd 2020.09.27 10:54 
 

L'utente non ha lasciato alcun commento sulla valutazione.

Barour Bilal
2466
Barour Bilal 2019.06.17 00:20 
 

L'utente non ha lasciato alcun commento sulla valutazione.

[Eliminato] 2019.01.07 17:45 
 

L'utente non ha lasciato alcun commento sulla valutazione.

Rispondi alla recensione
Versione 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).
Versione 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
--
Versione 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.
Versione 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!
Versione 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.
Versione 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;
Versione 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;
Versione 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