# Parabolic SAR

### Overview

The parabolic SAR indicator is used by traders to determine trend direction and potential reversals in price. This indicator uses a trailing stop and reverse method called "SAR," or stop and reverse, to identify suitable exit and entry points. Traders also refer to the indicator as the parabolic stop and reverse, parabolic SAR, or PSAR.

{% hint style="info" %}
**Create fully automated trading strategies using over 100 technical indicators in Market Dynamics. Head to the build page and add indicators using the "Add block" menu**. **Reach out to the team if you have any questions  or need technical support.**
{% endhint %}

<div align="left"><figure><img src="/files/WDT1GB30CH8WdliG8wxN" alt=""><figcaption></figcaption></figure></div>


---

# 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://trylevel2.gitbook.io/getting-started/indicator-guides/parabolic-sar.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.
