Hi all,

Is there a way to cancel all limit orders or do we have to keep track of all limit orders placed and loop through them all and cancel them? (Assuming they're not fulfilled)

Or does self.Liquidate function do that already? Basically I'm trying to set profit taking limit orders througout a period of time but if it never reaches that goal, I will liquidate them all.

Any advice?

Thanks,
Marc

Author