> For the complete documentation index, see [llms.txt](https://quanthiveai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quanthiveai.gitbook.io/docs/tradingtools/alpha-traders-flow-signals/alpha-traders-activity.md).

# Alpha Traders' Activity

Alpha traders' activity provide valuable insight into the market dynamics by highlighting how these influential traders are positioning themselves. Since Alpha Traders are known for sustained profitability and smart decision-making, their activity often signals potential trends and momentum shifts ahead of the broader market.

<figure><img src="https://i.ibb.co/b5Lqf7jw/alpha-trader-activity.png" alt="" width="563"><figcaption></figcaption></figure>

## **Key Components**

* **Alpha Trader Count:** The total number of distinct alpha trader wallets that have traded the token within a recent timeframe. A higher count suggests broader interest and participation from experienced traders.
* **Alpha Trader Buy Volume:** The combined dollar value of tokens purchased by alpha trader wallets. Significant buy volume indicates strong conviction and accumulation.
* **Alpha Trader Sell Volume:** The combined dollar value of tokens sold by alpha trader wallets. Large sell volume may reflect profit-taking, risk reduction, or bearish sentiment.

## **Why Alpha Traders' Activity Matters**

* **Market Sentiment Indicator:** Tracking both the number of traders and their buy/sell volumes offers a clearer picture of market sentiment than price action alone.
* **Volume Imbalance Signals:** When buy volume greatly exceeds sell volume among alpha traders, it suggests strong demand and potential price appreciation. Conversely, dominant sell volume can warn of distribution phases or upcoming dips.
* **Participation Depth:** A high number of active alpha wallets reflects widespread confidence or concern, adding credibility to the signal. Greater participation also increases the sample size, which reduces the margin of error and improves signal reliability.

Alpha Traders Activity gives you a direct line of sight into the behavior of the market’s smartest participants. By monitoring the count and volume of alpha wallets trading a token, you gain a powerful tool to anticipate moves, manage risk, and capitalize on opportunities.


---

# 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://quanthiveai.gitbook.io/docs/tradingtools/alpha-traders-flow-signals/alpha-traders-activity.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.
