Replies: 4 comments
-
To the best of my knowledge, there isn't a way it can be done directly in the library, but you could always rerun the parameters you are interested in to obtain your statistic of choice. |
Beta Was this translation helpful? Give feedback.
-
You can run this yourself a different route and get the same results as well as the stats for every run.
|
Beta Was this translation helpful? Give feedback.
-
This repo - https://github.com/s-kust/python-backtesting-template - may be helpful. See This solution is more flexible than the original |
Beta Was this translation helpful? Give feedback.
-
When I optimize a strategy I can get only a chosen statistic to see for every combinations, for example:
If I
print(heatmap)
I get:So I see the two parameters and corresponding return of that combination, but say I also want to see winrate and average trade % of every combination? How can I do that?
Thank's.
Beta Was this translation helpful? Give feedback.
All reactions