Lean
Lean copied to clipboard
Increase Report Key Statistics Decimal Places
Expected Behavior
Key statistics values have 3 decimal places.
Actual Behavior
They vary from 0 to 1.
Proposed Solution
Move format from Element (e.g.: CAGR): https://github.com/QuantConnect/Lean/blob/master/Report/ReportElements/CAGRReportElement.cs#L63 to template. https://github.com/QuantConnect/Lean/blob/master/Report/template.html#L72
Checklist
- [x] I have completely filled out this template
- [x] I have confirmed that this issue exists on the current
masterbranch - [x] I have confirmed that this is not a duplicate issue by searching issues
- [x] I have provided detailed steps to reproduce the issue