Replies: 2 comments 8 replies
-
I'm working with a large dataset of assets and strategies, so it will be challenging to scale if I store all the results. However, with the new approach, I can easily create a solution similar to what you've described. Can you tell me what information should be in those structs after the backtest? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be better if the
Backtest#Run()
method returns the result details as a struct. Then, there is a separate a method/function e.g.GenerateHtmlReport
that would create the .html reports.In my case, I want to be able to further interact with the backtest result (programmatically), so that I can go through multiple combinations without getting constrained or limited by the html reports.
Beta Was this translation helpful? Give feedback.
All reactions