Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
Vladislav Andruschenko  
-Added: Signal Tab: Risk Manager block has been added to the section "Trading on Indicator Signals".
 Risk Manager Limiting losses/profits/Lots/Numbers. 
 When the Risk Manager block is enabled, and a new signal is received from the Signals tab, the Expert Advisor will check if trading on Risk Manager is prohibited. 
 -Added: On the "Signals" tab, when the AutoTrade_by_Signals parameter is enabled, information about Signals_Percent, the last signal direction, and Trade Permission from Risk Manager is displayed. 
-Note: The "Signals" tab is intended for technical analysis. 
 The VirtualTradePad trading panel was created and developed for manual trading. 
 If you want Automatic trading on indicator signals, I recommend you to use Expert Advisor The xCustomEA:
 THE XCUSTOMEA universal trading adviser on custom/standard indicators for MetaTrader
-Added: 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;
-Added: A new type has been added to the trade prohibition information: Market closed. For symbols for which the trading session is currently closed. 
-Improved: Account deposit Symbol: cent ¢, USD $, eur €; all others are the first letter of the deposit currency name. 
-Improved: The Color of the button to close a position on the chart changes depending on the current profit of this position. 
-Improved: Graphic improvements to optimize the Expert Advisor's performance
-Fixed: the error of deleting objects during deinitialization.
-Fixed: The ReDrawIfNewObjectFound function has been modified. To avoid panel drawing errors. 
-Fixed: When dragging the panel, all calculation functions are disabled. 
Mene  
I can't install the new version on MT5, it tells me Installation Failed, now I dont have any more version of the VirtualTradePad, can you please fix this?
Vladislav Andruschenko  
Mene # :
I can't install the new version on MT5, it tells me Installation Failed, now I dont have any more version of the VirtualTradePad, can you please fix this?


Installation from the market.

I can't manage the market. If you cannot install from the market, then there is an error in the market.

The version has not yet been updated in the terminal. I just added it.

If you have an error, here are some ways to solve errors in the market:

https://expforex.com/market-mql5-problem-with-installing-expert-advisor/


Please open your terminal log and show me the latest errors

Checked mt5 in the market - everything installed normally. 
What version of the terminal do you have? 
Mene  
Vladislav Andruschenko #:


Installation from the market.

I can't manage the market. If you cannot install from the market, then there is an error in the market.

The version has not yet been updated in the terminal. I just added it.

If you have an error, here are some ways to solve errors in the market:

https://expforex.com/market-mql5-problem-with-installing-expert-advisor/


Please open your terminal log and show me the latest errors

I do Install from Market Tab from MT5, latest version 4232, 

2024.03.15 14:27:03.964 MQL5 Market Start download of the purchased product 'VirtualTradePad One Click Trading Panel'

2024.03.15 14:27:05.315 MQL5 Market failed send request downloading product 'VirtualTradePad One Click Trading Panel' (raw - read failed, 0 error, 1 bytes needed) [1003]


Vladislav Andruschenko  
Mene #:

I do Install from Market Tab from MT5, 

2024.03.15 14:27:03.964 MQL5 Market Start download of the purchased product 'VirtualTradePad One Click Trading Panel'

2024.03.15 14:27:05.315 MQL5 Market failed send request downloading product 'VirtualTradePad One Click Trading Panel' (raw - read failed, 0 error, 1 bytes needed) [1003]



same error


https://www.mql5.com/en/forum/463808#comment_52716251

Vladislav Andruschenko  
Mene #:
Something must have just changed because I was able to install it now.

Not sure what, but nothing on my end.
I think there was an internet error. This happens to me on other sites. not sure. This is the first time I see your mistake.
lcmuniz  
lcmuniz #:
Thanks for answering!

I had already read about the Step_TrailingStep configuration.

My understanding is that at each point that the trade advances, I can choose whether the Trailing Stop will advance in the same proportion or at each point interval (ex: 15pts) but the distance from the position to the Stop will remain the same: 400pts, so according to the example I cited.
If the trade advances 15pts, Trainling will only move 1x. If you advance 45pts, the Trainling will only move 3x etc.

My desire is to find a way to reduce this 400pts window as the trade progresses towards profit.

Ex:
1. I entered: the trade is at point zero and the distance to the Stop is 600pts (Stop Loss);
2. The trade has reached the Trainling Stop: the trade is at 400pts (TS) and the distance to the Stop has reduced to 400pts (Trainling Stop has moved the Stop to 0 / zero);
3. The trade reached 600pts in gain: the trade is at 600pts and the distance to the Stop remains at 400pts (Trainling Stop moved the Stop to 200) even though Step_TrailingStep = 15. At this point I would like the Trainling Stop to jump and move the Stop to 400 and thus the size of the window between the trade and the Stop would reduce to 200pts.

For this, I see two solutions:
1) Jump: define a reference configuration so that when the trade advances in gain "x" pts (ex: 600pts) the Trainling makes a jump of "y" pts (ex: 200pts).
2) Expanding the Step_TrailingStep configuration or something similar:
    Example:
    * Step_TrailingStep_Multiplier or Proportion = 0.2 to 5.0 (multiplication factor between the trade advance and the Stop after the Trainling Stop is activated)
    * Step_TrailingStep_Limit_Distance = 0 to ???? (minimum distance that the Stop can approach the trade position. Ex: 120pts)

Practical example of option 2, which seems to me to be more flexible:
    * Step_TrailingStep_Multiplier = 2.0
    * Step_TrailingStep_Limit_Distance = 120pts

> Trade on 0: entry made. Distance to Stop = 600pts (Stop Loss);
> Trade advanced up to 400pts: the Traling Stop was triggered. Distance to Stop reduced to 400pts (Trailing Stop configuration);
> Trade advanced up to 500pts: the trade advanced 100pts but the Traling Stop moved the Stop from 0 to 200 because for every 1pt that the trade advanced the Stop advanced 2pts. This caused the distance window to the Stop to reduce to 300pts (500 from the position - 200 from the stop);
> Trade advanced up to 600pts: the trade advanced 200pts but the Traling Stop moved the Stop from 0 to 400 because for every 1pt that the trade advanced the Stop advanced 2pts. This caused the distance window to the Stop to reduce to 200pts (600 from the position - 400 from the stop);
> And so on until reaching the minimum distance of 120pts where the Stop stops approaching the trade position.


Hi Vladislav!

I continue to use VTP and am satisfied! :)

Do you have any recommendations for jumping tools to work together with VTP?

I purchased "Virtual Sl Tp and trailing Sl" but it is not working very well in conjunction with VTP.


In VTP I set the TS = 400
My intention is when the candle reaches positive 520pts, make a jump from SL which will be at 120pts to 400pts

Vladislav Andruschenko  
lcmuniz #:


Hi Vladislav!

I continue to use VTP and am satisfied! :)

Do you have any recommendations for jumping tools to work together with VTP?

I purchased "Virtual Sl Tp and trailing Sl" but it is not working very well in conjunction with VTP.


In VTP I set the TS = 400
My intention is when the candle reaches positive 520pts, make a jump from SL which will be at 120pts to 400pts



Hello. Thank you. In order for other utilities to enable their trailing stop, you must disable trailing stop on my utility. so that utilities do not conflict. Unfortunately, my utility only has one level. If you set 400, then when the position reaches a profit of 400 points, then the stop loss will be set at 9, if the profit is 450, then the stop loss will be 50 and so on. You can also set the trailing stop step. in the external settings of my panel.
lcmuniz  
Vladislav Andruschenko #:


Hello. Thank you. In order for other utilities to enable their trailing stop, you must disable trailing stop on my utility. so that utilities do not conflict. Unfortunately, my utility only has one level. If you set 400, then when the position reaches a profit of 400 points, then the stop loss will be set at 9, if the profit is 450, then the stop loss will be 50 and so on. You can also set the trailing stop step. in the external settings of my panel.

I understood
I'm just going to use VTP without jumping: I think it's safer than turning off its TS
Vladislav Andruschenko  
lcmuniz #:

I understood
I'm just going to use VTP without jumping: I think it's safer than turning off its TS
Step_TrailingStep = 1 The step of changing the Trailing Stop in the modification of positions.
It is installed to work with the TrailingStop function.


Example:
Step_TrailingStep = 1
With a trailing stop, the stoploss changes in steps of 1 point:
1.123451.123461.12347, ……


Step_TrailingStep = 15
With a trailing stop, the stoploss changes in 15-point increments:
1.123451.123601.12375, ……
dmdacosta  

Hi Vlad,

I having been using MT5 version for some time. I'm trying to update now on one of my PC and it says no activations left. Im not trying to install but just update version??



Vladislav Andruschenko  
dmdacosta # :

Hi Vlad,

I having been using MT5 version for some time. I'm trying to update now on one of my PC and it says no activations left. Im not trying to install but just update version??




Hello.

The update must be without activation.

Look at what you have in the “Purchases” section on your website?:


JO7719  
why this EA works with limitation in the Tester
Vladislav Andruschenko  
JO7719 #:
why this EA works with limitation in the Tester
These are the limitations of the strategy tester. Events do not work in the strategy tester. Therefore, many functions do not work in the strategy tester. I warn the user about this.
Exploit123  
Hi Valdimir, I bought the ticket for MT5 and should have bought it for MT4, is it possible to exchange? I thought I would use Mt5 but I was wrong. I need mt4, I also bought other products but they were for mt4, only this one was wrong.. I apologize for my mistake
Vladislav Andruschenko  
Exploit123 # :
Hi Valdimir, I bought the ticket for MT5 and should have bought it for MT4, is it possible to exchange? I thought I would use Mt5 but I was wrong. I need mt4, I also bought other products but they were for mt4, only this one was wrong.. I apologize for my mistake


Hello.

Yes, if you did not install the version on the MT5 terminal, then you can cancel it.

How to do it: https://expforex.com/metatrader-market-how-to-buy-an-advisor-on-mql5-com-how-to-rent-how-to-update-how-to-install/#cancel-purchase-you-mistakenly-bought-a-version-not-for-your-terminal

attch 9811  
Hello.
Is it no longer possible to use the CLP tab as in previous versions?
I frequently turn the CLP function on and off while trading and it makes it very difficult to use.
It would be very helpful if the ON/OFF function alone could be operated on the panel.
Vladislav Andruschenko  
attch 9811 #:
Hello.
Is it no longer possible to use the CLP tab as in previous versions?
I frequently turn the CLP function on and off while trading and it makes it very difficult to use.
It would be very helpful if the ON/OFF function alone could be operated on the panel.
you can use the clp panel as before. no problem! New settings only for VPS from Metaquots. Do not use or enable external settings for VPS from Metaquots, and use clp tab as before!
Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti