> For the complete documentation index, see [llms.txt](https://docs.cvizor.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cvizor.com/en/modules/signals/tf-parameters/open-interest.md).

# 13. Open Interest

Open Interest reflects the total number of active futures contracts on Binance Futures, since the screener operates exclusively on Binance data.

OI is a cumulative metric, meaning its value does not depend on timeframe —

it is identical across all timeframes, because the total number of open contracts is the same at any given moment.\
However, OI Change % is *timeframe-dependent*.

The percentage change is calculated relative to the value from the previous check on the selected timeframe (e.g., previous 1h point, previous 4h point, previous 15m point, etc.).

This allows the screener to track both absolute OI levels and timeframe-specific dynamics.

<table data-full-width="true"><thead><tr><th width="227.33333333333331">Parameter</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td>Open Interest Greater than</td><td>Triggers when open interest exceeds the configured value.</td><td>A BTCUSDT.P 1h alert with 200M fires once OI surpasses 200M USDT.</td></tr><tr><td>Open Interest Less than</td><td>Alerts when OI decreases below the threshold.</td><td>An ETHUSDT.P 4h alert with 90M fires once OI drops below 90M USDT.</td></tr><tr><td>OI Change % Greater than</td><td>Triggers when Open Interest increases by the specified percentage relative to the previous point on the selected timeframe.</td><td>If set to “+5%”, the alert fires when OI change reaches +5%, +6%, +10%, +15%, etc.<br>If set to “-5%”, the alert fires when OI change rises above –5%, including –4%, –3%, 0%, +5%, +10%, etc.</td></tr><tr><td>OI Change % Less than</td><td>Alerts when Open Interest decreases by the specified percentage relative to the previous point on the selected timeframe.</td><td>If set to “–5%”, the alert fires when OI change reaches –5%, –6%, –10%, –15%, etc.<br>If set to “+5%”, the alert fires when OI change falls below +5%, including values like +4%, +3%, 0%, –5%, –10%, etc.</td></tr></tbody></table>


---

# 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://docs.cvizor.com/en/modules/signals/tf-parameters/open-interest.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.
