# TrendMagnet

TrengMagnet is a sophisticated trend detection algorithm designed to filter out market noise, highlight dominant trend direction, and detect early signs of momentum exhaustion.&#x20;

{% embed url="<https://www.youtube.com/watch?v=WiA1bi0QCaQ>" %}

It combines a main trend-following band with triple-line markers that signal the strength or weakness of the current move.

***

### **Dynamic Trend Band**

Smoothly follows trend direction and turns flat during consolidation, helping traders distinguish between trending and ranging conditions.

<figure><img src="/files/D2w3miK2iEz4uHifXxBH" alt=""><figcaption><p>TrendMagnet Band</p></figcaption></figure>

Sharp slopes in the band confirm strong directional movement, while flat zones signal uncertainty or sideways behavior.

{% hint style="info" %}
The algorithm reduces reaction to short-term spikes, providing a cleaner representation of trend evolution.
{% endhint %}

### Trend Detection Modes

The Trend Magnet includes three distinct sensitivity settings to align with different trading styles and timeframes:

* Scalp: Optimized for high-frequency trading. This mode is highly sensitive to minor price fluctuations, providing early Trend signals for quick entries and exits.

<figure><img src="/files/XH5xj0ZbZpeu3vnH6jWs" alt="" width="563"><figcaption></figcaption></figure>

* Normal: The default balanced setting, ideal for day trading. It filters out market noise while remaining responsive to significant intraday trend shifts.

<figure><img src="/files/wnL1pPlfRX2c7gofq96G" alt="" width="563"><figcaption></figcaption></figure>

* Macro: Designed for long-term analysis. This mode prioritizes the dominant market direction, ignoring short-term volatility to keep you aligned with the primary trend.

<figure><img src="/files/PEfkSVj5bpdQY0BMEMaY" alt="" width="563"><figcaption></figcaption></figure>

### **Triple-Line System**

These horizontal line sets act as a trend strength and volatility scanner:

Appearing at the **bottom** during uptrends or at the **top** during downtrends, they help detect **trend exhaustion**, **pause zones**, or areas of consolidation.

The more frequent and extended the orange clusters, the greater the chance of a shift or slowdown in price movement.

<figure><img src="/files/72semfWVoemDBWsepLjS" alt=""><figcaption><p>Triple-Line System</p></figcaption></figure>

{% hint style="info" %}
Use them as early alerts to reduce risk, manage exits, or prepare for possible reversals.
{% endhint %}

***

## How to use

### **Trend Confirmation**

Enter trades in the direction of the TrengMagnet band slope — green band for long bias, purple for short.

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

### **Momentum Weakness Detection**

Watch for orange triple-line formations as early warnings of trend exhaustion, ideal for tightening stops or exiting.

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

### **Range Filtering**

Avoid entries when the TrengMagnet band is flat, as this indicates a lack of clear direction or consolidation.

### **Confluence**

By combining the triple-line system with the TrengMagnet band, traders gain a unique edge—using the band to track trend direction and the triple lines to assess strength and volatility—creating a powerful confluence tool for timing entries, exits, and avoiding false breakouts.

***

## Settings

<div data-with-frame="true"><figure><img src="/files/8bpzNqKI2rbZLS5InEUM" alt=""><figcaption></figcaption></figure></div>

| Setting              | Description                                                                                                                                                     |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Trend Magnet Toggle  | Enables or disables the primary trend-following band overlay on your price chart.                                                                               |
| Trend Detection Mode | A dropdown to adjust the indicator's sensitivity. Use Scalp for rapid price action, Normal for standard day trading, or Macro for long-term trend analysis.     |
| Trend Colors         | Customizes the visual colors for the trend band. The first color picker defines the Bullish (upward) trend and the second defines the Bearish (downward) trend. |
| Magnet Bar           | Toggles horizontal visual bands at the top and bottom of the chart. These highlight trends and momentum strength, orange zones low momentum of the trend        |


---

# 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.bigbeluga.com/toolkits/market-waves-pro-tm/trendmagnet.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.
