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

# Algo Diamonds

When a diamond appears on your chart, the market is showing a highly aggressive momentum rejection. This is not a primary entry tool — it's a signal that a top or bottom may be forming. Use it to take profit, tighten stops, or scalp a counter-move.

### What the diamonds mean

Red diamond

Appears at potential tops. Momentum is being aggressively rejected to the downside. Consider taking profit on longs or watching for a scalp short.

Green diamond

Appears at potential bottoms. Momentum is being aggressively rejected to the upside. Consider taking profit on shorts or watching for a scalp long.

### How to use it

Take profit

A diamond appearing while you're in a profitable trade is your signal to start taking profits. Don't wait for the trend to fully reverse — the diamond is early warning.

Scalp

Use the diamond as a scalp entry in the opposite direction of the prior move. Keep these trades tight — diamonds signal rejection, not necessarily a full reversal.

Confluence only

Never trade a diamond signal in isolation. It must align with other indicators — Sniper Cloud, Bands, or Super Trend — before acting on it as an entry.

Choppy markets

In ranging conditions, diamonds will fire frequently and produce false signals. Only pay attention to them after a significant directional move — that's when they carry real weight.

### Key principles

The most powerful diamond signals occur after extended moves. A red diamond after a long sustained uptrend carries far more weight than one that fires in the middle of a range.

Think of the diamonds as the market tipping its hand — momentum is exhausting itself. Combine with the Sniper Cloud midline or a Super Trend flip for the highest-conviction reads.

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


---

# 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.algosniper.com/algo-diamonds.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.
