When downloading orders resulting from a backtest, the only time available in the CSV file is the time when the order was placed (not when it was filled). However, is there a way of retrieving the time of order fill as well? When expanding the order within the algorithm lab you can see the time of order fill, however, it is not available when downloading the CSV (see the screenshot). 

I want to download my orders in order to plot them in a separate script for better understanding, however, I need to know the time my orders were filled or canceled. See the order summary in the attached backtest.

162052_1658571849.jpg

Author