# Price Alerts

## Price Alerts Tab

The price alerts tab if responsible for management of price alerts in your trading accounts. Here you can view this list of your existing price alerts and also create new ones. The existing price alerts can also be sorted by their status by tapping on different segments of the picker view: **All**, **Active**, **Triggered**, and **Other**.

![](/files/-MCzDCXELxn7Wc99zOG3)

## Creating a New Price Alert

To create a new price alert, enter the ticker symbol of the target security in the text field at the top. Select the security in the list and then proceed to configure the price alert. Four parameters can be configured when creating a new price alert:

1. **Price type**. This is the price that will be tracked by the price alert. It can be either **Last**, **Bid**, or **Ask**.
2. **Greater than or Less than**. Indicate if the price at which the alert will be executed must be lower than or equal to or greater than or equal to the specified price.
3. **Target price**. The price which, if reached, will trigger the price alert.
4. **Expiration date**. The date on which the price alert will be expired.

![](/files/-MCzDCXHhrB7QmmOMIf3)

Once the alert is created, tap **Create**, and the price alert will become active. Once the target price is reached, you will receive a corresponding notification.


---

# 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://api-documentation.autoshares.dev/user-guide/etna-trader-for-android/price-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.
