ワンクリックで
create-variant
Create a variant of a backtesting or optimiser notebook.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a variant of a backtesting or optimiser notebook.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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: