# Creating and testing the strategy

If you have a strategy algorithm, then its implementation and testing using the **CDZV**' complex takes very little time:

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

{% embed url="<https://youtu.be/xy7aOaqRHpU>" %}
Example 1
{% endembed %}

{% embed url="<https://youtu.be/fI4vaUdgPig>" %}
Example 2
{% endembed %}

{% embed url="<https://youtu.be/Cztv2q99km0>" %}
Example 3
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=L7ALxpFTIH4>" %}
Example 4
{% endembed %}

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

In this video, you can get a detailed overview of the *TradingView* subsystem for testing strategies on historical data:

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

{% hint style="info" %}
**Information**

You can [share](/code-zero-visual-trading_en/user-guide/how-to-share-your-strategy.md) your strategy with others.
{% 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_en/user-guide/creating-and-testing-the-strategy.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.
