# NVTゴールデンクロス

## 定義

NVTゴールデンクロス（NVT\_GC）は、以下の式で定義されるNVTをベースにしたボリンジャーバンド型のシグナリング指標です。

$$
NVT =時価総額/ 取引量
$$

$$
NVT\_\text{diff} = NVT (\text{10日間移動平均}) − NVT (\text{30日間移動平均})
$$

$$
NVT\_\text{GC} = NVT\_\text{diff} / NVT\_\text{diff (300日間移動標準偏差)}
$$

## 解釈

NVTゴールデンクロスは、NVTの短期トレンドとNVTの長期トレンドを比較することで、ショートまたはロングのシグナルを生成することを目的とする指標です。短期トレンドが長期トレンドよりもはるかに大きい場合、ネットワークは割高であり、すぐに平均に回帰すると解釈でき、ショートシグナルと理解できます。同様に、その反対の場合は、ロングシグナルを意味します。

## 使用例

#### 局所的なトップとボトムの予測

上限の閾値を2.2、下限の閾値を-1.6とすることで、局所的に割高なネットワーク状態と割安なネットワーク状態を検出することができます。この先行指標は、局所的なトップやボトムの出現を予測し、トレーダーがショートやロングのポジションを取るのに役立ちます。

![](/files/-Mi0sLLyFgB-1RtfF7l8)

## データへのリンク

* [CryptoQuant ライブチャートのNVTゴールデンクロス](https://dataguide.cryptoquant.com/network-indicators/nvt-golden-cross#:~:text=NVT%20Golden%20Cross%20in%20CryptoQuant%20Live%20Chart)
* [CryptoQuant データAPIドキュメントのNVT Golden Cross](https://dataguide.cryptoquant.com/network-indicators/nvt-golden-cross#:~:text=NVT%20Golden%20Cross%20in%20CryptoQuant%20Data%20API%20docs)


---

# 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/nettowku/nvt-golden-cross.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.
