How would I best go about doing something this in Python, when it comes to multiple concurrent orders?

I assume this will happen in the OnOrderEvent and something like the following?

for symbol in self.tickers:
           if self.Portfolio[symbol].Invested:
                 close = self.MIN(symbol, 1, Resolution.Daily, Field.Low)