# Signal setup in Finandy

After you have created a webhook and imported the configuration from Cryptovizor, you can proceed to set up the trading parameters in the terminal.

Refer to the detailed signal documentation on the Finandy website:

{% embed url="<https://docs.finandy.com/algo-trading/signals/interface>" %}

Any changes made in the terminal will be applied immediately to the created signal; you don’t need to copy the signal message into the screener each time, everything happens automatically.

{% hint style="info" %}
Don't forget to click the "Save" button after making changes in the terminal!
{% endhint %}

The default ready configuration includes the following modules:

### **Opening a position**

* Opening a Position - a single order.
* Free balance - **remember to enter the required value.**
* Order Type - Market.

{% hint style="info" %}
Note: If the checkbox on the left is not marked, then the webhook settings are taken from the terminal (which is what we need).
{% endhint %}

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

### DCA (Averaging)

* Averaging - single real order.
* % of Available Balance - **remember to enter the required value.**
* Order Type - Market.
* Maximum Position Size - % of total balance.
* Maximum Value - **remember to enter the required value.**<br>

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

### **SL (Stop Loss) Module**

* % from position - 3%, **remember to enter the required value.**
* Order Type - Virtual market.
* Order Trigger - Last Price.
* Level Rearrangement - enabled.

{% hint style="info" %}
Note: On the SPOT market, you cannot set a real stop loss and take profit simultaneously, so virtual market orders are used for these modules.
{% endhint %}

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

### **SLX Module**

* Trailing Mode -  by trigger Price.

#### Setting SL to Break-Even.

* Activation at Reaching PnL, % - **remember to enter the required value.**
* Margin from Break-Even, %.
* Min. Position Volume.

#### Trailing SL

* Activation at Reaching PnL, % - **remember to enter the required value.**
* Deviation from Trigger Price, % - **remember to enter the required value.**
* Min. Step Rearrangement - 0.02.
* Min. Position Volume.
* Price Trigger - Last Price.

#### **General Settings**

* Order Type - Virtual Market.
* Order trigger - Last Price.
* CA action - Cancel

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

### **TP (Take Profit) Module**

* Order type - Virtual Market.
* Order trigger - Current Price.
* Number of orders - 1, **remember to enter the required value.**
* Price offset, % - 12, **remember to enter the required value.**
* Amount % - 100%, **remember to enter the required value.**
* Rearrangement - enabled.

<figure><img src="/files/dQeQB1sNCWdWgA5ZwcTf" 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.cvizor.com/en/modules/signals/webhook/signal-setup-in-finandy.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.
