# Price Alerts View

## Introduction

The fourth tab of Autoshares Web Trader for iOS — **Price Alerts** — is responsible for displaying the trader's price alerts. A price alert is a scheduled notification that will go off when the specified target price is reached for a specific security. For example, if you want to be notified when the price of the Netflix stock reaches $500, you can create a price alert for the stock with the following condition: `>= 500`.

Price alerts are shared between all platforms of Autoshares Web Trader, meaning all alerts created in the mobile apps will function in the web terminal and vice versa.

## Creating a New Price Alert

To create a new price alert, tap on the **Quick Alert** textfield.

![](/files/-MCzDA0w0SqE2fQsAGTc)

Next, search for the required security and then tap on it. You will be prompted with the alert creation view where you need to specify the following parameters:

1. **Reference price**. This is the price that will be pitted against the target price. Possible values: **Last**, **Bid**, **Ask**.
2. **Alert condition**. This is the condition of the price alert. Possible values: **≥** (greater than or equal to), **≤** (less than or equal to).
3. **Price**. This is the target price of the price alert. Once this price is reached, the price alert will go off.
4. **Expiration Date**. This is the date on which the price alert will expire.

![](/files/-MCzDA0y5Ebu9fjI11SB)

Once done, tap **Create**. The newly created price alert is active and will notify you when the target price is reached.

## Notification Types

In addition to native iOS notifications, you can also get price alerts by Email and SMS. Notification settings for price alerts can be configured in the app's settings. Go to **Account** (5th tab) and tap on the little gear icon in the top-left corner.

![](/files/-MCzDA0zijys4YhXKBDA)

This will bring up the app's settings where you can price alert notifications. Scroll downward until you reach the **Notifications** section. There you can enable native notifications for different trading operation, including **Price Alert**.

![](/files/-MCzDA1-lLC1kGOMhHql)

To configure Email and SMS notifications, tap **Other Notifications**. This will push the Email and SMS notifications configuration screen where you can meticulously determine which transactions should be reported. Also here you can enable SMS and Email notifications for price alerts.

![](/files/-MCzDA11mLk5YJryelwD)

Once done, go back to the previous screen and tap **Close**. The settings will immediately take effect and you will be notified of the target price hits via the specified notification channels.


---

# 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-ios/price-alerts-view.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.
