# 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)
