con un clic
create-variant
Create a variant of a backtesting or optimiser notebook.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create a variant of a backtesting or optimiser notebook.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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.
Create and run a variant of a backtesting or optimiser notebook.
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.
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 the observable jupyter-execute-agent runner as instructed in CLAUDE.md — poetry run jupyter-execute-agent {output-notebook}.ipynb (see notebook-execution.md). Fix any bugs and issues you may have created.
curator.py to quantify that trade.We want to see sections: