Hi all,

i would like to drilldown into the details on the backtesting result. 
 

  • my backtest is that i will pick some stocks from universe and buy it. 
  • i found that the result is not good and i would like to drill down to details to avoid losing too much money on individual trades
  • I want to load the backtesting result to research environment ( i knew that i can use api backtestorder to do so)
  • i want to find out top5 losing trade and further analysis it
  • My question is, is there any way to find out pnl or each trade? It seems like i need to write my own code to match the sell order and calculate on my own. Is there any library to do so or if there is any code snippet it would be appreciated