Skip to main content

backtesting-frameworks

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strateg...

インストールへ移動

ソース情報

リポジトリ
Zidong-LLC/BIBLIOTECA
ソースの最終更新活動
2026年3月11日 13:02
検出された SKILL.md の言語
英語
スター
36
フォーク
22

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
2 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
backtesting-frameworks
description
Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strateg...
risk
unknown
source
community
date_added
2026-02-27
# Backtesting Frameworks Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates. ## Use this skill when - Developing trading strategy backtests - Building backtesting infrastructure - Validating strategy performance and robustness - Avoiding common backtesting biases - Implementing walk-forward analysis ## Do not use this skill when - You need live trading execution or investment advice - Historical data quality is unknown or incomplete - The task is only a quick performance summary ## Instructions - Define hypothesis, universe, timeframe, and evaluation criteria. - Build point-in-time data pipelines and realistic cost models. - Implement event-driven simulation and execution logic. - Use train/validation/test splits and walk-forward testing. - If detailed examples are required, open `resources/implementation-playbook.md`. ## Safety - Do not present backtests as guarantees of future performance. - Avoid providing financial or investment advice. ## Resources - `resources/implementation-playbook.md` for detailed patterns and examples.
GitHubで見る