# バックテスト

> バックテストとは、取引戦略を過去の市場データ上で走らせ、当時どのような成績を出したかを推定する作業です。得られるのはすでに起きた条件下での挙動の推定であって、予測ではありません。その価値は何をモデル化したかにほぼ完全に依存します。手数料、スリッページ、資金調達を省いたテストは実運用の保守的な推定ではなく、別の戦略を測っています。

Canonical HTML page: https://qanterion.com/ja/glossary/backtesting
更新日: 2026-08-18
別名: ヒストリカルシミュレーション, 戦略検証

## 計算方法

```
A backtest is credible only when every one of these is modelled:
  · Fees, both sides, at the tier actually paid
  · Slippage, scaled to order size and market depth
  · Funding, for every interval a perpetual position was open
  · Fill realism — no filling at the close, the mid, or the signal price
  · Out-of-sample data the parameters were never fitted on
```

## 信頼できるテストが備えるべきもの

実際に支払うティアでの取引手数料、注文サイズに応じたスリッページ、無期限建玉を保有した各区間の資金調達、そして終値や仲値ではなく利用可能な流動性を尊重した約定です。これらの省略はいずれも結果を同じ方向——見栄えが良くなる方向——へ動かします。摩擦のないバックテストが単に不正確なのではなく体系的に誤っている理由がここにあります。

## インサンプルの結果は証拠にならない

あるデータ集合を見て選んだパラメータは、そのデータ集合を記述しているにすぎません。戦略は一度もフィットさせていない期間で検証されて初めて数値に意味が生まれます。しかもその標本には、たまたま起きた相場局面しか含まれず、将来が含む集合よりずっと狭いのです。

## よくある誤読

バックテストは予測として読まれがちです。実際には一つの標本を通る一本の経路の記述であり、同じルールでもデータが違えば結果は違います。報告される最大ドローダウンはその標本内の最悪であり、将来のリスクの上限ではなく下限です。

## 実際に計算する

- Sharpe ratio calculator: https://qanterion.com/ja/tools/sharpe-ratio-calculator
- 破産確率 計算ツール: https://qanterion.com/ja/tools/risk-of-ruin-calculator

## 関連用語

- 過学習（オーバーフィッティング）: https://qanterion.com/ja/glossary/overfitting
- ペーパートレード: https://qanterion.com/ja/glossary/paper-trading
- スリッページ: https://qanterion.com/ja/glossary/slippage

## 出典

- [Pseudo-Mathematics and Financial Charlatanism: The Effects of Backtest Overfitting on Out-of-Sample Performance](https://www.ams.org/notices/201405/rnoti-p458.pdf) — American Mathematical Society (Notices of the AMS, Vol. 61 No. 5, 2014)
- [Interpretive Notice 9025 — Compliance Rule 2-29: Use of Promotional Material Containing Hypothetical Performance Results](https://www.nfa.futures.org/rulebooksql/rules.aspx?RuleID=9025&Section=9) — National Futures Association
- [The probability of backtest overfitting](https://doi.org/10.21314/JCF.2016.322) — Journal of Computational Finance (Risk Journals)

## Other languages

- English: https://qanterion.com/glossary/backtesting
- 简体中文: https://qanterion.com/zh/glossary/backtesting
- 繁體中文（台灣）: https://qanterion.com/zh-TW/glossary/backtesting
- 繁體中文（香港）: https://qanterion.com/zh-HK/glossary/backtesting
- 한국어: https://qanterion.com/ko/glossary/backtesting
- Português (Brasil): https://qanterion.com/pt-BR/glossary/backtesting
- Türkçe: https://qanterion.com/tr/glossary/backtesting
- Bahasa Indonesia: https://qanterion.com/id/glossary/backtesting
- العربية: https://qanterion.com/ar/glossary/backtesting

## Risk notice

本用語集は教育目的です。ここに投資助言は含まれず、記載のいかなる指標も将来の結果を予測するものではありません。