> For the complete documentation index, see [llms.txt](https://wiki-en-macos.tiger.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki-en-macos.tiger.trade/features/application-interface/watchlist.md).

# Watchlist

It is a tool that allows traders to monitor and track the performance of selected financial instruments or assets in real time. It serves as a quick reference and helps traders keep an eye on the cryptocurrencies they are interested in.

To open **Watchlist** you need to click **Open New Widget** and click **Watchlist**.

<figure><img src="/files/wWC82L6PlpNIHzijvspi" alt=""><figcaption></figcaption></figure>

To open **Watchlist** as a separate window, click on **Open Watchlist** in the **View** dropdown in the left top corner of the **Bar Menu**.

<figure><img src="/files/v2UxahwqUAFOuxbDV9Z5" alt=""><figcaption></figcaption></figure>

If your **Watchlist** is small, you can use the default hotkey **"command+G"** to switch between the **All Symbols** and **Favorites** tabs.

<figure><img src="/files/EnpggvZSCAyjqAe7BIFE" alt=""><figcaption></figcaption></figure>

**Filters**

The Watchlist can be filtered to show only the instruments relevant to you. To open the filter panel, click **Settings** in the top right corner of the Watchlist widget.

**Market** — select **All**, **Spot**, or **Futures** to filter symbols by market type.

**Exchanges** — choose one or multiple exchanges to display symbols from. Available options: Binance, Bybit, Coinbase, OKX, Hyperliquid.

**Trades** — set a minimum number of trades to filter out low-activity symbols.

**Volumes** — set a minimum volume threshold to show only symbols with significant trading activity.

**Display**

* **Round large numbers** — when enabled, large values are shortened for readability (e.g. 5,900,000 → 6M).

Click **Apply** to confirm your filter settings, or **Clear all** to reset them to default.

<figure><img src="/files/LmL9LPwUxOJfUIbuvipq" alt="" width="227"><figcaption></figcaption></figure>


---

# 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://wiki-en-macos.tiger.trade/features/application-interface/watchlist.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.
