Custom Metrics for the Backtest report are terrific. I see that there SetOption(“ExtraColumnsLocation”, 1 ); to locate the custom metric columns but I was wondering about a few related matters:
How do I return this setOption to its default value?
Can I customize the custom metric column width?
Can I specify left or right justification (e.g. trade.fullname) shows up right justified for me.
I have seen a recent Discourse post that custom metrics cannot be displayed in color. It would be awesome if this feature could be considered for a future Amibroker release.
With regards to whitepaper - it applies to “C” language. In AFL you can use all formatting sequences that work for floating point arguments (%f, %g, %e), strings (%s) and all escape sequences (\n, \r, \t, \\, %%).