# Super Trend

{% embed url="<https://www.youtube.com/watch?v=oWjkQdf0tzk>" %}

​Super Trend is a useful technical analysis algorithm for identifying the possible trend direction and possible trading position. It works with the help of volatility in price movement.&#x20;

Two parameters, period and multiplier, are used when calculating this technical analysis algorithm. Usually the period value is 10 and the multiplier value is 3. Super Trend; It is found by subtracting the result obtained by multiplying the 10-period ATR (**Average True Range**) value by 3 from the average of the highest and lowest price in the period. (ATR is a volatility indicator that is calculated based on candle lengths and the previous close.)

> Super Trend **=** H&#x4C;**/**&#x32; **-** 3 **x** ATR(10)

The Coinlegs software developed this signal with the help of the "SuperTrend" indicator created by Kıvanç Özbilgiç in the Tradingview system.

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

{% hint style="success" %}
If the green Super Trend line is below the price action, it is considered a **buy signal** for traders. In other words, it is thought that the prices will increase when the green "Buy" is seen and investors take positions accordingly.&#x20;

If the red Super Trend line is above the price action, it is considered a **sell signal** for traders. In other words, it is thought that the prices will decrease by seeing the red "Sell" and investors take positions accordingly.
{% endhint %}

{% hint style="info" %}
In order to easily obtain Super Trend detections, you can create [<mark style="color:blue;">Alerts</mark> ](https://www.youtube.com/watch?v=-yS1Cv6PYm0\&t=42s)or [<mark style="color:blue;">Custom Signals</mark>](https://www.youtube.com/watch?v=sz_pwdSpZeg\&t=27s) through the Coinlegs system, and start autotrading bots on [<mark style="color:blue;">LegsBot</mark> ](https://www.legsbot.com)by using the alerts you create.
{% endhint %}


---

# 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://academy.coinlegs.com/advances/super-trend.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.
