# Ticker

Each row displays market data of a product, and can be **expanded** to view the product details on your selected exchanges, as highlighted below. To create a strategy, click the **"Buy"** or **"Sell"** button on the row with the exchange you would like to trade on. This opens the strategy creation panel.

<div data-full-width="true"><figure><img src="/files/9GzvkO0Q8zGPlpVaevDj" alt="Volven Terminal, Ticker Module"><figcaption></figcaption></figure></div>

{% hint style="info" %}
To add/view more products, **just start typing in the Ticker.** For example: "ADAUSDT".&#x20;

You can filter by spot, futures, and exchanges. The selection window will also provide details if the futures products are perpetuals or delivery. Click the heart to add/remove.
{% endhint %}

<div data-full-width="true"><figure><img src="/files/b1Tk0r8IUNe6SlsL7JRA" alt="Volven Terminal, search for crypto symbols "><figcaption><p>Searching for ADAUSDT will show all related products.</p></figcaption></figure></div>

Ticker comes with a preset of default columns. Columns can be adjusted through the settings in the Ticker dropdown. **Click the arrow in the top left to open the dropdown**, and you will find the settings (cogwheel) in the top righ&#x74;**.**&#x20;

<table data-full-width="true"><thead><tr><th width="228">Default Columns</th><th>Purpose</th></tr></thead><tbody><tr><td>Pairs</td><td>Name of the product. (Name of exchange when expanded)</td></tr><tr><td>Own Bid Price</td><td>Shows the limit price of your best buy order for the product</td></tr><tr><td>Own Sell Price</td><td>Shows the limit price of your best sell order for the product</td></tr><tr><td>Buy</td><td>Opens the create strategy panel for that product and exchange, with buy side pre-selected</td></tr><tr><td>Sell</td><td>Opens the create strategy panel for that product and exchange, with sell side pre-selected</td></tr><tr><td>Bid</td><td>The best bid in the market</td></tr><tr><td>Ask</td><td>The best ask in the market</td></tr><tr><td>24h Range</td><td>High/Low range last 24hrs, with a current price indicator</td></tr><tr><td>Product</td><td>The product icons. For example BTC/USDT will show Bitcoin and USDT icons. Text on hover.</td></tr></tbody></table>

{% hint style="info" %}
The price of your orders will be shown in the **Own Bid Price** and **Own Ask Price** columns.

We've added color coding to give you a visual representation of your orders as follows.

* <mark style="color:purple;background-color:purple;">Purple</mark>: You are the best bid/ask
* <mark style="color:green;background-color:green;">Green</mark>: You are within 0.5% of the best bid/ask
* <mark style="color:yellow;background-color:yellow;">Yellow</mark>: You are beyond 0.5% of the best bid/ask

*Inspired by Formula 1 lap times*
{% endhint %}

<div data-full-width="true"><figure><img src="/files/M5dQT8ACWWzo92lFgSQ1" alt="Volven Terminal, Bid/Ask orders "><figcaption></figcaption></figure></div>

To **Insert, Remove,** or **Rename** columns, right click on any column name.

To resize a column, hover on the column name edge and drag left or right.


---

# 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.volven.io/modules/ui-overview/ticker.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.
