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