# Signals

Trend Concepts provides various signals across its four components to help you identify trading opportunities. Each component generates specific signals that can be used independently or combined for higher confidence setups.

### Bias Magnet Signals

#### Flip Signals

* **▲ (Up Arrow)**: Bullish flip—trend changed from bearish to bullish. The baseline crosses above price and confirms.
* **▼ (Down Arrow)**: Bearish flip—trend changed from bullish to bearish. The baseline crosses below price and confirms.

#### Polarity Bars

* **☰ above baseline**: Bullish momentum indicated by MFI-based polarity bars
* **☰ below baseline**: Bearish momentum indicated by MFI-based polarity bars

The intensity (transparency) of the bars reflects momentum strength—darker bars indicate stronger momentum.

### Flux Trend Signals

#### Trend Flip Signals

* **✦ (Star)**: Bull to bear flip—trend changed from bullish to bearish. Price crosses below the lower band.
* **❖ (Diamond)**: Bear to bull flip—trend changed from bearish to bullish. Price crosses above the upper band.

A connecting line shows the transition between the old and new band positions.

#### Exit Signals

* **✦ outside bands**: Bullish exit—price left the zone after touching it in a bullish trend, suggesting continuation
* **❖ outside bands**: Bearish exit—price left the zone after touching it in a bearish trend, suggesting continuation

### Surge Waves Signals

#### Sustained Run Markers

* **Square marker**: Sustained rising run detected (5+ consecutive bars rising)
* **Diamond marker**: Sustained falling run detected (5+ consecutive bars falling)

#### Confirmation Signals

* **Small diamond signal**: Appears when a sustained run begins (on the bar where the run reaches 5 consecutive bars)

### Velocity Bands Signals

#### Re-entry Signals

* **▼ (Down Arrow)**: Price re-enters from above the +2 band (bearish mean reversion signal)
* **▲ (Up Arrow)**: Price re-enters from below the -2 band (bullish mean reversion signal)

#### Rejection Signals

* **Rejection from upper band**: Price entered the upper band but closed below it (bearish reversal signal)
* **Rejection from lower band**: Price entered the lower band but closed above it (bullish reversal signal)


---

# 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.candelacharts.com/toolkits/trend-concepts-tm/signals.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.
