> For the complete documentation index, see [llms.txt](https://docs.zeiierman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeiierman.com/toolkit/marke-structure-price-action/trading-signals.md).

# Trading Signals

### Trading Signals

* **Bullish CHoCH:** Indicates a potential bullish reversal, signaling a buy opportunity.
* **Bearish CHoCH:** Indicates a potential bearish reversal, signaling a sell opportunity.
* **Price at Premium/Discount:** Alerts when the price reaches premium or discount levels, suggesting overbought or oversold conditions.
* **Volume OB:** Alerts on the formation of bullish or bearish volume order blocks, indicating potential institutional activity.

### Any Alert Function Call

"Any Alert Function Call" feature allows you to create custom alerts based on specific conditions and their conditions - which can be tailored to individual trading strategies and preferences.

#### Usage Example & Optimization

A trend-following trader might combine alerts for bullish market structure changes with price reaching a support level, while a mean-reversion trader might focus on alerts for price reaching overbought or oversold zones. Traders can also leverage the custom alert message functionality to include dynamic placeholders, providing context-specific information in the alert notifications.

Advanced traders might use this feature to create complex alert conditions that involve multiple layers of analysis.

For example, you could set an alert for a bullish market structure change only if it occurs within a specific Fibonacci retracement zone and is confirmed by a volume spike. Additionally, you can use the "Combine Alerts" option to ensure that alerts are only triggered when all specified conditions are met, increasing the reliability of the signals.

{% hint style="danger" %}

#### Common Mistakes and Misconceptions:

A common mistake is setting too many alerts, which can lead to information overload and reduce the effectiveness of the alert system. Focus on the most critical conditions that align with your strategy.

Another misconception is relying solely on alerts without considering the broader market context. Alerts should only be used as a tool to draw attention to potential opportunities.
{% endhint %}


---

# 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.zeiierman.com/toolkit/marke-structure-price-action/trading-signals.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.
