EAPADPRO LIBRARY - Adding our panel to your EA

EAPADPRO LIBRARY – Adding our panel to your EA

CloseIfProfitorLoss with Trailing. Control of the total profit or loss with profit trailing.
EAPadPRO – Information panel for our experts
CloseIfProfitorLoss with Trailing. Control of the total profit or loss with profit trailing.
EAPadPRO – Information panel for our experts

  • Main
  • Documentation
  • Settings
  • FAQ
  • Changelog
  • Reviews
  • Comments
  • Extra

Brief

Use the library to add the information panel to your expert advisor for MetaTrader.

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

How does it work?

EAPADPRO Graphical interface for Expert Advisors

EaPadPRO Gif

EAPADPRO You can use our library for your Expert Advisors.

EAPADPRO By using our panel, you will save your time.

EAPADPRO Information panel for Expert Advisors

Main functions of our EAPadPRO

EAPadPRO – Information panel

EAPADPRO Graphics panel settings

EAPADPRO Multilingual information panel

Multi Languages

EAPADPRO Selecting a color scheme

Multi color

EAPADPRO One-click trading and position management on the chart

EAPADPRO Fully functional work in the strategy tester

What do people write about EAPadPRO ?

  • Xiaoyu Huang 2021.07.22 03:58
    good !
    Xiaoyu Huang
    ⭐⭐⭐⭐⭐
  • Rafael Vieira 2023.11.20 20:39
    Thanks for sharing
    Rafael Vieira
    ⭐⭐⭐⭐⭐
  • Sydney Pate 2021.02.24 12:41
    Awesome. Thank you
    Sydney Pate
    ⭐⭐⭐⭐⭐
  • Nepomnjashchy 2023.12.16 02:08
    Пока все классно. тестируют
    Nepomnjashchy
    ⭐⭐⭐⭐⭐
  • Sergey Zhuravkov 2019.09.18 14:24
    Всегда хорошие продукты
    Sergey Zhuravkov
    ⭐⭐⭐⭐⭐
  • Nepomnjashchy 2023.12.16 02:08
    Пока все классно. тестируют
    Nepomnjashchy
    ⭐⭐⭐⭐⭐

You can Download free EAPadPRO

FULL for FREE!

This is FULL FREE version without limits!
You can download and install our program for free!

Useful links


Download MetaTrader

How to buy How to install Strategy Tester VPS MetaQuotes MT4 Log Files MT5 Log Files

Description

Method of programming the information panel in any adviser.

The success of any program is, first of all, the interface of the program and the first impression of the program.

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

In this article, we will tell you how to apply our information panel to the EAPADPRO advisor.

EAPADPRO – Own the information!

EapadPRO is information that the user of any Expert Advisor receives in real-time.

Creating such a panel took us about 2 weeks, but to bring the program’s interface to a friendly design (graphical user interface, GUI ) took us months of painstaking work.

Not having enough experience in the development of such panels, you can not make the interface of the program suitable for use.

We do not insist on the ideal GUI of our panel, but based on experience and feedback, it has several useful blocks that give a complete picture of what is happening on your terminal’s graph.

We suggest you use our panel as your experts. EAPADPRO – Own the information!

How to start?

First, you should read the complete instructions for using and managing our panel. Then, read EAPadPRO—Information panel for our experts.

Our panel is distributed as a LIBRARY, which can be used in both MT4 and MT5 ( cross-platform code )

You can download our library in the advisor’s section for forex. I put in the library archive and examples of use.

All you need is our EAPADPRO LIBRARY and 10 minutes to install into your expert…

Installing the Library

  1. Copy the MQL5 or MQL4 folder to the folder of your terminal \;
  2. These folders include all the necessary files and resources for the work of our library;
  3. Open your Expert Advisor;
  4. Open our sample and a step-by-step guide to installing our code, file Exp – EAPADPRO v47 LIBRARY TEST;
  5. Do each Step as written in the recommendation, or use our step-by-step instructions 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 60×60 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;
  10. MagicForEaPadPRO_Open = -1 – Magic number, which will be assigned to the items opened from our panel;
  11. CommentForEaPadPRO = “” – A comment that will be assigned to items opened from our panel;
  12. TypeFillingForEaPadPRO = 0 – Type of fill orders at the opening, only for terminal MT5;
  13. ShowBuySell = true – Show the trading panel in 1 click (BUY SELL)

You can also set external variables:

  1. ShowEaPadPro = true;
  2. FontName = “Roboto”;
  3. Notice_Open_NameSound = “ok”;
  4. Notice_Close_NameSound = “request”;
  5. Notice_Modify_NameSound = “stops”;
  6. Notice_Error_NameSound = “alert2”;

Terms of Use

Our library with the EAPADPRO information panel is distributed free of charge on the backlink 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 was developed by the Expforex team.
  2. All rights to this EAPADPRO panel belong to Vladislav Expforex .
  3. The author of the EAPADPRO information panel is not responsible for the Expert Advisor (EA) 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.

Programming EAPADPRO 10 steps

In our example, you can find the steps (STEP) that you need to perform for the panel to be displayed in your Expert Advisor!

Step 1:

Copy the following code to the top of your EA and change the data that is available for editing (EAPADPRO Personalization):

 // Step 1 ############################################## ######################
// This step is for installing our panel in your Expert Advisor
// ################################################ ###########################
// + ----------------------------------------------- ------------------- +
// Insert at the beginning of the code
// + ----------------------------------------------- ------------------- +
// Copyright of my panel! Do not change!
#define EAPADPRODescription "\ n \ nEAPADPRO pad by www.expforex.com"
#property strict
#ifdef __MQL5__ 
#define MT "MT5" 
#endif
#ifdef __MQL4__ 
#define ORDER_FILLING_FOK 0
#define MT "MT4" 
#endif
// ===========================
// Information about your program |
// ===========================
// Notification that this is a demo version of your program (Will be displayed in the panel)
bool DEMO = false;
// Version
#define versionea "77.777"
#property version versionea
// BMP LOGO 60x60 
#define BMPLOGO "Images \\ EAPADPRO_Images \\ YOURLOGO.bmp" 
#resource "\\" + BMPLOGO;
// Icon of your product
#property icon "\\ Images \\ EAPADPRO_Images \\ YOURLOGO.ico" 
// Expert name
#define defEANAME "EA NAME"
// Your Product Description 
#property description defEANAME + "for" + MT + "" + EAPADPRODescription 
// Your nickname or name is displayed at the bottom of the panel 
#define YourName "Your Nick" 
// Your copyrights
#property copyright YourName + "Your Copyright" 
// ################################################ ########################### 

Step 2:

This replacement is needed only to exclude the same output to the log.

 // Step 2 ############################################## ######################
// This step is for installing our panel in your Expert Advisor
// ################################################ ###########################
// + ----------------------------------------------- ------------------- +
// Replace Print with EAPADPRO_LIBRARY_PrintToLogs
// For example: EAPADPRO_LIBRARY_PrintToLogs ("This print will be printed in the log");
// + ----------------------------------------------- ------------------- +
// ################################################ ########################### 

Step 3:

For the MODIFY ONLY option to work in your Expert Advisor, you need to add the following code if (MODIFYONLY) return (false); in the function of opening positions or orders.

 // Step 3 ############################################## ######################
// This step is for installing our panel in your Expert Advisor
// ################################################ ###########################
// + ----------------------------------------------- ------------------- +
// Add to the beginning of the function of opening positions or orders 
// + ----------------------------------------------- ------------------- +
// if (MODIFYONLY) return (false);
// ################################################ ########################### 

Step 4:

The following function displays information about the error in the form of a PUSH notification to the phone, mail, and the terminal screen. All these notifications in the future can be turned off in the settings of our panel.

 // Step 4 ############################################## ######################
// This step is for installing our panel in your Expert Advisor
// ################################################ ###########################
// + ----------------------------------------------- ------------------- +
// Add to error handling for NOTICE notifications: 
// + ----------------------------------------------- ------------------- +
// EAPADPRO_LIBRARY_Notice_ErrorCheck (information, function information, error number);
// eg:
// EAPADPRO_LIBRARY_Notice_ErrorCheck ("HERE RECORDING INFORMATION", "Line:" + __ LINE __ + "Function:" + __ FUNCTION __ + "\ n" + __ FUNCSIG __, GetLastError ());
// eg:
// Notice_ErrorCheck ("ClosePosition ERROR" + OrderTicket (), "Line:" + __ LINE __ + "Function:" + __ FUNCTION__, GetLastError ());
// ################################################ ########################### 

Step 5:

Add the following code to your OnInit function and note the lines with the CreateInputs and CreateStrategy functions

 // Step 5 ############################################## ######################
// This step is for installing our panel in your Expert Advisor
// ################################################ ###########################
// + ----------------------------------------------- ------------------- +
// | enter the code in OnInit |
// + ----------------------------------------------- ------------------- +
void OnInit ()
 {
 EAPADPRO_LIBRARY_PrintToLogs ("This print will be printed in the log");
// We also add this code to OnTick:
// Here you can write your external variables in the format: "Name", "Value" Up to 10 variables in total
 CreateInputs ("Inputs_TEST1", TimeCurrent (), "Inputs_TEST2", "Inputs_TEST2");
// Here you can write down your data on the strategy in the format: "Name", "Value" Up to 10 values
 CreateStrategy ("Strategy_TEST1", TimeCurrent (), "Strategy_TEST2", "Strategy_TEST2");

// ================================================ ============================
// EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO
 EAPADPRO_LIBRARY_OnInit (ShowEaPadPro, -1, -1, "EAPADPRO", DEMO, defEANAME, 0, FontName, Notice_Open_NameSound, Notice_Close_NameSound, Notice_Modify_NameSound,
 Notice_Error_NameSound, BMPLOGO, versionea, YourName, true);
// EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO
// ================================================ ============================

 return;
 } 

Step 6:

Enter the following code into your OnDeinit function

 // Step 6 ############################################## ######################
// This step is for installing our panel in your Expert Advisor
// ################################################ ###########################
// + ----------------------------------------------- ------------------- +
// | to enter the code in OnDeinit |
// + ----------------------------------------------- ------------------- +
void OnDeinit (const int reason)
 {
// ================================================ ============================
// EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO
 EAPADPRO_LIBRARY_OnDeinit (reason);
// EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO
// ================================================ ============================
 }
// ################################################ ########################### 

Step 7:

Enter the following code into your OnTick function and note the lines with the CreateInputs and CreateStrategy functions

 // Step 7 ############################################## ######################
// This step is for installing our panel in your Expert Advisor
// ################################################ ###########################
// + ----------------------------------------------- ------------------- +
// | enter code in OnTick |
// + ----------------------------------------------- ------------------- +
void OnTick ()
 {
// ================================================ ============================
// EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO
 MODIFYONLY = Get_MODIFYONLY ();
 STOPTRADING = Get_STOPTRADING ();
 EAPADPRO_LIBRARY_OnTick (ShowEaPadPro);

// Copy the same code from OnInit
// Here you can write your external variables in the format: "Name", "Value" Up to 10 variables in total
 CreateInputs ("Inputs_TEST1", TimeCurrent (), "Inputs_TEST2", "Inputs_TEST2");
// Here you can write down your data on the strategy in the format: "Name", "Value" Up to 10 values
 CreateStrategy ("Strategy_TEST1", TimeCurrent (), "Strategy_TEST2", "Strategy_TEST2");

// EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO
// ================================================ ============================
 } 

Step 8:

Enter the following code into your OnTrade function or if your code does not have the OnTrade function, then copy the lower code without changing:

 // Step 8 ############################################## ######################
// This step is for installing our panel in your Expert Advisor
// ################################################ ###########################
// + ----------------------------------------------- ------------------- +
// | Enter the code in OnTrade or add, If not |
// + ----------------------------------------------- ------------------- +
void OnTrade ()
 {
// ================================================ ============================
// EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO
 EAPADPRO_LIBRARY_OnTrade (ShowEaPadPro);
// EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO
// ================================================ ============================
 }
// ################################################ ########################### 

Step 9:

Enter the following code in your OnChartEvent function or add it if your code does not have the OnChartEvent function, then copy the lower code without changing:

 // Step 9 ############################################## ######################
// This step is for installing our panel in your Expert Advisor
// ################################################ ###########################
// + ----------------------------------------------- ------------------- +
// | enter the code in the OnChartEvent or add, if not |
// + ----------------------------------------------- ------------------- +
void OnChartEvent (const int id, const long & lparam, const double & dparam, const string & sparam)
 {
// ================================================ ============================
// EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO
 EAPADPRO_LIBRARY_OnChartEvent (id, lparam, dparam, sparam, ShowEaPadPro);
// EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO EAPADPRO
// ================================================ ============================
 }
// ################################################ ########################### 

Step 10:

The final stage of programming our panel in your Expert Advisor, Copy the code that is below entirely to your Expert Advisor:

 // Step 10 ############################################## ######################
// This step is for installing our panel in your Expert Advisor
// ################################################ ###########################
// + ----------------------------------------------- ------------------- +
// Insert at the end of the code
// + ----------------------------------------------- ------------------- +
input string EAPadPRO = "=============== EAPadPRO Info";
input bool ShowEaPadPro = true;
input string FontName = "Roboto";
input string Notice_Open_NameSound = "ok";
input string Notice_Close_NameSound = "request";
input string Notice_Modify_NameSound = "stops";
input string Notice_Error_NameSound = "alert2";

bool STOPTRADING = false;
bool MODIFYONLY = false;

#ifdef __MQL5__
#import "Lib - EAPADPRO v33 LIBRARY.ex5"
#endif
#ifdef __MQL4__
#import "Lib - EAPADPRO v33 LIBRARY.ex4"
#endif
void EAPADPRO_LIBRARY_OnInit (bool ShowEaPadProexport = true,
 int MagicForEaPadPRO = 0,
 int MagicForEaPadPRO_Open = -1,
 string CommentForEaPadPRO = "",
 bool DemoForEaPadPRO = false,
 string EaNameForEaPadPRO = defEANAME,
 int TypeFillingForEaPadPRO = 0,
 string FontNameForEaPadPRO = "",
 string Notice_Open_NameSoundForEaPadPRO = "",
 string Notice_Close_NameSoundForEaPadPRO = "",
 string Notice_Modify_NameSoundForEaPadPRO = "",
 string Notice_Error_NameSoundForEaPadPRO = "",
 string BMPLOGOForEaPadPRO = BMPLOGO,
 string versioneaForEaPadPRO = versionea,
 string NICKNAMEForEaPadPRO = YourName,
 bool ShowBuySell = true,
                             double StartLotToEapadPRO=0

 );
bool Get_STOPTRADING ();
bool Get_MODIFYONLY ();

void EAPADPRO_LIBRARY_OnDeinit (const int reason);
void EAPADPRO_LIBRARY_OnTick (bool ShowEaPadProexport = true);
void EAPADPRO_LIBRARY_OnTrade (bool ShowEaPadProexport = true);
void EAPADPRO_LIBRARY_OnChartEvent (const int id, const long & lparam, const double & dparam, const string & sparam, bool ShowEaPadProexport = true);
void CreateInputs (string inputs_name_1 = "", string inputs_value_1 = "",
 string inputs_name_2 = "", string inputs_value_2 = "",
 string inputs_name_3 = "", string inputs_value_3 = "",
 string inputs_name_4 = "", string inputs_value_4 = "",
 string inputs_name_5 = "", string inputs_value_5 = "",
 string inputs_name_6 = "", string inputs_value_6 = "",
 string inputs_name_7 = "", string inputs_value_7 = "",
 string inputs_name_8 = "", string inputs_value_8 = "",
 string inputs_name_9 = "", string inputs_value_9 = "",
 string inputs_name_10 = "", string inputs_value_10 = "");
void CreateStrategy (string strategy_name_1 = "", string strategy_value_1 = "",
 string strategy_name_2 = "", string strategy_value_2 = "",
 string strategy_name_3 = "", string strategy_value_3 = "",
 string strategy_name_4 = "", string strategy_value_4 = "",
 string strategy_name_5 = "", string strategy_value_5 = "",
 string strategy_name_6 = "", string strategy_value_6 = "",
 string strategy_name_7 = "", string strategy_value_7 = "",
 string strategy_name_8 = "", string strategy_value_8 = "",
 string strategy_name_9 = "", string strategy_value_9 = "",
 string strategy_name_10 = "", string strategy_value_10 = "");
void EAPADPRO_LIBRARY_PrintToLogs (string text = "");
void EAPADPRO_LIBRARY_Notice_ErrorCheck (string infoabouterror = "", string techinfofunction = "", int NumberofError = -1);

#import
// + ----------------------------------------------- ------------------- +

Result

If you did everything correctly, after loading your EA, you would see the following image:

Sale and resale of EAPADPRO

Our dashboard has copyrights.

This development of EAPADPRO belongs to Vladislav Expforex!

Any resale and sale of the information panel, as well as the sale of experts who use our panel, is FORBIDDEN!

Any mention of changed view, copying of functions and design, and copying of the general concept of our EAPADPRO panel is PROHIBITED!

FAQ

Our General FAQ

FAQ Answers to the most popular questions

Sale and resale of EAPADPRO

Our dashboard has copyrights.

This development of EAPADPRO belongs to Vladislav Expforex!

Any resale and sale of the information panel, as well as the sale of experts who use our panel, is FORBIDDEN!

Any mention of changed view, copying of functions and design, and copying of the general concept of our EAPADPRO panel is PROHIBITED!

Changelog

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

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

Reviews

Nepomnjashchy

⭐⭐⭐⭐⭐


Nepomnjashchy 2023.12.16 02:08
Пока все классно. тестируют

Nepomnjashchy

⭐⭐⭐⭐⭐


Nepomnjashchy 2023.12.16 02:08
Пока все классно. тестируют

Rafael Vieira

⭐⭐⭐⭐⭐


Rafael Vieira 2023.11.20 20:39
Thanks for sharing

Pasadena.VP


Pasadena.VP 2022.03.15 17:33 # RU Пока тестирую. К каждому терминалу надо привыкать. Пока привыкаю. Немного неудобно - закрытие открытых позиций

Bradford Marsh

⭐⭐⭐⭐⭐


Bradford Marsh 2021.11.23 08:12
Thanks for the share

Xiaoyu Huang

⭐⭐⭐⭐⭐


Xiaoyu Huang 2021.07.22 03:58
good !

Jovo Pavkovic

⭐⭐⭐⭐⭐


Jovo Pavkovic 2021.07.05 17:19
I haven't bought anything yet. But is ok.

geo6688

⭐⭐⭐⭐⭐


geo6688 2021.03.07 05:51
супер!

Sydney Pate

⭐⭐⭐⭐⭐


Sydney Pate 2021.02.24 12:41
Awesome. Thank you

hrhugd

⭐⭐⭐⭐⭐


hrhugd 2020.09.27 10:54
User didn't leave any comment to the rating

Sergey Zhuravkov

⭐⭐⭐⭐⭐


Sergey Zhuravkov 2019.09.18 14:24
Всегда хорошие продукты

Barour Bilal

⭐⭐⭐⭐⭐


Barour Bilal 2019.06.17 00:20
User didn't leave any comment to the rating

AirOne1

⭐⭐⭐⭐⭐


AirOne1 2018.10.12 14:12
User didn't leave any comment to the rating

    

Rafael Vieira

98

Rafael Vieira 2023.11.20 20:39  # 

   RU

Thanks for sharing

Bradford Marsh

35

Bradford Marsh 2021.11.23 08:12  # 

   RU

Thanks for the share

Vladislav Andruschenko

354156

Reply from developer Vladislav Andruschenko 2021.11.23 08:30 #  RU

Thank you

Jovo Pavkovic

28

Jovo Pavkovic 2021.07.05 17:19  # 

   RU

I haven’t bought anything yet.

But is ok.

Vladislav Andruschenko

354156

Reply from developer Vladislav Andruschenko 2021.07.05 17:21 #  RU

Try my guide =======================================================
🏬🏬🏬 You can install all ea from your terminal 🏬🏬🏬
MARKET MQL5.COM: HOW TO INSTALL ea from terminal?: https://www.mql5.com/en/blogs/post/734585
====================================================

Sydney Pate

60

Sydney Pate 2021.02.24 12:41  # 

   RU

Awesome. Thank you

Sergey Zhuravkov

2132

Sergey Zhuravkov 2019.09.18 14:24  # 

   RU

Всегда хорошие продукты

AirOne1

1345

AirOne1 2018.10.12 14:12  # 

  RU

User didn’t leave any comment to the rating

Filter:                New               Positive               Negative             

Pasadena.VP

14

Pasadena.VP 2022.03.15 17:33  # 

   RU

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

Xiaoyu Huang

5804

Xiaoyu Huang 2021.07.22 03:58  # 

   RU

good !

geo6688

44

geo6688 2021.03.07 05:51  # 

   RU

супер!

hrhugd

47

hrhugd 2020.09.27 10:54  # 

  RU

User didn’t leave any comment to the rating

Barour Bilal

3141

Barour Bilal 2019.06.17 00:20  # 

  RU

User didn’t leave any comment to the rating

[Deleted] 2019.01.07 17:45  # 

 RU

User didn’t leave any comment to the rating

Comments

Leave a Reply

Extra

Navigation by tabs

Main Documentation Settings FAQ Changelog Reviews Comments Extra

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


    This website uses cookies to improve your experience. By using this website you agree to our Data Protection Policy.
    Read more