# NVT Golden Cross

## 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.&#x20;

&#x20;This **leading indicator** predicts the appearances of local tops and bottoms, which helps traders to take their short or long positions.

### By value itself <a href="#interpretation" id="interpretation"></a>

**Predicting Local Tops and Bottoms**

* **Values over ‘2.2’** : **Short Signal**

  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**.&#x20;
* **Values under ‘-1.6’** : **Long Signal**

  If the long-term trend is way greater than the short-term trend is, the network can be interpreted as under-priced and will soon revert to mean value, meaning **long signal**.&#x20;

### By examining trend  <a href="#use-case" id="use-case"></a>

It shows **the comparative trend difference between long-term and short-term.**

* **Increasing trend** : Marketcap(Price) is **heating up** compared to transaction volume

* **Decreasing** **trend** : Marketcap(Price) is **cooling down** compared to transaction volume

![](/files/-MCvQBa12lvqtnkiFzlH)

## 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/cryptoquant-metrics/network/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.
