I have studied Accelerated Backtesting. I noticed the order is controlled by
req_bid_tick = open_bid_tick = INVALID_MIN
req_ask_tick = open_ask_tick = INVALID_MAX
However, if I want to place multiple orders, then I need a NumPy array to store the data. Is there an easy way to achieve this?