# Signals & Alerts

### 1. Impulse Signals <a href="#ias40fk30zks" id="ias40fk30zks"></a>

Impulse signals are generated to highlight **potential trend reversals** and **momentum shifts.** These signals are particularly useful for entering or exiting positions at critical junctures.

By identifying these shifts early, user can capitalize on emerging trends or protect profits by exiting before a reversal.

* Impulse Up/Down: Indicates potential trend reversals based on momentum shifts.
* Column Up/Down: Signals based on oscillator value changes.
* Trend/Signal Line: Indicates trend direction and strength.

### 2. Any Alert Function <a href="#c5ce8i15rmdx" id="c5ce8i15rmdx"></a>

The "Any Alert Function Call" feature is designed to notify of specific conditions or events occurring within the oscillator toolkit. This feature is crucial for relying on timely alerts to make informed trading decisions without constantly monitoring the charts.

**The script provides a wide range of alert options, including changes in oscillator values, pre-alerts based on background colors, impulse signals, and trend or signal line changes.** The alerts are customizable, with options to combine multiple alerts into a single notification and to use custom alert messages.

Our alert system uses logical checks to determine if the specified conditions are met and then sends alerts using the <mark style="color:green;">\`alerts.send\`</mark> method.


---

# 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.zeiierman.com/toolkit/oscillator/signals-and-alerts.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.
