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

# Overview

Trend Concepts is a comprehensive trend analysis toolkit that combines four powerful components to identify market direction, strength, and trading opportunities.

The indicator features **Bias Magnet**—an adaptive baseline that tracks trend direction with dynamic strength visualization and momentum polarity bars. **Flux Trend** uses ATR-based bands with gradient-filled zones to mark trend reversals and continuation exits. **Surge Waves** applies a two-pole filter to detect sustained momentum runs and highlight strong directional moves. **Velocity Bands** creates dynamic deviation-based support and resistance levels with re-entry and rejection signals for mean reversion and reversal setups.

{% content-ref url="/pages/AZkp4YR84Aoan95Z21jF" %}
[Trading Profiles](/toolkits/trend-concepts-tm/trading-profiles.md)
{% endcontent-ref %}

{% content-ref url="/pages/XgjUZyjBOYkMY1Veg9No" %}
[Bias Magnet](/toolkits/trend-concepts-tm/bias-magnet.md)
{% endcontent-ref %}

{% content-ref url="/pages/C6Khu0MVPy1ib3sRe4cx" %}
[Flux Trend](/toolkits/trend-concepts-tm/flux-trend.md)
{% endcontent-ref %}

{% content-ref url="/pages/qGnymCneIdZh9HkShmLa" %}
[Surge Waves](/toolkits/trend-concepts-tm/surge-waves.md)
{% endcontent-ref %}

{% content-ref url="/pages/F8vDaehSzy9yvWR04D6W" %}
[Velocity Bands](/toolkits/trend-concepts-tm/velocity-bands.md)
{% endcontent-ref %}

{% content-ref url="/pages/dzaMg5gD28INK4HMsPfA" %}
[Signals](/toolkits/trend-concepts-tm/signals.md)
{% endcontent-ref %}

{% content-ref url="/pages/moLjM15esmMVG3Q7xk6d" %}
[Themes](/toolkits/trend-concepts-tm/themes.md)
{% endcontent-ref %}

{% content-ref url="/pages/bdVM8UOe0FUodRoV4pgH" %}
[Alerts](/toolkits/trend-concepts-tm/alerts.md)
{% endcontent-ref %}

Each component operates independently, allowing you to build a custom trend analysis system tailored to your trading style.&#x20;

The integrated dashboard provides real-time market context through trend consensus (majority vote from enabled components), ADX strength, volatility analysis, volume trends, and momentum indicators.&#x20;

Trading profiles automatically optimize all component parameters for Scalping, Intraday, Swing, or Investment strategies, while Custom mode gives you full manual control.&#x20;

Multiple color themes and comprehensive alert options make this a complete solution for trend-following traders across all timeframes.


---

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