# SOURCE MARKER \[1-9]

{% hint style="success" %}
**Association**

**SOURCE MARKER** is a label for the data source.
{% endhint %}

On the *TradingView* platform, there is a limitation that makes it difficult to visually distinguish identical indicators with different settings on the same chart, as they all appear identical when selecting a data source.&#x20;

We are waiting for a solution to this problem from the *TradingView* team in the upcoming updates.&#x20;

Currently, the problem is solved using the **SOURCE MARKER** module, which serves as an intermediate chain for transferring data from one indicator to another. There are nine **SOURCE MARKER** modules available in the system, each with a unique numerical index from **1 to 9**, allowing traders to efficiently organize work with multiple indicators on a single chart.

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

The **SOURCE MARKER** module has **one output**, which duplicates the same value it receives as input.

<figure><img src="/files/bldlRJ8f7DUJIfze8Pbq" alt="" width="563"><figcaption></figcaption></figure>

### Here is an example:

#### *Problem Description*

On the chart, there are 3 **CONDITION MANAGER** indicators that perform different functions and are used for different signals in the strategy: *Buy/Take-Profit/Stop-Loss*. When selecting a signal in the strategy, it is difficult to determine which one is for what purpose.

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

#### ***Problem solving***

First, you need to configure one **CONDITION MANAGER** and mark it as "**SOURCE MAKER - 1**", then do the same with another **CONDITION MANAGER** and mark it as "**SOURCE MAKER - 2**" (and so on).

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

Now in the data source tree, we see our numbered **SOURCE MAKER** and there is no longer any confusion with the choice.

<figure><img src="/files/1XFPzmiNcbUh9lqTnblS" 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.cdzv.com/code-zero-visual-trading_en/cdzv-toolkit/indicators/source-marker-1-9.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.
