# Ticker Dashboard

Monitor market-wide positions, sentiment, and trading activity across all cryptocurrencies on Hyperliquid.

The Ticker Dashboard provides a comprehensive overview of market sentiment and positioning data for all tradeable assets on Hyperliquid. This powerful tool helps you understand overall market dynamics, identify opportunities, and gauge trader sentiment across different cryptocurrencies.

<figure><img src="/files/zna3mLgQpdIlhEuRFTmU" alt=""><figcaption><p>Ticket Dashboard</p></figcaption></figure>

### Overview

**Key Features:**&#x20;

• **Market-Wide Analytics:** View aggregated position data across all assets&#x20;

• **Sentiment Analysis:** Track long/short bias and trader positioning&#x20;

• **Real-Time Data:** Live updates of positions and market metrics&#x20;

• **Advanced Filtering:** Sort and filter by various performance metrics&#x20;

• **Position Tracking:** Monitor open interest and trader distribution

### Dashboard Summary Cards

#### Total Notional

The combined value of all open positions across all cryptocurrencies on the platform. This represents the total market exposure and shows the number of tracked tickers.

#### Long Positions

Total value of all long positions (betting prices will increase) across all assets.

#### Short Positions

Total value of all short positions (betting prices will decrease) across all assets.

#### Global Bias

The overall market sentiment showing the percentage split between long and short positions. Values above 50% indicate bullish bias, below 50% indicate bearish bias.

### Filter Options

**Search Coin** Search for specific cryptocurrencies by name or symbol.

**Position Filters:**

* **All:** Show all cryptocurrencies
* **LONG:** Show only assets with net long bias
* **SHORT:** Show only assets with net short bias

### Column Definitions

#### Basic Information

**Coin** The cryptocurrency symbol and icon. Click to view detailed information about that specific asset.

**Majority Side** Indicates whether the majority of traders are positioned:

* 🟢 **LONG:** More traders/value in long positions
* 🔴 **SHORT:** More traders/value in short positions

#### Position Values

**Long PnL** Total profit/loss across all long positions for this asset:

* Green values: Long traders are profitable
* Red values: Long traders are losing money

**Short PnL** Total profit/loss across all short positions for this asset:

* Green values: Short traders are profitable
* Red values: Short traders are losing money

**Long Notional** Total USD value of all long positions in this cryptocurrency.

**Short Notional** Total USD value of all short positions in this cryptocurrency.

**Total Notional** Combined value of both long and short positions (Long Notional + Short Notional).

#### Sentiment Indicators

**Long Ratio** Percentage of total position value that is long. Higher percentages indicate bullish sentiment.

**Short Ratio** Percentage of total position value that is short. Higher percentages indicate bearish sentiment.

**Maj. Side Notional** The notional value of the majority side (whichever is larger between long and short).

**Maj. Side P/L** The profit/loss of the majority side:

* **Profit:** Majority of traders are making money
* **Loss:** Majority of traders are losing money

#### Trader Statistics

**Traders (L/S)** Number of individual traders on each side:

* Format: "Long Traders / Short Traders"
* Shows the distribution of traders between long and short positions

**Open Interest** The total value of open positions for this asset, indicating market activity and liquidity.


---

# 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.dextrabot.com/features/ticker-dashboard.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.
