> 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/super-trend.md).

# Super Trend

The yellow line is the Super Trend. It trails price and dynamically shifts between acting as support and resistance depending on where price is relative to it.

### What it means

Support

Price is above the yellow line. The line sits below price as a dynamic support level. A pullback to the line that holds is a long entry opportunity.

Resistance

Price is below the yellow line. The line sits above price as a dynamic resistance level. A rally up to the line that gets rejected is a short entry opportunity.

Flip

Price closes through the yellow line. The line repositions to the opposite side of price. This confirms a trend change — do not hold your current position through a confirmed flip.

### Rules

Wait for a candle close before acting. A wick touch of the yellow line is not a confirmation — only a full candle close counts.

When price is hugging the yellow line tightly without breaking it, the trend is strong. When price is far from the line, the move is extended — avoid chasing entries.

After a flip, the yellow line immediately becomes the first key level to watch for a re-test. Price will often come back to test it — that re-test is your highest-probability entry in the new direction.

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

<figure><img src="/files/I7CtzYFZBrhDzwv7KRyj" 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/super-trend.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.
