> For the complete documentation index, see [llms.txt](https://docs.yummyprofit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yummyprofit.com/how-to-use/setup-indicator-alerts/mobile-notifications.md).

# Mobile notifications

![](/files/-MhiWDYjzoKCjEvQaTkz)

## How to create an alert for my favorite trading pair?

* At the watchlist screen, **select the card** you want to create a new alert.

![](/files/-MhsvWF9TIcY3D6-mG26)

* At the detailed pair card screen, select **\[Add Indicator]** button.

![](/files/-MhsvZ5pK_QvBW-c16e7)

* Search and **select the indicator or strategy** you want to create an alert.

![](/files/-MhswzOkLKsjZIjeaJlL)

* Next, customize the indicator's alert configuration of your desired, including:
  * Timeframe: M5, M15 (default), M30, H1, H4, D1
  * Indicator config.
  * Condition (Alert when ...): Allows you to enable/disable each alert condition.
  * And some other customizations such as sound, receive alerts via email, SMS, or telegram.
* After completing the create alert, please select the **\[Subscribe Alert]** button

![](/files/-Mht2xflV6SaSSqV-HKg)

{% hint style="info" %}
After you have successfully create an alerts, you will receive a notification on your phone as soon as the market meets the correct condition of the indicator.
{% endhint %}

## How to add favorite trading pairs to the watchlist screen?

* At the watchlist screen, select **\[Add Pair]** button&#x20;

![](/files/-MhsRBQqBEzOuDcn46E7)

* Choose one of the markets: cryptocurrency, forex, commodity, indies, stock, ...&#x20;
* Enter into the search box the trading pair you want to add to favorites.
* Complete by select the **\[done]** button

![](/files/-Mht51fJoOVY-3uklkmm)

## How to create an alert for multiple trading pairs?

* At the alerts screen, search and select the indicator or strategy you want to create an alert.

![](/files/-Mht73rPnYylcpdSXWhd)

* Here, you can add multiple trading pairs at once in the line **\[pair].**
* Click on **\[subscribe alert]** when you're done.

![](/files/-Mht7rAJlqay1i3dI5eR)

## How to delete the alert?

* At the detailed pair card screen, select **\[Edit]** button
* Select the indicators that you do not want to use, Select **\[Delete]** button

![](/files/-MhxiyPq4_MONCUYmL83)

![](/files/-MhxopoSX0jKEwB_zV9X)

{% hint style="info" %}
Tips: After clicking the **\[Edit]** button, you can also **change the position** or **bring the card to the top** as you wish.
{% 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.yummyprofit.com/how-to-use/setup-indicator-alerts/mobile-notifications.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.
