API Support wrote:
What do you mean here by synchronization?
I mean the same situation: is for some reason order was not opened/closed correctly (I think it's not a good reason if use OnMessage) I believe something other may happens (sorry my experience in Java and Forex not so deep fore a wail). In that situation my list will be different from real opened/closed orders.
The other point, what is very important for me it's: I would like to have two strategies for open and two for close orders. Depend on the open strategy I have to apply the close strategy (I do not what to cut it for two strategies because there are some dependency between strategies) In that case I have to mark order and (as I found in the link which you gave me: "In many strategies the strategy itself identifies its own orders by label prefix or by comment, ...") in result I have to support list of the current orders and recognize an order label. And here is a logical entrance: why do I need to support the list of the orders if I have to mark and recognize orders. I think in my case the best way is to mark orders (assign special label). I believe this is the answer.
Thank you a lot for this link. I have not read this article to the end but it is looks very useful. If you have any other, please let me know.
PS: in situation when I use more than one strategy I have to have new account for every
strategy or simple to recognize orders (I got this idea to the end of the message

).
Thank you one more time