Closed
Description
Expected Behavior
stats should be a dataframe with all the parameters and all the results with properly named columns
Actual Behavior
stats is pandas series of different lenght, and the optimizing paramenter(in the example Equity) is missing label.
Steps to Reproduce
- Do a strategy optimization
Additional info
I think that the the heatmap should be a full pandas dataframe with properly named columns and with run number as index. Currently it's quite tricky to get the best parameters for a simulation with aloto of paramers, haveing a proper dataframe as heatmap would really help.
- Backtesting version:
Latest