> For the complete documentation index, see [llms.txt](https://docs.cvizor.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cvizor.com/en/modules/terminal-tradium/settings/notifications.md).

# Notifications

The terminal has a notification system that allows you to track the status of your positions.

<figure><img src="/files/Jx7F5GVW1ZTZ4hNIAFEk" alt=""><figcaption></figcaption></figure>

You can familiarize yourself with the status system on the [**Setup Statuses page.**](/en/modules/terminal-tradium/setup-statuses.md)

### A notification contains 7 lines:

* Position Number
* Setup Status
* Publication Type (Public, Private)
* Ticker (coin name)
* Trading Direction (LONG/SHORT)
* Price Value
* Notification Date and Time

### Canceled Time in force

Canceled due to setup expiration. Default is 7 days.

<figure><img src="/files/dsVScoNpR1TEqvD4Zixa" alt=""><figcaption></figcaption></figure>

### Open - Position Opening

<figure><img src="/files/FPtTDDC8rsYBgwGaPN53" alt=""><figcaption></figcaption></figure>

### Stop-loss

<figure><img src="/files/eIIzYGXY8ciF63uHMrBl" alt=""><figcaption></figcaption></figure>

### Closed - Position closed manually

<figure><img src="/files/LZ87dGgiPDBsLrs3PDFb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/dg62GIgy67SJyeY2yGIo" alt=""><figcaption></figcaption></figure>

### Take profit

<figure><img src="/files/gHR4G4mkgRPeXDkKt340" alt=""><figcaption></figcaption></figure>

### Trailing TP

Position reached TP value and the Trailing TP module activated, which automatically moves the Stop-loss along the trend at the SL distance specified in the setup from the current price.

<figure><img src="/files/w2GSTTiOj7ChJF4pzo0d" alt=""><figcaption></figcaption></figure>

### SLX - Breakeven point

Position closed at breakeven upon reaching profit equal to SL (Risk Reward 1:1) in the setup.

<figure><img src="/files/jdWLzts8dzh2Osjc3LRc" alt=""><figcaption></figcaption></figure>


---

# 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.cvizor.com/en/modules/terminal-tradium/settings/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.
