OrderSelect behaviour - page 2

 

Are you sure that the version you are running is the version you have shown here?

This would be a serious issue 

 
Print("OrderSymbol ",OrderSymbol()," OrderTicket ",OrderTicket()," OrderOpenPrice ",OrderOpenPrice());
That's halve of the problem, why didn't you print Symbol() also?
 
WHRoeder:
That's halve of the problem, why didn't you print Symbol() also?

Isn't it showing the same info as this one?


GumRai:
Are you sure that the version you are running is the version you have shown here?

Yes, I'm sure

 
.roman.:

Isn't it showing the same info as this one?


Yes, I'm sure


This is not possible with the code you posted. Show your real code.
 

Problem solved. In the logic block there was a user function operating with another OrderSelect that was the reason of sending last selected order data outside of the function to program environment.

UPD.: MetaQuotes support also suggested to:

make the variable "magic" different on all the charts for each advisors.

Reason: