# Volume Ratio

## Definition

The **Volume Ratio** measures the **relative dominance of buy volume versus sell volume** from executed market orders within a specific timeframe. It provides insight into **order flow imbalance** by comparing the net difference between buy and sell volumes against their combined total.

$$
\textbf{Volume Ratio} = \frac{\textbf{Buy Volume} - \textbf{Sell Volume}}{\textbf{Buy Volume} + \textbf{Sell Volume}}
$$

#### **Key Components:**

* **Buy Volume:** The total volume of market **buy orders** executed during the timeframe.
* **Sell Volume:** The total volume of market **sell orders** executed during the timeframe.
* **Ratio Range:** The ratio is typically **bounded between -1 and +1**, where:
  * **+1:** 100% buy volume dominance (only buy orders).
  * **-1:** 100% sell volume dominance (only sell orders).
  * **0:** Equal buy and sell volumes, indicating balance.


---

# 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://academy.hyblockcapital.com/indicators/orderflow-and-open-interest/volume-ratio.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.
