> For the complete documentation index, see [llms.txt](https://docs.dex.guru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dex.guru/features/trending-tab.md).

# Trending Tab

![Trending Tab is located inside the Market Selector](/files/zKWMNoAR7NQhMWQ5fdg7)

**Which tokens get listed inside the Trending Tab?**

The formula below shows how we calculate the *m* value for each day. The *m* value is the metric we use for the [Market Screener](https://docs.dex.guru/features/market-activity/market-screener). To pick tokens for the Trending Tab, we compare the current Market Screener (*m*) metric to the largest *m* value over the last 30 days. Below is the formula for the *m* value over 24 hours.&#x20;

![Market Screener formula](/files/yk2GDYCBXOBHWUrzM0Ld)

The value m represents the difference between buy volume and sell volume of Whale 🐳 traders (heavy Trader with $500k+ of a trading volume in the last 30 days) in the previous 24 hours. The m value is similar to the [Speculative Sentiment Index](https://www.fxcm.com/markets/insights/speculative-sentiment-index-ssi/). The ratio inside the formula determines if the m value is positive or negative. If m is positive, more tokens have been bought than sold by Whale 🐳 traders and vice versa. We multiply the ratio by the number of Whale 🐳 traders to filter tokens with a high probability of manipulation. For example, when one Whale trader buys most of the token’s supply to drive the price up. <br>

When we calculate the Trending Tab, we consider the maximum and the minimum *m* values for the previous 30 days. We use the below k indicator similar to the [stochastic oscillator](https://en.wikipedia.org/wiki/Stochastic_oscillator) to determine what tokens we list in the Trending tab. The k indicator value can be between 0 and 100. When *k* is bigger than 60, the token is considered for the Trending tab. The *k* indicator shows how close the current *m* value is to the maximum *m* over the previous 30 days. We only list tokens with positive *m* value, where Whale 🐳 buyers strongly dominate Whale 🐳 sellers.

![k indicator](/files/gfO08RMq8VZg3EhBumdp)


---

# 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://docs.dex.guru/features/trending-tab.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.
