# Market Screener

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

Types of traders:&#x20;

🐢 - **Turtles** a.k.a. Casual Traders with $10k-$100k of a trading volume in the last 30 days‌

🦈 - **Sharks** a.k.a. Active Traders with $100k-$500k of a trading volume in the last 30 days‌

🐳 - **Whales** a.k.a. Heavy Traders with $500k+ of a trading volume in the last 30 days

## How is the Market Screener bar calculated?&#x20;

Market Screener is an indicator based on a [stochastic oscillato](https://en.wikipedia.org/wiki/Stochastic_oscillator)r and our custom metrics ***m*** and ***s***. Market Screener reveals when traders' 24h volume is near its selling or buying maximum over the last 30 days.

1. We calculate the custom metric m for every 24h. <br>

   <figure><img src="/files/z6NoTyvJ1itjpCRv2tYv" alt=""><figcaption></figcaption></figure>
2. We determine the length of the market screener bar by comparing the current metric ***m*** with previous ***m\_min*** and ***m\_max*** values over the last 30 days. <br>

   <figure><img src="/files/GYpxk1Z05qaE3KRSpGk7" alt=""><figcaption></figcaption></figure>
3. If ***s*** < 0.5, the bar is red and the 24h trading volume is closer to its minimum over the last 30 days. If ***s*** > 0.5 then the bar is green and the 24h trading volume is closer to its maximum over the last 30 days.<br>

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

\ <br>


---

# 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.dex.guru/features/market-screener.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.
