> For the complete documentation index, see [llms.txt](https://doc.mometic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.mometic.com/momo-pro-user-guide/stock-alerts.md).

# Stock Alerts

You may set browser-based desktop alerts to stay notified of specific breakouts with the Notification menu settings option. This is useful to help ensure you get instant notification of a stock’s movement.

There are 5 alert types you may set. Each will show in **Alert History** as well as in your operating system notification system.

* **Halt Alert** - Halts provide fast notification when a stock is halted. When enabled, it will poll Nasdaq and report on all stocks which are halted with reason code (e.g. volatility, news pending)
* **High/Low Breakout Alert** - Alert notifications are sent for every new high or low of the symbol. You may adjust the frequency of the alerts by adjusting the alert sensitivity (dollar-based rate of change).
* **(Pro+ and above) Unusual Volume % Alert** - Provides alerts based on volume relative to the prior 30-day average. You may configure the frequency of alerts based on percentage variance from the average.
* **(Pro+ and above) VWAP Distance % Alert** - Alerts based on the symbol's current price percent variance from VWAP. (Start with a lower setting and adjust based on volatility.)
* **(Pro+ and above) Price % Alert** - Alert notifications based on a stock's percent change.
* **(Pro+ and above) Conditional Alert** - Custom alerts built on your criteria. Where other alert types require an entered symbol, Conditional Alerts report the symbols which meet the set criteria. Conditional alerts may be configured using any or all of the available criteria, including average volume, float, price, price change%, momentum, unusual volume, VWAPdist, Moneyflow range, Moneyflow change%, and Squeeze.

{% hint style="info" %}
**MOMO Pro+ users:** Review [Conditional Alerts](https://doc.mometic.com/momo-pro-user-guide/momo-pro+-features#pro-conditional-alert) for additional configuration details.
{% 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://doc.mometic.com/momo-pro-user-guide/stock-alerts.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.
