Download EAPadPRO Mqh Library

Download EA Duplicator
Download Extra Report Pad
Download EA Duplicator
Download Extra Report Pad
Download EAPadPRO Mqh Library
Download EAPadPRO Mqh Library
25534 Downloads

 

 

 

🔃 Last Updated on 12 10 月, 2024

 

Add an Information Panel to your MetaTrader Expert Advisor with this Mqh Library.

While we cannot guarantee that the program’s information and interface will result in profitable deals, we can confidently say that even the simplest interface can leave a strong first impression.”

If you’re looking to enhance the functionality of your MetaTrader Expert Advisor, you can consider utilizing this Mqh Library to add an Information Panel.

This panel will provide you with valuable information on the current state of your Expert Advisor, including real-time data on trading activity, performance metrics, and other important indicators.

By leveraging this Mqh Library, you can improve your decision-making capabilities and gain greater insight into your trading strategies.

Main Documentation Settings

FAQ Changelog Reviews Comments Extra

 

Changelog:

 

Version 24.917 2024.09.17

EAPADPRO v59

–Enhanced Graphical Interface Translation

We have completely revamped and updated the translations across all elements of the graphical interface. This ensures a more accurate and natural localization, allowing the interface to better reflect the linguistic and cultural nuances of our diverse user base. As a result, interacting with the application is now even more seamless and intuitive, providing a more personalized and comfortable user experience.

–Introduced Informative Tooltips for Panel Elements

To elevate user convenience, we’ve added descriptive tooltips to various panel components. When you hover over buttons and icons, informative explanations about each element’s functionality will appear instantly. This enhancement significantly simplifies navigation and interaction within the application, making it easier for both new and experienced users to utilize all features effectively.

–Resolved Minor Bugs and Boosted Stability

In this update, we’ve addressed and fixed several minor bugs that were affecting the application’s performance. These corrections enhance the overall stability and reliability of the program, ensuring a smoother and more consistent user experience. By eliminating these small issues, we’ve laid the groundwork for a more robust and efficient application.

Version 24.805 2024.08.05

Fixed error in profit/price/time of closed position in notifications.
Fixed INFOBOX error when deleting the EAPADPRO window.
Last build compilation

Version 24.503 2024.05.03

Resolved: problem with loading templates on different symbols and deleting “old” EAPADPRO panel objects.

Error saving variables from the chart – fixed.

 

BUY/SELL buttons are enabled by default

Fixed: Work in Strategy Tester

Version 24.404 2024.04.04

Global Update EAPADPRO v55

Added: information about profit from closed positions to the chart.

The information is displayed for each bar of the current timeframe.

You can change the timeframe to see the result of trading on a certain bar of the current timeframe.

If several positions/deals are closed on one bar of the current timeframe, the trading result is summarized, and the total information for a certain bar is displayed.

The information is updated when the next position/deal is closed.

You can turn off showing history in the panel settings.

EAPadPRO - Information panel for our experts - Image 169

===========================================================================================

Added: The status of the Expert Advisor operation if it was launched on the server from “VPS MQL MetaQuotes”.

When Expert Advisor is running on the server from MetaQuotes, a message will be created on the home computer that Expert Advisors are running on the server “VPS MQL MetaQuotes”. The smiley face is blue.

Attention: If an Expert Advisor is launched on both the server and the home computer, it can trade in parallel on 2 terminals (server “VPS MQL MetaQuotes” + home computer); there may be conflicts.

Attention: If the Expert Advisor is launched on the server “VPS MQL MetaQuotes”, do not Turn it on work on the home computer to avoid conflicts.

Frequency of polling the status of work on the server = 1 day.

After deinitialization of the Expert Advisor on the server – It will get the status – stopped.

To test the work on the server from “VPS MQL MetaQuotes”, pending orders are created!

EAPadPRO - Information panel for our experts - Image 170

===========================================================================================

Added: The error status of the Expert Advisor operation can now be read on the EAPADPRO panel.

You can click on the Smile or the Expert Advisor operation status bar and you will be shown a message about current errors of Expert Advisor operation.

If you click on the Smile button on the panel, you will be shown the causes and errors and their solutions with pictures.

EAPadPRO - Information panel for our experts - Image 171

===========================================================================================

Added: Notification of errors and opening/closing of trades to the chart in the form of InfoBox.

Notification is shown for 4 types:

—Opening a new trade;

—Closing a deal;

—Modification of a trade;

—Error received by Expert Advisor from the server;

In the EAPADPRO panel settings, you can turn on or off the notification type you need.

Notifications can be viewed as they arrive in the notification queue.

Notifications are accumulated in a data array each time you install/reinstall/change Expert Advisor settings.

In the EAPADPRO header you can also enable disable INFOBOX.

EAPadPRO - Information panel for our experts - Image 172

===========================================================================================

Added: Working with Telegram (Beta version)

For Expert Advisor to work with the Telegram bot, you need to set up the bot on your phone and create a “public” or “private” channel.

To receive notifications from your account, you need to assign your bot as an administrator of your “public” or “private” channel.

Attention! Sending notifications and working with commands takes computer resources! Use the Telegram bot only for your own needs.

How To set Telegram bot:

New settings for working with Telegram:

EAPadPRO2=” =============== Telegram bot “;

==input ENUM_UPDATE_MODE TG_UpdateMode=UPDATE_SLOW –> Update Mode. Timer speed, to receive commands from Telegram bot. The faster the timer runs, the more computer resources will be used! Please do not change it unnecessarily. 2sec,3sec,10sec

==TG_PRIORITY=TG_HOME_VPS –> Priority of work. This is the priority mode when the Telegram bot works on the MetaQuotes VPS server and your home computer.

TG_HOME_ONLY=1, // Only the HOME bot. The Telegram bot works only on the home computer.

TG_VPS_ONLY=2, // Only the VPS bot. The Telegram bot works only on the MetaQuotes VPS server.

TG_VPS_HOME=3, // First VPS bot, second HOME bot. The Telegram bot works on the MetaQuotes VPS server if you upload it to the server. If not, it will work on your home terminal. Check the work on the VPS server every 10 minutes.

TG_HOME_VPS=4, // First HOME bot, second VPS bot. The Telegram bot works on a home computer, but if the home computer/terminal is turned off, it will work on the VPS server from MetaQuotes. Check the VPS server’s work every 10 minutes.

Attention! Screenshots are not available on the VPS server from MetaQuotes!

==TG_Token=”” –> Token bot. Token (unique code) of the bot that will send notifications and receive commands

==TG_ChannelName=”” –> –> Public Channel Name @. Or “private” ID starts -100 of the private channel. That will send notifications about opening/closing/modification/errors and screenshots from the terminal.

==TG_UserNameFilter=”” –> Whitelist Usernames. List of users, starting with @, who can use the bot.

Attention! Sending notifications and working with commands takes computer resources! Use the Telegram bot only for your own needs.

==TG_UseBotTimer=false;//TG_UseBotTimer –> Working with the bot from the phone

New notification type added to EAPADPRO panel settings:

==Notice Open TG – Send a notification to the Telegram channel if a trade is open;

==Notice Close TG – Send a notification to the Telegram channel if a trade is closed;

==Notice Modify TG – Send a notification to the Telegram channel if a trade is modified;

==Notice Error TG – Send a notification to the Telegram channel if an error is received;

==ScreenShot TG – Send a screenshot to the Telegram channel if a trade is opened or closed;

Attention! This is a beta version of working with the Telegram bot. We are working on improving and adding new features.

If you have any suggestions, please write in the “Comments” section.

EAPadPRO - Information panel for our experts - Image 173

===========================================================================================

Improvement: Code optimization to increase speed.

Improvement: The speed of the panel update in the strategy tester is now calculated automatically depending on the speed of quotes arrival.

This is done to increase the speed of the program in the strategy tester.

Information update is now equal to 1 real second.

Improvement: The speed of the program running EAPADPRO in the strategy tester.

Attention! Events in the strategy tester are processed only when a new tick is created.

If a new tick (minimum price movement) is not created, then the panel waits for the next tick.

With Visualization:

Version 48: 390sec (TickSniper 2024-2024)

Version 55: 244sec >>159% (TickSniper 2024-2024)

w/o Visualization:

Version 48: 363sec (TickSniper 2020-2024)

Version 55: 220sec >>165% (TickSniper 2020-2024)

with Visualization:

Version 48: 15750sec (TickSniper 2020-2024)

Version 55: 6220sec >>253% (TickSniper 2020-2024)

Improvement: The color of the button to close a position on the chart changes depending on the current profit of this position.

Improvement: Graphic improvements to optimize the Expert Advisor’s performance

Improvement: The account deposit Symbol is cent ¢, USD $, or eur €. All others are the first letter of the deposit currency name.

Improvement: When visual testing is completed, objects are not removed from the graph.

Improvement: When creating screenshots after opening/closing positions, the EAPAPDPRO Control Panel will be expanded to show full information.

This is done in order to study the trading history of Expert Advisor on the visualization graph after testing is completed.

Fixed: Managing positions and orders from the chart when the panel is minimized.

Fixed: Corrected the error of clearing the chart from unused order labels.

Fixed: AutoSize when switching charts.

Fixed: Drawing errors to Print when the Expert Advisor runs on “VPS MQL MetaQuotes”

EAPadPRO - Information panel for our experts - Image 174

 

Version 24.127 2024.01.27 EAPADPRO v48
+Added languages Chinese, Japanese, Korean, and Turkish.
+Added full control from the chart. Closing positions/orders, removing Stop Loss / Take Profit.
For full management and testing of Expert Advisor in the strategy tester.

 

Version 24.125 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. A standard function activates chart redrawing.
When closing a position, information about the closing time and the number of seconds of life of this position is also written in the journal.
Added confirmation of pressing the “MODIFY ONLY” and “STOP TRADING” buttons to avoid accidental pressing. You can disable confirmation in the panel settings (Extra Buttons – Confirm).

Version 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

Version 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.

Version 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!

Version 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.
-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.

Version 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;

Version 19.104 2019.01.05

Повторное обновление

Version 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;

Version 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

For your convenience, we have added a short description of the parameters in the table of external variables and expert settings.

Update panel EAPAPDPRO v21:
-Graphics improvements
-Add tooltips
-Add information about the ban on trade for various reasons

 

2018 08 16

EAPADPRO update

Auto-save notification settings on the DEMO account.
Disable notifications in the Real account by default.
Added check of the status of PUSH notifications, if they are included in the terminal settings.

Added the CheckBox to enable / disable the creation of screenshots in the settings of the Panel: on the Opening / Closing.
Screenshots are created in the folder of your terminal Files Expert name , 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 GRAPH.
Any inactivity on the graph: clicking on the graph, clicking on objects, resizing the graphs – leads to the automatic minimization of the window of our EAPADPRO panel.
If the window is in focus (selected) – automatic minimize is disabled!
To disable auto minimization – set in the panel settings in the AutoMinimize = 0 field.

 

2018

  • Completely changed the drawing algorithm.
  • Changed the font of information output
  • Added support for Scaled fonts in Windows, and the panel itself optimizes the size for your scale.
  • Added support of panel languages: Russian and English
  • Added automatic detection of the terminal language and output of information in the language in which your terminal is launched (Russian or English).
  • Added support for moving the panel on the chart
  • Added support for 3 color schemes for the panel: Black, White, Gray.
  • Added panel settings section and hot swap of panel settings from the chart
  • Added help section where you can read the program description and get important links to full instructions
  • Added function of displaying information about positions (open, stoploss, take profit) on the chart where the panel is installed. All positions are shown by the current magic number and symbol from which the panel is launched. If you point at the information window, additional information is shown.
  • Added possibility to notify the user about actions on the account (opening, closing, modification, errors) using PUSH, Alert, Sound.
  • Automatic detection of demo account and disabling of notifications on demo account (User can enable notification in the panel settings). By default, on a live account notification to the phone via PUSH and Sound is enabled.
  • Added the ability to close the panel, while the EA logo will be saved. If you click on the logo, the panel will expand again;

 

2017 01 01

First Version of EAPADPRO

大小:2.08 MB
版本 24.126
This website uses cookies to improve your experience. By using this website you agree to our Data Protection Policy.
Read more