> For the complete documentation index, see [llms.txt](https://simpleaitrading.gitbook.io/simple-ai-trading/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simpleaitrading.gitbook.io/simple-ai-trading/quant-toolkits/impulse-trend.md).

# Impulse Trend

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

The **Impulse Trend** is an advanced momentum-driven market analysis tool designed for traders who want to harness trend bursts and capitalize on directional flow shifts. Built on layered signal fusion, adaptive volatility thresholds, and multi-dimensional impulse readings, this indicator offers precision entries and trailing exits based on real-time market behavior.

<table><thead><tr><th width="369">Impulse Signal Intelligence</th><th width="396.6666259765625">Adaptive Flow Compression</th></tr></thead><tbody><tr><td>Harnesses advanced signal fusion and trend burst detection to capture explosive market moves with surgical accuracy, ensuring timely entries aligned with real-time impulse strength.</td><td>Automatically calibrates to dynamic market energy, identifying compression and expansion zones to filter out false moves and highlight true trend accelerations</td></tr></tbody></table>

## **Features**

### <mark style="color:blue;">**Buy/Sell Signals with Trailing Stop**</mark>

The core feature of the Impulse Trend is the real-time detection of high-probability trade impulses aligned with trend momentum. By combining multiple algorithmic layers—including Momentum-log transforms, dynamic signal switches, and trend slope confirmations—the indicator captures explosive moves as they begin to form.

Each entry is paired with a dynamic ATR-based trailing stop that adapts to volatility, helping traders lock in gains while minimizing premature exits.

### <mark style="color:purple;">**Trend Direction Scanning**</mark>

The tool includes multiple directional readers:

* **Impulse Momentum** – detects short-term bursts.
* **Trend Pressure** – maps the mid-term directional force.
* **Extreme Flow** – highlights aggressive trend climaxes or exhaustion points.

Each of these components adjusts based on a **Signal Fusion Rate**, a setting that allows traders to fine-tune how reactive or smoothed the signals should be.

### <mark style="color:orange;">**Overbought/Oversold Zones**</mark>

The shaded background reveals when the market enters overbought (above +0.3) or oversold (below -0.3) conditions, enhancing situational awareness for both breakout and reversal traders. This gradient visualization helps gauge risk zones and fading opportunities without cluttering the chart.

### <mark style="color:yellow;">**Signal Confirmation Logic**</mark>

Buy and Sell signals are filtered using a complex decision engine that blends:

* Signal sensitivity
* Switching logic
* Flow direction
* Impulse compression/expansion analysis

This approach minimizes false signals and ensures that only meaningful shifts in structure trigger entries.

### <mark style="color:green;">**Impulse Entry Triangles**</mark>

When a strong impulse is detected after sustained quiet conditions, a triangle marks the early-stage entry:

* **Green Triangle (Bottom)**: Indicates a strong bullish impulse forming from oversold territory.
* **Red Triangle (Top)**: Signals a bearish impulse as the market peaks.

These early warnings help traders position themselves ahead of larger moves.

***

{% hint style="warning" %}

#### **Important Note**

The Impulse Trend excels during high-energy market conditions. It thrives in breakout environments, trending markets, or during strong reversals after compression phases. However, during sideways chop or low-volatility zones, it’s crucial to stay selective and focus only on clean signal triggers supported by structure.

Like all impulse-based tools, this indicator is optimized for quick reactions and needs disciplined stop-loss management. If the trailing stop is hit—accept the loss and wait for the next valid opportunity. The system is built to capture **big winners**, not to win every single trade.
{% endhint %}

***

**Whether you're scalping explosive breakouts or riding intraday momentum surges, the Impulse Trend offers a battle-tested framework to trade the market’s most aggressive moves with clarity and control.**

## **Settings**

<details>

<summary>Signal Fusion Rate</summary>

* **What It Does**: Controls the **aggregation smoothness** of the internal signal engine.
* **Impact**:
  * **Higher values** → Filters out noise, resulting in smoother and more stable signals.
  * **Lower values** → Increases sensitivity to short-term movements, producing more reactive signals.

</details>

<details>

<summary>Flow Floor Threshold</summary>

* **What It Does**: Sets the **lower boundary** for impulse compression, helping detect **potential pullbacks** or **reversals**.
* **Impact**:
  * If values dip below this level, it often signals exhaustion or a potential **bounce** zone.
  * Works best when combined with falling impulse momentum.

</details>

<details>

<summary>Flow Ceiling Threshold</summary>

* **What It Does**: Sets the **upper boundary** for impulse expansion, indicating **momentum peaks** or **trend continuations**.
* **Impact**:
  * When values exceed this level, it may signal **trend acceleration** or **overextension**.
  * Useful for confirming trend strength before entering.

</details>

<details>

<summary>Temporal Scaling Range</summary>

* **What It Does**: Defines the **normalization window** for adapting to past market behavior.
* **Impact**:
  * **Shorter values** → More reactive to recent highs/lows.
  * **Longer values** → Uses broader historical context, creating more stable normalization.

</details>

<details>

<summary>Signal Sensitivity</summary>

* **What It Does**: Adjusts the **threshold for signal switching**, determining how quickly a signal responds to changes.
* **Impact**:
  * **Lower values** → More sensitive, can generate quicker entries.
  * **Higher values** → Filters out minor moves, only triggers on stronger shifts.

</details>

<details>

<summary>Complete Signal Mode</summary>

* **What It Does**: Controls the type of signal mode.
* **Impact**:
  * **True** → Both quick and slow impulse signals are detected
  * **False** → Only quick/significant impulses are detected

</details>

<details>

<summary>Trailing Multiplier</summary>

* **What It Does**: Controls the **distance of the trailing stop** using an ATR multiplier.
* **Impact**:
  * **Higher values** → Wider stops, suitable for volatile assets or longer-term trades.
  * **Lower values** → Tighter stops, better for scalping or fast exits.

</details>


---

# 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://simpleaitrading.gitbook.io/simple-ai-trading/quant-toolkits/impulse-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.
