# TP/SL Points

### Overview

Take-Profit (TP) and Stop-Loss (SL) Points are key visual elements of the AstraAlgo Indicator, helping traders manage risk and plan trade exits directly on their TradingView charts.&#x20;

These points are designed to provide clear guidance without revealing the underlying strategy, ensuring traders can act confidently.

***

#### Entry Points

Entry Points mark suggested price levels for opening trades.&#x20;

They are displayed clearly on the chart, giving traders a visual reference for potential market entries.

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2FeBpweUNDhEwc1uQaLeGA%2F28.PNG?alt=media&#x26;token=b83626ad-554b-46a3-ad6f-fb04df0a0873" alt=""><figcaption></figcaption></figure>

#### Take-Profit Levels

Take-Profit levels indicate target prices where a trade may be closed to secure profits.&#x20;

Depending on the Signal Mode, multiple TP levels can be displayed to provide a nuanced view of potential exit points.

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2FTMyQUFOvB6FF2X1T0ou4%2F29.PNG?alt=media&#x26;token=f33f65bb-9b0f-47ef-a33b-45a003bdf688" alt=""><figcaption></figcaption></figure>

#### Stop-Loss Levels

Stop-Loss levels help traders identify points where a trade may be exited to limit losses.&#x20;

These points are calculated using swing highs and lows and can be adjusted for lookback periods and placement offsets.

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2FiMNHGaTYLE68KjHwZoSl%2F30.PNG?alt=media&#x26;token=6d3a5a86-7014-4ec5-8013-34592f1dea5f" alt=""><figcaption></figcaption></figure>

***

#### Customization & Visual Clarity

TP/SL Points can be tailored in terms of label size, distance from price, colors, and offsets.&#x20;

These options ensure the chart remains organized and easy to interpret, even when multiple levels are displayed, without repeating information covered in Signal Modes or Alerts.

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2F8TW6N9T9vHe1AbDgHKR6%2F31.PNG?alt=media&#x26;token=4620dd2a-6dec-4786-8100-1328e5a5d427" alt=""><figcaption><p>Labels set to Tiny</p></figcaption></figure>

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2FMVRvaEYwU41ox0ksv6Wm%2F32.PNG?alt=media&#x26;token=af6c667e-6cc0-4251-8d70-2ec5387d2e15" alt=""><figcaption><p>Labels set to Huge</p></figcaption></figure>

{% hint style="info" %}

#### Usage Tips

Using TP/SL Points alongside [Signal Modes](https://docs.astraalgo.com/toolkits/indicator/signals-and-alerts/signal-modes) and [Filters](https://docs.astraalgo.com/toolkits/indicator/signals-and-alerts/filters) helps maintain clarity and relevance in your trading decisions.
{% endhint %}

***

For detailed explanations of each setting, visit the Settings Glossary.

{% content-ref url="../../../resources/materials/settings-glossary" %}
[settings-glossary](https://docs.astraalgo.com/resources/materials/settings-glossary)
{% endcontent-ref %}

***


---

# 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.astraalgo.com/toolkits/indicator/signals-and-alerts/tp-sl-points.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.
