> 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/fa/network-indicators/stock-to-flow-reversion.md).

# Stock to Flow Reversion

## **تعریف**

شاخص **SF** **Reversion**، از تقسیم قیمت بیتکوین به **SF** **Ratio** حاصل می‌شود.

$$
\text{SF Reversion} = \frac{\text{Price of BTC}}{\text{SF Ratio}}
$$

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

اندیکاتور SF Reversion اختلاف نسبی قیمت بیتکوین و SF Ratio را بررسی می‌کند. شاخص SF Ratio، همانطور که در قسمت قبل نشان داده شد، روند قیمت را به خوبی تخمین می‌زند. پس SF Reversion که انحراف قیمت از SF Ratio را تعیین می‌کند، می‌تواند موقعیت‌های خوبی را برای معامله ارائه دهد. اگر مقدار SF Reversion در مقایسه با قیمت،  بسیار بالاتر باشد، احتمال اصلاح قیمتی بالاست و این یک سیگنال نزولیست.

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

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

ابتدا یک رگرسیون خطی برای مدل SF Reversion نسبت به قیمت ترسیم می‌کنیم. پس از قرار دادن هر دو معیار در یک نمودار واحد، می‌توان به وضوح انحراف SF Reversion از قیمت را مشاهده کرد. مستطیل‌های سبز نشانگر فاز صعودی بازار و مستطیل‌های قرمز بیانگر فاز نزولی بازار هستند.

![](/files/-MEMdl0bCFOw95sAzcYk)

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

* [Stock to Flow Reversion in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/468?window=day)
* [Stock to Flow Reversion in CryptoQuant Data API Docs](https://cryptoquant.com/docs#operation/getStockToFlow)


---

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

```
GET https://userguide.cryptoquant.com/fa/network-indicators/stock-to-flow-reversion.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.
