Anyone getting issues with Positions.Find()  since last update?
            
                 28 Jul 2016, 17:42
            
                    
Hello
I have some bots and it seems they are getting glitched since last update, for example I had to change the 
(Positions.Find() == null) conditionals to Positions.FindAll().Length == 0 and it acts completely different.
Am I missing something?

AlgoCorner
28 Jul 2016, 18:09
I think Positions.Find() is not tracking orders correctly because of the comments (I have many orders with the same label but different comments), I'll try to check if this is true.
@AlgoCorner