# NVT Golden Cross

## **تعریف**

این اندیکاتور مانند یک Bollinger Band بر پایه **NVT** عمل می‌کند و از معادلات زیر حاصل می‌شود:

$$
\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)}}
$$

## استنباط از این شاخص

هدف اندیکاتور NVT Golden Cross، ایجاد سیگنال‌های خرید/فروش، با مقایسه روند کوتاه‌‌مدت و بلند‌‌مدت NVT است. اگر روند کوتاه‌مدت بسیار بزرگ‌تر از روند بلند‌مدت باشد، شبکه دارای حباب قیمتی مثبت بوده و احتمالاً اصلاحی رخ ‌خواهد داد. این یک سیگنال فروش است و اگر شرایط بر‌عکس چیزی باشد که بیان شد، اندیکاتور سیگنال خرید خواهد داد.

## کاربرد این شاخص

### پیش‌بینی سقف‌ها و کف‌های قیمتی

اگر حد بالا را برابر با ۲.۲ و حد پایین را برابر با ۱.۶- قرار دهیم، می‌بینیم که به طور تاریخی، مقادیر بالاتر یا پایین‌تر از این اعداد، به ترتیب با سقف‌ها و کف‌های قیمتی بیتکوین مصادف شده‌اند و سیگنال‌های فروش/خرید خوبی را به معامله‌گران داده‌اند.

![](/files/-MCvQBa12lvqtnkiFzlH)

## لینک‌ داده‌ها

* [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/fa/network-indicators/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.
