> For the complete documentation index, see [llms.txt](https://docs.finandy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finandy.com/algo-trading/signals-tradingview/signal-copying.md).

# Signal copying

{% hint style="warning" %}
A signal connected in Master Hook mode does not create orders, but instead forwards the received signal to all connected hooks.
{% endhint %}

## 1. Enabling Master Hook Mode

Activate **Master hook** as shown in the screenshot below:

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/bc903650-8ff4-4294-a7b9-c5f30b08d6e9/image.png" alt="" width="375"><figcaption></figcaption></figure>

**Master Hook ID** will appear below the **Signal Message:**

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/e5a5dfd9-7eb4-4e5c-bfb3-978784f6ec36/image.png" alt="" width="375"><figcaption></figcaption></figure>

Copy this **ID.**

## 2. Connecting to a Master Hook to copy signals

Create a new hook on the same or any other account and select **Master Hook as the Signal Source.**

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/18f75f0b-db51-436c-9549-cd38bb2188e7/image.png" alt="" width="375"><figcaption></figcaption></figure>

The field to enter **Master Hook ID** will load below. Paste the copied (step 1) Hook ID into it.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/a3c423f9-b2e1-400f-8ee8-54e65871a703/image.png" alt="" width="375"><figcaption></figcaption></figure>

## Settings for Webhook connected to Master

Signal orders will use the Master Hook's settings upon connection.

If you need to make changes to settings, such as changing the size of the created order, you need to:

1. Uncheck the box to edit
2. Modify
3. Save

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/90fd85c4-ad4c-49d7-a998-848acf7e186a/image.png" alt=""><figcaption></figcaption></figure>

**Do you have any questions? We can help you in our Telegram chat.**

{% embed url="<https://t.me/finandy>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.finandy.com/algo-trading/signals-tradingview/signal-copying.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
