Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
Vladislav Andruschenko  
Gusse8460 #:

Guten Tag

Virtual Trading Pad auf MT4  arbeitet bestens.

Aber auf MT5 musste ich es deinstallieren.. Charts bleiben stehen, Aufträge werden zeitversetzt eröffnet.

Was könnte die Ursache sein?

Freundliche Grüsse

Klaus G.

Hallo. Danke schön. Vielleicht gibt Ihr Makler Rabatte zurück? Wie viele Millisekunden dauert die Ausführung eines Handels? Um richtig zu antworten, müssen Sie sich die Daten ansehen. VOLLSTÄNDIGE INFO zu Ihrem Problem: So erstellen Sie Dateien https://www.mql5.com/de/blogs/post/742966 ⚠️⚠️⚠️
Сергей Рогов  

Владислав, добрый день!

Есть ли возможность внедрить функцию калькулятора расчета лота с учетом риска (например есть счет на 10 000 $, я выставляю 1% риска от счета и мне показывает на какой лот при каком количестве пипсов на стоп-лос я могу устанавливать ордер с возможностью регулирования на графике)?

Vladislav Andruschenko  
Сергей Рогов #:

Владислав, добрый день!

Есть ли возможность внедрить функцию калькулятора расчета лота с учетом риска (например есть счет на 10 000 $, я выставляю 1% риска от счета и мне показывает на какой лот при каком количестве пипсов на стоп-лос я могу устанавливать ордер с возможностью регулирования на графике)?

Приветствую. Функция автолота от баланса, и автолота от стоплосса уже есть. Также, при включении этих функций (А% S%) И НАВЕДЕНИИ НА КНОПКИ ПОКУПКА ПРОДАЖА на графике будут видны линии будущей позиции с автолотом и стоплоссом (в пунктах, в деньгах по этому автолоту )
CTL2020  

Hi Vladislav

Hope you are well. 

When i set a pending order using the magic target function.  How do I set the pending order ONLY and not have to set the stoploss and take profit lines every time.  I want to use the existing setting of 1000 pips I have already set or any other setting for both SL/TP already set by me. 

So Just a pending order and using existing SL/TP settings as shown below.

Thanks



Vladislav Andruschenko  
CTL2020 # :

Hi Vladislav

Hope you are well. 

When i set a pending order using the magic target function.  How do I set the pending order ONLY and not have to set the stoploss and take profit lines every time.  I want to use the existing setting of 1000 pips I have already set or any other setting for both SL/TP already set by me. 

So Just a pending order and using existing SL/TP settings as shown below.

Thanks




Hello, this is an interesting opinion. )))

But this button is designed for precise control of lines, including opening price, stop loss price and take profit.

I will think about your proposal.

Vladislav Andruschenko  



✅ New Features and Improvements

🔹 Auto Font Size (GeneralAutoSize)
Introduced a smart text resizing mechanism. When enabled, the panel automatically adjusts font size based on 80% of the chart height.

To activate, set the following inputs to -1:
GeneralSize = -1;                         // General size of the PAD  
MAGIC_FONTSIZE = -1;                      // Text size on the chart  
ShowInfoPositionSize = -1;               // Position info text size  
ShowInfoClosedPositionSize = -1;         // Closed position info text size  

🔹 Responsive Layout
Font size dynamically adapts when the chart height changes, ensuring optimal readability.

🔹 Toolbar Enhancements
The "Screenshot" and "Information" buttons have been moved to the panel header for quick and convenient access.

🔹 UI Refinements
Improved graphical layout and design elements for a more polished user experience.

🔹 Position Tab Update
Hovering over Close BUY or Close SELL now highlights the trades that will be affected, offering instant visual feedback.

🔹 MagicTarget Enhancements
Icons adapt automatically based on the panel's current size.
Display of Take Profit to Stop Loss ratio (and vice versa) has been added for better risk-reward insights.

🔹 Localization Improvements
Translation quality has been enhanced to ensure consistent, accurate language support across all supported regions.

⚙️ MetaTrader 5 Specific Updates
🔹 Asynchronous Mode Support

input bool AsyncMode = true;              // Enable asynchronous command execution

A new asynchronous command mode has been introduced for all Close, Lock, Modify, Delete operations, as well as for the CLP tab.
⚠️ Note: In this mode, execution results are not tracked, and some commands may be skipped due to the lack of confirmation control.

💡 Additional Enhancements
🔹 Performance Optimization
Minimized resource consumption for visual components and background processes.

🔹 Enhanced Scalability
Improved display behavior for high-resolution screens and multi-window setups.

🔹 Code Maintenance
Legacy components were refactored for cleaner structure, improved speed, and future compatibility.
Vladislav Andruschenko  
David Gaganidze #:
how to disable show trade history?
Hello

ShowInfoClosedPositionSize  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.  
 Settings:
 ShowInfoClosedPositionSize = Size of text labels; If 0 – text labels are not shown for Default;
 PLUS_Color = Color of the plus value;
 MINUS_Color = Color of the minus value;
David Gaganidze  
In this action ShowInfoClosedPositionSize = -1 / 0 I wrote 0 but the text trade history is not deleted, I want to delete only trade history, it bothers me.
Dateien:
skreen01.PNG  62 kb
Vladislav Andruschenko  
David Gaganidze #:
In this action ShowInfoClosedPositionSize = -1 / 0 I wrote 0 but the text trade history is not deleted, I want to delete only trade history, it bothers me.
Set to 1 maybe. Because this is autosize. New function. 
WALID ALI  

Hello Developer...

The pad after I install the latest version become much much big on my Screen and the tooltip do not good , see pic attached

Vladislav Andruschenko  
WALID ALI #:

Hello Developer...

The pad after I install the latest version become much much big on my Screen and the tooltip do not good , see pic attached

Hello. You can disable this

New Features and Improvements
🔹 Auto Font Size (GeneralAutoSize)
Introduced a smart text resizing mechanism. When enabled, the panel automatically adjusts font size based on 80% of the chart height.

To activate, set the following inputs to -1:
GeneralSize = -1; // General size of the PAD
MAGIC_FONTSIZE = -1; // Text size on the chart
ShowInfoPositionSize = -1; // Position info text size
ShowInfoClosedPositionSize = -1; // Closed position info text size

🔹 Responsive Layout
Font size dynamically adapts when the chart height changes, ensuring optimal readability.
Vladislav Andruschenko  
Kasidech Chuansatian #:

Hi 

I can't place real sl/tp in order but Virtual sl/tp is active.

Hi!
You have activated Virtual SL/TP by pressing the [Vst] button. This means the real Stop Loss and Take Profit will not be placed on the broker's server — instead, they are managed virtually by the EA.

If you want to use real SL/TP levels, please press the [Vst] button again to deactivate Virtual SL/TP mode.
Kasidech Chuansatian  
Vladislav Andruschenko #:
Hi!
You have activated Virtual SL/TP by pressing the [Vst] button. This means the real Stop Loss and Take Profit will not be placed on the broker's server — instead, they are managed virtually by the EA.

If you want to use real SL/TP levels, please press the [Vst] button again to deactivate Virtual SL/TP mode.

I open position new order no activate Vst. order is open but SL/TP no place.

Kasidech Chuansatian  
Kasidech Chuansatian #:

I open position new order no activate Vst. order is open but SL/TP no place.

Journal detail timeout.

Dateien:
4.png  124 kb
Vladislav Andruschenko  
Kasidech Chuansatian #:

Journal detail timeout.

From the log I see that my panel sends an order to modify stop loss and take profit, and your server returns a timeout and does not modify stop loss and take profit. This is the answer to the question of why the real stop loss and take profit are not modified.
Kasidech Chuansatian  
Vladislav Andruschenko #:
From the log I see that my panel sends an order to modify stop loss and take profit, and your server returns a timeout and does not modify stop loss and take profit. This is the answer to the question of why the real stop loss and take profit are not modified.

Thk.

Kalen  
CTL2020 #:

Hi Vladislav

Hope you are well. 

When i set a pending order using the magic target function.  How do I set the pending order ONLY and not have to set the stoploss and take profit lines every time.  I want to use the existing setting of 1000 pips I have already set or any other setting for both SL/TP already set by me. 

So Just a pending order and using existing SL/TP settings as shown below.

Thanks



"Uncheck" the stop loss and take profit fields on that screen. Its the exact same as if you were on the "BUY/SELL" screen...
Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen