unknown ticket 44 for OrderClose function
-
When using the in loop close function (local version 066) I'm seeing this in the MT4 journal:
__unknown ticket 44 for OrderClose function[/quote:23mv572a]
What does it mean? -
I can only guess, but one reason can be that the trade is closed just before reaching this block. Do you partially close trades somewhere above this block?
-
Ah, that must be it. I'm doing this:

So, with parallel processing, presumably if I renumber block to 100, say, then blocks 47 and 50 would run before it, and the problem go away. Is this correct?......
Clipboard02.jpg -
I can't see partial close here, but otherwise yes - there is some order in blocks execution after all, it depends on block numbers.