com um clique
com um clique
Update a notebook's cross-chain vault universe to the top 10 vaults by one-year return using the helper script output.
Delete cached indicator data used by backtesting, grid search, and optimiser notebooks.
Convert an optimiser or grid search notebook into a standalone backtest notebook using the bundled helper script and mapping guidance.
Convert a backtesting notebook into a parameter optimisation notebook using the bundled transformation mapping to choose searchable parameters and rewrite the notebook.
Read through all experiment notebooks in a folder and write a summary README.
| name | create-variant |
| description | 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: