# What are simple alert conditions?

When you need some kind of alerting on a typical condition, the first step is to look into simple alert conditions. Most cases you can get a long way applying them to your use case.&#x20;

The Sierra Chart [documentation on simple alert conditions can be found here](https://sst.frl/sac).&#x20;

Simple alert conditions can serve you to define trading signals or used to get alerted by email or SMS when you the alert condition is fulfilled.&#x20;

Alert conditions can be placed in separate locations:&#x20;

### Chart Level Alert conditions

[Chart Settings Alert Tab](https://www.sierrachart.com/index.php?page=doc/StudyChartAlertsAndScanning.php#EnterAlertOnMainPriceGraph). Alert conditions placed in this area will be in effect and evaluated for the particular chart it is used on.

![Chart settings alerts tab](https://www.sierrachart.com/images/ChartSettingsAlertTab.png)

### Study Level Alert conditions

It is also possible to place an alert condition inside the study settings of a particular study. This gives you more flexibility monitoring for certain conditions.&#x20;

The [Study Settings Alert Tab](https://www.sierrachart.com/index.php?page=doc/StudyChartAlertsAndScanning.php#EnterAlertOnStudy) is a place holder for alerts that will be in effect and evaluated on the chart the study is loaded on.

![Study settings alert conditions tab](https://www.sierrachart.com/images/ACAS_StudySettings.png)

### Alert Settings

Remember to assign Alert Number actions in the **Global Setting >> General Settings >> Alerts/General 3** section.

![General Alert Settings - configure each alert reaction](/files/GNDVqDSFi5T70QtN5Z8o)

When alerts fire you can also [see them in the Alert Manager](https://www.sierrachart.com/index.php?page=doc/AlertsManager.html).

### CBBOAC

The most powerful study to use with simple alert conditions is the **"Color Bar based on Alert Condition"**[ Study (CBBOAC)](https://www.sierrachart.com/index.php?page=doc/StudiesReference.php\&ID=245\&Name=Color_Bar_Based_on_Alert_Condition). This study can do so much more than color a bar.

![CBBOAC Study - available in SC standard study list](/files/qXnavD4wXNCYarmYcayG)

If you want to visualize your alert condition on a chart, this is your go-to-study. I also use this study all the time to construct trigger signals or signal studies which can be used by my [SST AutoTrading Study](/sst-services/automated-trading-setups.md).&#x20;

### Spreadsheet Formula

Another simple but very useful built-in SC study is the **"Spreadsheet Formula"** Study. [This study allows you to calculate your own SG using a formula](https://www.sierrachart.com/index.php?page=doc/StudiesReference.php\&ID=402\&Name=Spreadsheet_Formula). Really useful if you want to test your own ideas.

![Spreadsheet Formula Study - available in SC standard study list](/files/Wdt4POIO6LpNveSuxB6G)

### Debug your alerts

The [Tool Values window](https://www.sierrachart.com/index.php?page=doc/WindowMenu.html#ToolValuesWindow) can be used to quickly discover the chart and SG values when you hover over the chart with the crosshair and it's a great feature to debug your alert conditions.


---

# 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://docs.simplesystemtrading.com/faqs/sierra-chart-faqs/what-are-simple-alert-conditions.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.
