# Supertrend

Supertrend is a technical analysis indicator that helps determine the current trend direction and possible entry/exit points. It is built on the basis of ATR (Average True Range) and a multiplier coefficient, which makes it sensitive to market volatility.

Indicator structure

* The indicator is displayed as a line that “switches” above or below the price chart.
* Line below the price → signal of an uptrend (LONG).
* Line above the price → signal of a downtrend (SHORT).

How to enable Supertrend

1. In the exchange terminal, click Indicators.
2. In the search field, type: “Supertrend”.

<figure><img src="https://996336407-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvSQbeA5D3PC0GX0QTFFZ%2Fuploads%2FnxrJrSRF6CuaKpmeKBS9%2Fimage.png?alt=media&#x26;token=2fcd5bbb-fa88-4516-bc9e-a93e9f9c789a" alt="" width="375"><figcaption></figcaption></figure>

Parameter settings

* Timeframe: the number of candles used to calculate ATR.
* Factor (Multiplier): the coefficient by which ATR is multiplied (usually from 1 to 3).

  * The higher the factor → the less sensitive the indicator (filters out noise).
  * The lower the factor → the more sensitive Supertrend is to price changes.

  <figure><img src="https://996336407-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvSQbeA5D3PC0GX0QTFFZ%2Fuploads%2FMLwGYDzz1RziDbmmx2xK%2Fimage.png?alt=media&#x26;token=3290134b-5e41-41e7-8ce5-4b2cdc49c69c" alt="" width="375"><figcaption></figcaption></figure>

  Using in the bot

  * Price > Supertrend → the bot starts if the price is above the indicator line (LONG signal).
  * Price < Supertrend → the bot starts if the price is below the indicator line (SHORT signal).

  <figure><img src="https://996336407-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvSQbeA5D3PC0GX0QTFFZ%2Fuploads%2FivSLB65mgLlCwFyobIVA%2Fimage.png?alt=media&#x26;token=83871733-0372-461e-9db3-19b6bc62d4f0" alt=""><figcaption></figcaption></figure>
