一键导入
clear-backtesting-cache
Delete cached indicator data used by backtesting, grid search, and optimiser notebooks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Delete cached indicator data used by backtesting, grid search, and optimiser notebooks.
用 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 a variant of a backtesting or optimiser 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.
Read through all experiment notebooks in a folder and write a summary README.
| name | clear-backtesting-cache |
| description | Delete cached indicator data used by backtesting, grid search, and optimiser notebooks. |
Delete the indicator cache directory at ~/.cache/indicators/.
This cache stores pre-calculated indicator results (e.g. from grid search / optimiser runs) as pickle files on disk. Clearing it forces indicators to be recalculated on the next notebook run.
rm -rf ~/.cache/indicators
After deleting, report the size of the deleted directory if available, or confirm deletion.
If this is an optimiser notebook, also delete its optimiser cache folder. The cache path should appear in the perform_optimisation() output, for example:
/Users/moo/.cache/tradingstrategy/grid-search/42-hyperliquid-univ-daily-august-start