Thanks jcl.

Unrelated, while looking closer, I came across this:

Code:
{EUR/USD:ES:S1876} TMF exit after 6 bars
{EUR/USD:ES:s1876} Exit ...



Since the TMF message refers to the virtual trade, shouldn't the "S" be lower case? I couldn't quickly find a TMF exit of a Long to see if it was also upper case...

To the subject at hand, going into 11-03 virtual and real trades were in agreement at 2 Long. Then came these:

Code:
Thursday 03.11.16  ...
{EUR/USD:VO:l0205} Sell 4 ...
{EUR/USD:VO:l1106} Sell 4 ...
Buy 1S EUR/USD Stop 0.0173 at 16:11
{EUR/USD:VO:s2312} Short 6 ...
!Error 072 - Timeout 67026538
BrokerSell EUR/USD: 42178 ms
[EUR/USD:NET:L6538] Can't close 2 ...
BrokerSell EUR/USD: 603 ms
[EUR/USD:NET:L6538] Sell 2 ...



Another aside: There appears to be a bug in the virtual trade Buy messages since they seem to always say 1...

At this point virtual & real are out of sync - virtual is at 12 Short; real is at 0.

Then comes:

Code:
Friday 04.11.16  ...

Weekend at 04.11. 20:00................

Weekend ends at 06.11. 23:00

Monday 07.11.16  ...

Tuesday 08.11.16  ...
Buy 1S EUR/USD Stop 0.0046 at 08:11
{EUR/USD:ES:s3819} Short 2 ...
Buy 14S EUR/USD Stop 0.0005 at 08:11
BrokerBuy EUR/USD: 290 ms
[EUR/USD:NET:S0483] Short 14 ...



So, with Tuesday's NET trade virtual & real are back in sync at Short 14.

But why 3 (trading) days later? Did the timeout error on Thursday prevent the other NET trades that would have normally occurred on that day?

And why doesn't re-synchronization occur earlier (f.i. at the next bar)? Why does it (apparently) wait until a new virtual trade is triggered?

Thanks.