> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/tr/cryptoquant-metrics/network/nvt-golden-cross.md).

# NVT Altın Kesişimi

## Tanımı

NVT Altın Kesişimi (NVT\_GC), [Bollinger Bandı](https://en.wikipedia.org/wiki/Bollinger_Bands) benzeri, NVT'ye dayalı bir sinyal göstergesidir ve şu denklemle tanımlanır.

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

### **Yorumlama**

NVT Altın Kesişimi, NVT'nin kısa vadeli eğilimini ve uzun vadeli eğilimini karşılaştırarak long veya short sinyaller üretmeyi hedefler.

Bu **öncü gösterge**, yerel tepe ve dip noktalarının belirmesini öngörür, bu da yatırımcılara short veya long pozisyonları almak için yardımcı olur.

#### **Değerine Göre**

**Yerel Tepe ve Dip Noktalarını Öngörme**

* **‘2.2’ Üzerindeki Değerler**: **Short Sinyal** Eğer kısa vadeli eğilim, uzun vadeli eğilimden çok daha yüksekse, ağ aşırı fiyatlandırılmış olarak yorumlanabilir ve yakında ortalama değere dönecektir, yani **short sinyal** anlamına gelir.
* **‘-1.6’ Altındaki Değerler**: **Long Sinyal** Eğer uzun vadeli eğilim, kısa vadeli eğilimden çok daha yüksekse, ağ düşük fiyatlandırılmış olarak yorumlanabilir ve yakında ortalama değere dönecektir, yani **long sinyal** anlamına gelir.

#### **Eğilimi İnceleyerek**

**Uzun vadeli ve kısa vadeli arasındaki karşılaştırmalı eğilim farkını** gösterir.

**Artan eğilim** Piyasa değeri (Fiyat), işlem hacmine göre **ısınıyor**

**Azalan eğilim**: Piyasa değeri (Fiyat), işlem hacmine göre **soğuyor**

![](/files/-MCvQBa12lvqtnkiFzlH)

### **Verilerimize Bağlantı**

[NVT Altın Kesişimi Canlı Grafik](https://cryptoquant.com/overview/full/201?window=day)

[NVT Altın Kesişimi API Dokümanları](https://cryptoquant.com/docs/#operation/getNVTGoldenCross)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://userguide.cryptoquant.com/tr/cryptoquant-metrics/network/nvt-golden-cross.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
