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

# Features

Multi-Market Signal Analysis

<figure><img src="/files/4882qDYfn4fkR5nNvGyW" alt="" width="375"><figcaption></figcaption></figure>

CoinRotator's scanner generates signals primarily using the Supertrend indicator. The platform aggregates data from BTC, ETH, and USDT markets to provide a comprehensive view of each coin's relative strength or weakness.

#### Trend Streak Tracking

<figure><img src="/files/eO8y4P8aV6SSkJv8qBA1" alt="" width="563"><figcaption></figcaption></figure>

Each cryptocurrency displays a trend streak number indicating consecutive days maintained in its current status relative to **BTC, ETH, and USDT**. This metric helps identify trend persistence and potential reversal points.

#### Market Health Oscillator

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

CoinRotator's [Market Health Oscillator](https://coinrotator.app/market-health) analyzes trend distribution across the top 1,000 cryptocurrencies:

* **Extreme Warning**: When 600+ coins share the same trend, indicating potential market exhaustion
* **Market Reversals**: Identifies broad market turning points for position adjustment
* **Trend Totals**: Interactive visualization showing coin distribution across trend states

Advanced Filtering and Sorting

<figure><img src="/files/ki3g8eZbHSG3RTM4KKty" alt="" width="375"><figcaption></figcaption></figure>

Sort and filter coins by:

* **Timeframes**: 1H, 4H, 24H, 7D trends (accessible via Shumi or upon request)
* **Market Capitalization**: Customizable ranges for targeted analysis
* **Trend Streak**: Duration-based filtering
* **Exchange Availability**: CEX/DEX differentiation
* **Categories**: DeFi, AI, Metaverse, Layer 2, Meme coins, and more

Advanced data points including futures metrics (open interest, funding rates), volume analysis, FDV ratios, and sentiment data are available through Shumi's natural language interface.

<br>


---

# 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://coinrotator.gitbook.io/coinrotator-docs/features.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.
