# Miners' Position Index

## 定義

Miners' Position Index (MPI)は、全マイナーのアウトフロー（米ドル）を365日の移動平均で割った比率として定義されます。この指標は、Puell Multipleからヒントを得ています。

$$
\text{Capitulation Index} = \frac{全マイナーアウトフロー(USD建て)}{全マイナーアウトフロー(365日移動平均, USD建て)}
$$

$$
MPI = Capitulation Index (365日移動Zスコア)
$$

## 解釈

MPIは、過去の平均値と比較した相対的なマイナーの清算行動を説明するものです。マイナーからのアウトフローのほとんどが売りのために取引所へと向かっていると仮定しています。また、マイナーはプロトレーダーのように適切なタイミングでポジションを売却することに長けていると仮定すると、MPIはマイナーの行動を再現することで、売却のタイミングを計るのに適した指標となります。これは、Puell Multipleと合わせて、マイナーの収益性を確認するためにも役立ちます。

{% content-ref url="/pages/-MecOB5Dx0uD0AOUjWif" %}
[Broken mention](broken://pages/-MecOB5Dx0uD0AOUjWif)
{% endcontent-ref %}

## 使用例

#### 売りのタイミングを見つける

MPIが売りのポイントを発見するのに役立つという解釈から、大きなMPI値が発生するイベントから利益を得ることができます。この使用例では、ボリンジャーバンドと呼ばれる有名なテクニカル指標の1つを利用して、異常なMPI値を検出します。下のチャートは、検出された市場からの売りポイントを示しています。

![](/files/-MecceE4TL9Kjf6V0ccT)

## データへのリンク

* [CryptoQuantライブチャートのMPI](https://cryptoquant.com/overview/full/199?window=day)
* [CryptoQuant データAPIドキュメントのMPI](https://cryptoquant.com/docs/#operation/getMPI)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://userguide.cryptoquant.com/ja/fur-1/miners-position-index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
