Hello, I want to use IBcontroller to place trade stops, once per day, with EOD data from Norgate. I can send a new stop price with IBController but I dont' know how to modify yesterday's stop price because I don't have the EntryID of that order.
I know I can generate a new order and store the ID in a static var that supports the reboot of the computer but I prefer to read (if possible) the current ID of open positions, regardless they were opened manually or by IBcontroller.
Is this possible, I mean, to read the ID of an open order?