# FAQ

#### **Can I set a dynamic order size value rather than a fixed size?**

Yes, you can. please set the value of the size parameter in your alert message as {{strategy.order.contracts}}.&#x20;

This variable retrieves order size from Tradingview strategy script.&#x20;

<figure><img src="/files/4DdnSbCKEErpltOnxZcP" alt=""><figcaption></figcaption></figure>

#### How to deploy the latest version of the tool?

If you set Auto-Deploy setting to "No",&#x20;

you have to deploy manually on Render's dashboard

<figure><img src="/files/ODkK8IZZhumjduWMhds3" alt=""><figcaption><p>Auto-Deploy setting</p></figcaption></figure>

<figure><img src="/files/QJKiNPzMMdqewgGpS1CO" alt=""><figcaption><p>Click "Deploy latest commit"</p></figcaption></figure>

#### **What about latency of sending orders by this tool?**

1\~2 seconds on average.

&#x20;(Alert is triggered on Tradingview -> sends the alert via webhook(HTTPS) -> sending the order to DEXes).

#### **Executed order is not the same as I intended. What should I do to fix it?**

Although it depends on your code of Pine Scripts, first you should first try to set the order size to dynamic one described above.

* **Is it possible to run multiple bots for both dYdX and Perpetual Protocol from a single Render cloud service subscription?**&#x20;
* **Is it possible to run several bots in parallel trading the same symbol (without having to set up a different account for each bot)?**

Yes, it's enough to run only a single cloud service instance as long as you trade with the same account.&#x20;

Simply put, you need 1 server instance per 1 trading account.


---

# 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://tv-connector.gitbook.io/docs/setup/faq.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.
