Hello, I am doing a simple backtest of crossing a moving average, and I want to add custom metrics with the commands: (attached image)
trade.AddCustomMetric ("Value of 1R", Risk); trade.AddCustomMetric ("R-Multiple", RMultiple);
is there any way to be able to choose the number of decimal places in these two new added columns?