# How To Use The Indicator

### Symbols

Unfortunately, Meta Trader doesn't allow text boxes for strong buy, strong sell signals, etc. So we had to use symbols instead. We tried choosing the ones that made the most sense. It may seem a little confusing when you first look at it, but after 5 minutes of using it, you get the hang of it.

<div align="center"><figure><img src="/files/Ryh0dxuDmsx1ZwFyOh53" alt=""><figcaption><p><strong>Strong Long</strong></p></figcaption></figure> <figure><img src="/files/lCIe9zZhDUuZT2h57ofc" alt=""><figcaption><p><strong>Long</strong></p></figcaption></figure> <figure><img src="/files/RLl6aTFu29G8qNpRFOTl" alt=""><figcaption><p><strong>Long Exit</strong></p></figcaption></figure> <figure><img src="/files/AhUSg5DVIUZ8Cxr5jnuT" alt=""><figcaption><p><strong>Strong Short</strong></p></figcaption></figure> <figure><img src="/files/4Qzxi5OILj7GegvAmYH3" alt=""><figcaption><p><strong>Short</strong></p></figcaption></figure> <figure><img src="/files/X2vzTcAEYFgF58r1ywyl" alt=""><figcaption><p><strong>Short Exit</strong></p></figcaption></figure> <figure><img src="/files/FuLmWL7FttH4nme41Yrl" alt=""><figcaption><p><strong>Long Retracement</strong></p></figcaption></figure> <figure><img src="/files/ptKoIcSUSXq7KM4G8ltf" alt=""><figcaption><p><strong>Short Retracement</strong></p></figcaption></figure> <figure><img src="/files/sP7lisEXp5wQNpzcWROZ" alt=""><figcaption><p><strong>Take Profit 1</strong></p></figcaption></figure> <figure><img src="/files/oXFUO8OILRm0sQSUHpkj" alt=""><figcaption><p><strong>Take Profit 2</strong></p></figcaption></figure></div>

### Symbol Definitions

* **Strong Long** - A strong long is an entry signal to enter a long trade. It is more "confirmed" than a "long".
* **Long** - A long is an entry signal to enter a long trade.
* **Long Exit** - Will show up if the trade long trade ends up being a losing trade and notifies you to exit the trade.
* **Strong Short** - A strong short is an entry signal to enter a short trade. It is more "confirmed" than a "short".
* **Short** - A short is an entry signal to enter a short trade.
* **Short Exit** - Will show up if the short trade ends up being a losing trade and notifies you to exit the trade.
* **Long Retracement** - Will show if the low of the candle reaches the entry value of the trade.
* **Short Retracement** - Will show if the high of the candle reaches the entry value of the trade.
* **Take Profit 1** - Will show if you are meant to take partial take profit.
* **Take profit 2** - Will show if you are meant to close out the entire trade.

### Enabling/Disabling Tools & Changing Settings

In order to change the settings of the indicator or enable/disable certain features, double-click on any of the icons on the chart. This will pull up a settings window. Here you can change values, enable features, and set the indicator experience to however you prefer.

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

### Changing Between Ticker Symbols

If you want to change ticker symbols, make sure to drag the new ticker on the chart with the indicator already on it.&#x20;

The Correct way to add a new ticker to your chart:

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

Do **NOT** do this:

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


---

# 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.tradinglab.ai/how-to/how-to-use-the-indicator.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.
