> For the complete documentation index, see [llms.txt](https://trader-docs.b2trader.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trader-docs.b2trader.b2broker.com/widgets/watch-list.md).

# Watch list

## Summary

Use this widget to monitor statistics on multiple instruments at a time.

The widget is dynamic and is continuously updated in real time.

<figure><img src="/files/JZJNgd07jTC541ZdI0VM" alt="Watch list"><figcaption><p>Watch list</p></figcaption></figure>

## Settings

### Add/remove instruments

Click the **Add market** button to select a required market from the list.

Click the **×** button in the instrument row to remove it from the list and stop monitoring.

### Configure columns

Click the **Configure columns** button in the widget header to adjust the displayed information:

* **Mark or unmark column checkboxes**: To display or hide them; the column checkboxes highlighted in grey can’t be unmarked.
* **Drag and drop the columns**: To adjust their order in the table.

## Fields

The following information is provided about each instrument:

**Market**

The market type (Spot, CFD, or Perpetual) and market ticker.

***

**Full name**

The market full name or description.

***

**Last price**

The price of the last trade.

***

**24h change, %**

The price change over the last 24 hours, in percents.

This value is calculated as ((*Current price* – *Price 24h ago*) / *Current price*) × 100.

This value is green if the price is rising and red if it's falling. A dash in this field means that there is no *Price 24h ago* data available.

***

**24h low**

The lowest trade price over the last 24 hours.

***

**24h high**

The highest trade price over the last 24 hours.


---

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

```
GET https://trader-docs.b2trader.b2broker.com/widgets/watch-list.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.
