Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
Kreangkrai Wathong  
Vladislav Andruschenko #:

give me please screenshot

1. Open Order   

2. "Auto close" emty order


Vladislav Andruschenko  
kreangkrai wathong # :

2. "Auto close" emty order



You have set LifeTime = 1

This means that pending orders will be deleted after 1 minute

Kreangkrai Wathong  
Vladislav Andruschenko #:


You have set LifeTime = 1

This means that pending orders will be deleted after 1 minute

Vladislav Andruschenko #:


You have set LifeTime = 1

This means that pending orders will be deleted after 1 minute

ok thank

donbar upbar  

this has been observed on manual backtesting(as this was purpose of buying)

it's still lagging on the terminal(1-2s lag before perfome action(on free ver. had 5)) ,sometimes cannot locate button on resized windows needs to click number of times, shortcut buttons for autoactions doesn't work ,draggin stop loss and take profit not supported for backtesting. I feel like loosing money as for me not a big difference between free version.

donbar upbar  

this has been observed on manual backtesting(as this was purpose of buying)

it's still lagging on the terminal(1-2s lag before perfome action(on free ver. had 5)) ,sometimes cannot locate button on resized window, needs to click number of times, shortcut buttons for autoactions doesn't work ,drag and drop stop loss and take profit not supported for backtesting. I feel like loosing money as for me not a big difference between free version.

Please advice how to proceed with refund.

donbar upbar  
fabiowd #:

I'm having trouble trading VTP on real account after upgrade on MT5 provided by ActivTrades. Even releasing the Algotrading button, as in the attached image, I cannot perform operations with VTP.

Note: I am using the same configuration as I was already using. The only thing that has changed is the MT5 update. It still works on demo accounts but not on the real account.

Need help.


same here ,product untested ,lot's of bugs and missing functionally ,repainting all the time and lagging usless ... no support provided only information to contact seller and provide screens,how can i provide screen for 2-3 seconds lags ...
File:
error.JPG  16 kb
Vladislav Andruschenko  
donbar upbar #:
same here ,product untested ,lot's of bugs and missing functionally ,repainting all the time and lagging usless ... no support provided only information to contact seller and provide screens,how can i provide screen for 2-3 seconds lags ...
This program is for a real chart, not for a strategy tester.  Read the description, instructions.
REYKING  

Hello, I am unable to open trades in MT5, due to the following comment appearing on the screen:

Trade not allowed!
You can't trade with symbol!

Check that out!

How can I fix this?


Vladislav Andruschenko  
REYKING #:

Hello, I am unable to open trades in MT5, due to the following comment appearing on the screen:

Trade not allowed!
You can't trade with symbol!

Check that out!

How can I fix this?


Hello.  This means that the broker has forbidden trading on this symbol.  you need to choose a symbol on which you can trade.  maybe with a suffix.  or ask a broker.
REYKING  
Vladislav Andruschenko #:
Hello.  This means that the broker has forbidden trading on this symbol.  you need to choose a symbol on which you can trade.  maybe with a suffix.  or ask a broker.

Hello Vladislav, thanks a lot for your support!

Steve G20  
I tried to reach you through a personal message but it was not possible. 
I am using your MT4 and MT5 virtualtradepad and copylot programs which are excellent. 
It's just that I came through a bug or something on your Virtualtradepad for MT5 when trying to specifically trade Gold/Silver...
Your program is showing on stop loss area what I am willing to risk which is 0.5% for any of the assets but when it comes to lot sizing it shows a crazy number of 50-70 lots and this of course turns into not allowing me to enter a position cause it requires to use all my margin and all my leverage in like 0.1$ of price movement on Gold or 0.01$ on silver. Can you please take a look at what is going on at the backend of your program specifically with gold and silver ? As for the rest assets FOREX/Indices etc everything is calculated correctly with auto calculations on your program 
File:
image_k39.png  108 kb
Vladislav Andruschenko  
Hello. 
I think. The problem with Gold silver and other . 
Autolot for symbols forex. 
Need to check, when technical possibility. 

Function for calculating autolot by stop loss :
If you want to add an autolot stop loss function to your Expert Advisor, you can download our code:

StopLosssd = stop loss in points

 

External variables:

extern double Lots = 0.1; // Fixed lot 
extern double LotBalancePcnt = 20; //% of the deposit if LotBalancePcnt == 0 lot is used
 

Function:

 

double GetSizeLotStopLoss (double StopLosssd = 1) // The function returns the value of lots, 
 { 
 string Autor = "The author of the function for the template: www.expforex.com"; 
 string Valdepo = AccountCurrency (); 
// if MM is enabled, then the lot value, 
 double MinLots; 
 int lotdig; 
 if (MarketInfo (Symbol (), MODE_LOTSTEP) == 0.01) lotdig = 2; else lotdig = 1; 
 double Free = AccountFreeMargin (); 
 double LotVal = MarketInfo (Symbol (), MODE_TICKVALUE); // cost of 1 pip for 1 lot 
 double Min_Lot = MarketInfo (Symbol (), MODE_MINLOT); 
 double Max_Lot = MarketInfo (Symbol (), MODE_MAXLOT); 
 double Step = MarketInfo (Symbol (), MODE_LOTSTEP); 
 double Lot = MathFloor ((Free * LotBalancePcnt/100)/(StopLosssd*LotVal)/Step)*Step;
 MinLots=MarketInfo(Symbol(),MODE_MINLOT);

 if(Lot<MinLots) Lot=MinLots;

 return(NormalizeDouble(Lot,lotdig));
 }

Vladislav Andruschenko  
stelarasozorro # :
I tried to reach you through a personal message but it was not possible. 
I am using your MT4 and MT5 virtualtradepad and copylot programs which are excellent. 
It's just that I came through a bug or something on your Virtualtradepad for MT5 when trying to specifically trade Gold/Silver...
Your program is showing on stop loss area what I am willing to risk which is 0.5% for any of the assets but when it comes to lot sizing it shows a crazy number of 50-70 lots and this of course turns into not allowing me to enter a position cause it requires to use all my margin and all my leverage in like 0.1$ of price movement on Gold or 0.01$ on silver. Can you please take a look at what is going on at the backend of your program specifically with gold and silver ? As for the rest assets FOREX/Indices etc everything is calculated correctly with auto calculations on your program 


I checked but it doesn't show any error.



Steve G20  
Vladislav Andruschenko #:


I checked but it doesn't show any error.



What I found is this , maybe it helps to find where the problem might be ...
The lot size for 0.5% risk on my account and 700 points set SL on gold is ~0.7 lots but the program is trying to get 100 more risk than this and it shows ~70 lots while it shows on the lines it uses that the risk is 0.5% (which is not true if you try to open 70 lots on an account size of 100.000 and with a stop loss of 700 points then this is 50% risk. So your program is calculating 100 times more risk. 
Now when I turn of dynamiclotstoploss autolot from the tradepad ( %S) and then I use lots on the box that I was previously using % and give it a value of 0.7 lots and 700 points on Gold then it show's that I am going to risk 5$ if I open this trade, which is not true...I am actually going to risk 500$ , so it's again showing 100 times less risk while the trade that is about to open is 0.5% and not 0.005% as what your program is showing...


Vladislav Andruschenko  
stelarasozorro #:

What I found is this , maybe it helps to find where the problem might be ...
The lot size for 0.5% risk on my account and 700 points set SL on gold is ~0.7 lots but the program is trying to get 100 more risk than this and it shows ~70 lots while it shows on the lines it uses that the risk is 0.5% (which is not true if you try to open 70 lots on an account size of 100.000 and with a stop loss of 700 points then this is 50% risk. So your program is calculating 100 times more risk. 
Now when I turn of dynamiclotstoploss autolot from the tradepad ( %S) and then I use lots on the box that I was previously using % and give it a value of 0.7 lots and 700 points on Gold then it show's that I am going to risk 5$ if I open this trade, which is not true...I am actually going to risk 500$ , so it's again showing 100 times less risk while the trade that is about to open is 0.5% and not 0.005% as what your program is showing...


what leverage do you have?
And what broker you use. 
Steve G20  
Vladislav Andruschenko #:
what leverage do you have?
And what broker you use. 

leverage is 3:1 and broker is at UK from the prop firm the5ers.com

Vladislav Andruschenko  
stelarasozorro #:

leverage is 3:1 and broker is at UK from the prop firm the5ers.com

the thing is that the leverage is 3:1.  so the panel makes such calculations.  I'll think about it.
Veizer Traderz  

Hi Vladislav Andruschenko want MT4 version of trade panel but wrongly i purchased MT5 version Please help me can u replace it Thanks

Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti