Formatting Custom Metrics?

I love the power of the custom backtest. I’m using GetValue to show the value of several Stats Objects or things derived from them at the bottom of the statistics page of the backtest report - currently in column format. Is there a simple way to get several of these on the same line ?

You could use StrFormat() to put several values into a single string, and then output that string using AddCustomMetric().

Matt

4 Likes

Of course !! I really should have thought of that. Thanks heaps Matt.