Hi all,

I'm currently running some backtest and I was wondering myself how I could add new columns in the `Orders` report. As I think that is not possible at this moment a workaround woudl be add this extra information in the `tag` columns.

I'm interested into add the profit of each trade in the report but I haven't been able to implement it so far. One possible solution could  be loop over all the trades in the `OnEndOfAlgorithm` and edit all the tags.

Could you indicate me what would be the correct way to export this kind of information?

Thank you

Author