# Создание и тестирование стратегии

Если у вас есть алгоритм стратегии, то ее реализация и тестирование с помощью комплекса **CDZV** занимает очень мало времени:

{% embed url="<https://youtu.be/bEvSWtGzcZs>" %}

{% embed url="<https://www.youtube.com/watch?list=UULFMMyS7iPvBvYhVTlyV_Inlw&v=moqSUcq__Us>" %}

{% embed url="<https://youtu.be/M3jfO5mudSI>" %}

{% embed url="<https://www.youtube.com/watch?v=8lULwuoNr9U>" %}
Пример 1
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=sRE6cUEUVlk>" %}
Пример 2
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=whFSfWBxQRc>" %}
Пример 3
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=lgBuTcoExd0>" %}

{% embed url="<https://www.youtube.com/watch?v=cbB96ImYBUE>" %}

В этом видео можно подробно ознакомиться с подсистемой *TradingView* для тестирования стратегий на исторических данных:

{% embed url="<https://www.youtube.com/watch?v=7rZ2DZkelVo>" %}

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

Вы можете [поделиться](/code-zero-visual-trading_ru/rukovodstvo-polzovatelya/kak-podelitsya-strategiei.md) своей стратегией с другими людьми.
{% 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_ru/rukovodstvo-polzovatelya/sozdanie-i-testirovanie-strategii.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.
