# Стратегії

{% hint style="info" %}
**Інформація**

**Торгова стратегія** – це план дій, який використовують трейдери для купівлі та продажу активів на фінансових ринках з метою отримання прибутку. Вона може базуватися на аналізі ринкових тенденцій, використанні індикаторів чи економічних новинах.

**Стратегія в** [***TradingView***](https://www.tradingview.com/support/solutions/43000562362/) – це набір правил та умов, створених за допомогою інструментів платформи, які автоматизують процес торгівлі. Користувачі можуть використовувати готові індикатори або створювати свої, комбінуючи їх для формування сигналів купівлі чи продажу.

УнІверсальна стратегія[ **CONDITION MANAGER STRATEGY**](/code-zero-visual-trading_ua/cdzv-toolkit/strategiyi/condition-manager-strategy.md) - це модуль комплексу, який дозволяє протестувати торгову стратегію використовуючи всю потужність вбудованої в *TradingView* системи бек-тестування без необхідності написання будь-якого програмного коду.
{% endhint %}


---

# 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.cdzv.com/code-zero-visual-trading_ua/cdzv-toolkit/strategiyi.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.
