# Подключение и настройка

В данном разделе мы собрали для вас варианты готовых настроек.

1. Для начала вам необходимо настроить получение сигналов от TradingVew в Finandy:

{% content-ref url="/pages/I8roLJIOp9E15cmLJM77" %}
[Подключение индикатора / стратегии TradingView к Binance/ OKX](/ru/algo-trading/signals-tradingview/connection-and-configuration/indicator-strategy-connection.md)
{% endcontent-ref %}

2. Далее вы можете настроить работу подключенного в Finandy сигнала на:

{% content-ref url="/pages/DYUI63WGD1lBIAb1a5qg" %}
[Открытие позиции](/ru/algo-trading/signals-tradingview/connection-and-configuration/position-opening.md)
{% endcontent-ref %}

{% content-ref url="/pages/KCK7rlKRbNHHR1u2MMyG" %}
[Усреднение позиции](/ru/algo-trading/signals-tradingview/connection-and-configuration/position-averaging.md)
{% endcontent-ref %}

{% content-ref url="/pages/x02NjlIA0fjKyD9Ft20t" %}
[Закрытие позиции](/ru/algo-trading/signals-tradingview/connection-and-configuration/closing-position.md)
{% endcontent-ref %}

{% content-ref url="/pages/O721j4glNX4S75dpP0xB" %}
[Переворот позиции](/ru/algo-trading/signals-tradingview/connection-and-configuration/position-reversal.md)
{% endcontent-ref %}


---

# 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/ru/algo-trading/signals-tradingview/connection-and-configuration.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.
