Create a variant of a backtesting or optimiser notebook.
This skill creates a variant of a backtesting or optimiser notebook.
scratchpad/vault-of-vaults/67-hyperliquid-dual-signal-parameter-tuning.ipynbscratchpad/vault-of-vaults/40-hyperliquid-august-start.ipynbParameters class, but sometimes they do not, such as when changing the optimiser target function.If there is a heatmap and the variant changes the optimiser target, remember to update it:
from tradeexecutor.analysis.grid_search_parameters import analyse_parameter_pair_heatmaps
figs = analyse_parameter_pair_heatmaps(df, analysis_metric="Calmar")
for fig in figs:
fig.show()
If the original notebook uses an optimiser (e.g. perform_optimisation with an iterations variable), reset iterations = 18 in the variant so that the initial run does not take too long. The user can increase iterations later once the notebook is confirmed working.
After the notebook is created, run it with jupyter execute as instructions in CLAUDE.md. Fix any bugs and issues you may have created.
curator.py to quantify that trade.We want to see sections: