# 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: 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.finandy.com/algo-trading/signals-tradingview/signal-copying.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.
