원클릭으로
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