Hi,
Just a quick suggestion.
In some of my algorithms I've been trying to use logs for creating custom reports (like winning percentage, number of winning trades vs number of losing trades, etc).
It would be cool if there was a way we could define these things in the code, and then have a new tab at the side of the backtest for "Custom Reports" which was able to display my defined things in a variety of forms - which I could also define in the code - such as pie charts, bar charts, scatter diagrams etc.
It would make the information much easier to read than in the logs, enabling better glance-ability of information on how my algorithms are adding up, so I can make faster and better decisions in how to improve them.
Adam.