> For the complete documentation index, see [llms.txt](https://quantsedge.gitbook.io/quantsedge-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quantsedge.gitbook.io/quantsedge-docs/mobile-app-ios/mobile-notifications.md).

# Mobile Notifications

Stay informed about your trading activity with smart notifications.

## Notification Types

### Critical Alerts (Cannot Disable)

**Always enabled:**

* Bot stopped (error, loss limit hit, risk violated)
* Position liquidated (margin call)
* Account security (new device, password change)
* System issues (connectivity, API errors)

### Trade Notifications (Configurable)

**Position events:**

* Position opened (entry price, size, targets)
* Position closed (exit price, realized P\&L, duration)
* Stop loss hit (loss amount, reason)
* Take profit hit (profit locked, percentage gain)

### Bot Activity (Configurable)

**Bot updates:** Receive notifications for trade executions by your bots, daily/weekly/monthly performance summaries for progress tracking, bot status changes (started/paused/stopped), and settings modifications for complete bot monitoring.

### Price Alerts (Configurable)

**Custom triggers:**

* Price above/below threshold
* Percentage move
* Volume spike
* Indicator crossover

### Account Alerts (Configurable)

**Balance & limits:**

* Deposits/withdrawals confirmed for transaction tracking
* Approaching daily loss limit warnings for risk management
* Nearing position limits alerts for exposure control
* API rate limit warnings for system health monitoring

## Notification Settings

**Access:** App Settings → Notifications

### Pre-Configured Modes

| Mode            | What You Get          | Best For          |
| --------------- | --------------------- | ----------------- |
| **Full Alerts** | All notifications     | Active traders    |
| **Quiet Mode**  | Critical alerts only  | Long-term holders |
| **Custom**      | Choose specific types | Advanced users    |

### Detailed Configuration

**Per-type settings:**

| Type            | Sound    | Vibration    | Lock Screen |
| --------------- | -------- | ------------ | ----------- |
| Position Closed | ✓        | Short pulse  | Show        |
| Stop Hit        | ✓        | Short burst  | Show        |
| Bot Error       | ✓        | Triple pulse | Show        |
| Price Alert     | Optional | Single pulse | Optional    |

### Smart Grouping

**Batching options:**

```
Instead of 5 separate "trade executed" alerts:
→ "5 trades executed today (+$250)"
Tap to expand details
```

**Time batching:**

* Immediate (no batching) for critical alerts that require immediate attention
* Every 15 minutes for frequent updates during active trading periods
* Every hour for regular summaries of bot activity and performance
* Daily summary only for minimal notifications and reduced interruption

**Bot grouping:** Group all trades by bot for organized tracking, create summary notifications for multiple activities, and reduce notification volume for better management of high-frequency trading.

## Notification Actions

**Quick actions from notifications:**

| Notification    | Quick Actions Available                  |
| --------------- | ---------------------------------------- |
| Position Closed | View Details, Open Another, Dismiss      |
| Stop Loss Hit   | View Chart, Reenter Trade, Dismiss       |
| Bot Error       | View Logs, Restart Bot, Support          |
| Price Alert     | View Chart, Open Position, Set New Alert |

***

**Stay informed without overwhelm.** Configure notifications to match your trading style and schedule.

**Related:** [Mobile Overview](/quantsedge-docs/mobile-app-ios/mobile-overview.md) | [Dashboard Overview](/quantsedge-docs/trading-bots/dashboard-overview.md)


---

# 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://quantsedge.gitbook.io/quantsedge-docs/mobile-app-ios/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.
