Signal copies extra trades

250523261  
Hi! I have subscribed to a signal and I usually have one or two more transactions copied although I have done nothing, and these trades usually end up having slight losses even though all the trades have earned profits. How can I find out the problem and fix it? Thanks!
Sergey Golubev  

You should look at Metatrader logs/journal (or MQL5 VPS logs/journal) about what was written there.
Because if the provider opens some trade so it should be written in your journal.
Besides, if your Metatrader openes some extra trade so it should be written about it and about "why" too.

Example:

  • Your trade was closed for stop loss or for take profit, and trade for provider was not yet closed. So, the signal system sees that provider is having the trade but you do not have (already closed) and opens this trade once again.
    What to do? Do not copy stop loss or take profit levels (it is in the subscription settings of your Metatrader).
  • You may use manual trading on your trading account which was subscribed to the signal.
  • The other reason is the following: you are using MQL5 VPS and your home Metatrader in the same time (and trades are copied twice on your trading account because of that).
  • Other reasons.

So, you should look at the journals to see the reasons.

250523261  
2022.08.23 05:42:49.148 '6398797': Signal - position corrected successfully
2022.08.23 05:42:49.148 '6398797': remainder of order #10293516 was opened : #10294571 buy 0.18 GBPAUD+ at 1.71043 sl: 1.69993 tp: 1.71143
2022.08.23 05:42:49.148 '6398797': order #10293516 buy 0.02 GBPAUD+ at 1.71043 sl: 1.69993 tp: 1.71143 closed at price 1.70969
2022.08.23 05:42:48.492 '6398797': close order #10293516 buy 0.02 GBPAUD+ at 1.71043 sl: 1.69993 tp: 1.71143 at price 0.00000
2022.08.23 05:42:48.492 '6398797': Signal - local position [#10293516 buy 0.20 GBPAUD+ at 1.71043 sl: 1.69993 tp: 1.71143] volume exceeds the signal one [#7240408 buy 0.34 GBPAUD at 1.71043 sl: 1.69993 tp: 1.71143], trying to fix
2022.08.23 05:42:48.492 '6398797': Signal - position corrected successfully
2022.08.23 05:42:48.492 '6398797': remainder of order #10293514 was opened : #10294570 sell 0.18 EURJPY+ at 136.650 sl: 137.699 tp: 136.579
2022.08.23 05:42:48.492 '6398797': order #10293514 sell 0.02 EURJPY+ at 136.650 sl: 137.699 tp: 136.579 closed at price 136.747
2022.08.23 05:42:47.851 '6398797': close order #10293514 sell 0.02 EURJPY+ at 136.650 sl: 137.699 tp: 136.579 at price 0.000
2022.08.23 05:42:47.851 '6398797': Signal - local position [#10293514 sell 0.20 EURJPY+ at 136.650 sl: 137.699 tp: 136.579] volume exceeds the signal one [#7240407 sell 0.34 EURJPY at 136.649 sl: 137.699 tp: 136.579], trying to fix


I guess these are examples. Today I have a number of these trades.

Sergey Golubev  
250523261 #:
2022.08.23 05:42:49.148 '6398797': Signal - position corrected successfully
2022.08.23 05:42:49.148 '6398797': remainder of order #10293516 was opened : #10294571 buy 0.18 GBPAUD+ at 1.71043 sl: 1.69993 tp: 1.71143
2022.08.23 05:42:49.148 '6398797': order #10293516 buy 0.02 GBPAUD+ at 1.71043 sl: 1.69993 tp: 1.71143 closed at price 1.70969
2022.08.23 05:42:48.492 '6398797': close order #10293516 buy 0.02 GBPAUD+ at 1.71043 sl: 1.69993 tp: 1.71143 at price 0.00000
2022.08.23 05:42:48.492 '6398797': Signal - local position [#10293516 buy 0.20 GBPAUD+ at 1.71043 sl: 1.69993 tp: 1.71143] volume exceeds the signal one [#7240408 buy 0.34 GBPAUD at 1.71043 sl: 1.69993 tp: 1.71143], trying to fix
2022.08.23 05:42:48.492 '6398797': Signal - position corrected successfully
2022.08.23 05:42:48.492 '6398797': remainder of order #10293514 was opened : #10294570 sell 0.18 EURJPY+ at 136.650 sl: 137.699 tp: 136.579
2022.08.23 05:42:48.492 '6398797': order #10293514 sell 0.02 EURJPY+ at 136.650 sl: 137.699 tp: 136.579 closed at price 136.747
2022.08.23 05:42:47.851 '6398797': close order #10293514 sell 0.02 EURJPY+ at 136.650 sl: 137.699 tp: 136.579 at price 0.000
2022.08.23 05:42:47.851 '6398797': Signal - local position [#10293514 sell 0.20 EURJPY+ at 136.650 sl: 137.699 tp: 136.579] volume exceeds the signal one [#7240407 sell 0.34 EURJPY at 136.649 sl: 137.699 tp: 136.579], trying to fix


I guess these are examples. Today I have a number of these trades.

You or the signal provider change the leverage, or you or signal provider deposit/withdraw the funds from trading account. And this action was made during the open trades. The signal system discovered that lot size for open trade should be changed and corrected already opened positions:

Signal - local position [#10293516 buy 0.20 GBPAUD+ at 1.71043 sl: 1.69993 tp: 1.71143] volume exceeds the signal one [#7240408 buy 0.34 GBPAUD at 1.71043 sl: 1.69993 tp: 1.71143], trying to fix

So, some part of the order was closed (partial close), and the system fixed lot size:

remainder of order #10293516 was opened : #10294571 buy 0.18 GBPAUD+ at 1.71043 sl: 1.69993 tp: 1.71143

I think - the changing the leverage or balance operations (deposit/withdrawal) during open positions - it is not good.

250523261  
The provider said he did not deposit or withdraw money in the past few weeks and so he doesn't know what to do to fix this and suggest I contact the sevice desk.
Sergey Golubev  
250523261 #:
The provider said he did not deposit or withdraw money in the past few weeks and so he doesn't know what to do to fix this and suggest I contact the sevice desk.

Service desk has nothing to do with it.
If the Signal system was trying to correct/fix some lot size for your trades so it means that someone (you or provider) deposited/withdrawal from trading account, or made a balance operations during the open trades (you or provider), or the leverage was changed (for you or for provider).
Or you are making some other trades on the account with subscription (or you close some trade or any).

Anyway, it should be written in the service desk about it (about anything).
Because you see - you had the position of 0.20 lot, and the signal system recalculated your lot size and it should be 0.18 at that moment, and the part of position of 0.02 lot size was closed.

-----------------

You can check this example about how the lot size is calculated for subscribers (just gerenal information): post

Eleni Anna Branou  
250523261 #:
The provider said he did not deposit or withdraw money in the past few weeks and so he doesn't know what to do to fix this and suggest I contact the sevice desk.

When the copying ratio of your signal subscription changes/decreases, the lot size is re-calculated and adjusted for all your open trades.

The copying ratio can be lowered due to more losses at your side, due to slippage.

This is all normal, but you should look for a better broker/server setup in order to copy this signal, if you continue to have losses when the signal has profits.

Check the slippage tab of the signal for best setups, green and upper yellow values are best.

Reason: