# 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: 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.algosniper.com/super-trend.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.
