I have developed an auto system trader that handles up to 3 different targets and is able to manage one runner position additionally.
But I if the first target gets hit the quantity of all the open targets will be
changed to the remaining position size. I have no idea form where the amending process will be executed. I have debugged the OnExecution, OnOrderUpdate Method as well but there is no line of code that changes the quantity size
of the remaining target orders.
Please see the attachement of my OrderManagement-class. It's separated from the strategy file, and each Barupdate, OrderUpdate and so on is delegated through the stragtey.
Maybe you see my fault.

Comment