# NVT黄金交叉

## Definition

NVT Golden Cross (NVT\_GC) is a [Bollinger-band](https://en.wikipedia.org/wiki/Bollinger_Bands)-like signaling indicator based on NVT, defined as the following equation.

$$
\text{NVT} = \frac{\text{Market Cap}}{\text{Transaction Volume}} \\
\text{NVT\_diff} = \text{NVT (10 days moving average)} - \text{NVT (30 days moving average)} \\
\text{NVT\_GC} = \frac{\text{NVT\_diff}}{\text{NVT\_diff (300 days moving standard deviation)}}
$$

## Interpretation

NVT Golden Cross targets to generate short or long signals by comparing the short-term trend of NVT and the long-term trend of NVT. If the short-term trend is way greater than the long-term trend is, the network can be interpreted as overpriced and will soon revert to mean value, meaning **short signal**. Similarly, the opposite case may imply a **long signal**.

## Use Case

### Predicting Local Tops and Bottoms

We set the upper threshold as 2.2 and the lower threshold as -1.6 for detecting locally overpriced and underpriced network status. This leading indicator predicts the appearances of local tops and bottoms, which helps traders to take their short or long positions.

![](https://2200722702-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MBHQ44vVRUAbLIaMwGN%2F-MCq02Knfkg78gNzBJFX%2F-MCvQBa12lvqtnkiFzlH%2Fimage.png?alt=media\&token=b843b5b2-06df-4cb4-929f-308c580042ef)

## Link to Our Data

* [NVT Golden Cross in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/201?window=day)
* [NVT Golden Cross in CryptoQuant Data API docs](https://cryptoquant.com/docs/#operation/getNVTGoldenCross)


---

# 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/zh/network-indicators/nvt-huang-jin-jiao-cha.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.
