You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As I understand this the report assumes the time format should be truncated to a per day level ("2006-01-02"), is that correct?
starting at line 104 - line 110
data.addRow([
new Date("{{ .Format "2006-01-02" }}"),
{{ range $.Columns }}
{{ .Value }},
{{ end }}
]);
{{ end }}
Does this mean it wouldnt work for data that has another resolution than days, e.g. hourly, or 1-minute data?
Describe the solution you'd like
a way to set another format for the dates, so that it can be any type of date resolution. Maybe make it configurable on the Backtest instance?!
would be super cool to have that
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As I understand this the report assumes the time format should be truncated to a per day level ("2006-01-02"), is that correct?
starting at line 104 - line 110
Does this mean it wouldnt work for data that has another resolution than days, e.g. hourly, or 1-minute data?
Describe the solution you'd like
a way to set another format for the dates, so that it can be any type of date resolution. Maybe make it configurable on the Backtest instance?!
would be super cool to have that
The text was updated successfully, but these errors were encountered: