# Open Interest

### Overview

The Open Interest refers to the total number of outstanding derivative contracts, like futures that have not been settled. It provides a picture of the amount of trading activity and liquidity in the market.

Open Interest is calculated by counting the number of contracts that are open and not yet liquidated by an offsetting trade or an exercise or assignment. The calculation is straightforward:

Open Interest = Total number of outstanding contracts

<figure><img src="/files/uXELaokG1RglKJoizhIr" alt="" width="563"><figcaption><p>Runbot Open Interest overview</p></figcaption></figure>

### Interpretation

Open Interest is often used in conjunction with price data to interpret market trends. Here are some common interpretations:

* Increasing open interest means that new money is flowing into the marketplace. This scenario typically indicates a trend continuation.
* Decreasing open interest shows that money is leaving the market and that the recent trend is coming to an end.

## Indicator Triggers:

The Open Interest indicator support some [basic general triggers](/indicators/basic-triggers.md).

#### Triggers list

<figure><img src="/files/w0oOPmHG51pjvH2wKZvH" alt="" width="425"><figcaption><p>Open Interest triggers list</p></figcaption></figure>

### Notes

* Open Interest (OI) can be considered as a measure of market exposure. In trading, particularly with derivatives like futures and options, OI represents the total number of active contracts that are held by market participants at any given time.
* It reflects how much money is currently committed to the market, indicating the level of involvement or exposure that traders have.
* OI is not an indicator that necessarily prompts you to enter or exit a trade ; Instead, it offers background context that helps to shape your expectations.
* OI does fluctuate automatically with price when measured in dollar terms, particularly for dollar-margin contracts. I find it more effective to denominate it in coins (Similar to how Total Value Locked (TVL) is measured).


---

# 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://docs.runbot.io/indicators/runbot-indicators/open-interest.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.
