بنقرة واحدة
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