# About our products

{% hint style="info" %}
**Who use our products:**

* ***Traders*** who want to quickly test their trading ideas without involving programmers and automate them (trend, grid, flat, etc.).
* ***Algo traders*** looking for ways to optimize their algorithms.
* ***Private investors*** interested in testing investment strategies on historical data (for example, Dollar-Cost Averaging (**DCA**)).
* ***Beginning traders*** who want to find their trading strategy without losing money in the market.
  {% endhint %}

**Code Zero Visual trading** is aa set of indicators and strategies for the *TradingView* platform that allows traders **to visually create their own trading strategies without the need to hire a programmer or learn the Pine Script programming language**.

You can create a strategy yourself and test its effectiveness by analyzing past data. and automate its trading.

{% hint style="success" %}
In fact, it's a constructor that allows you to **quickly create a working trading strategy using existing indicators**.
{% endhint %}

When the strategy is ready, you can set up notifications to be sent to Telegram or an external trading system using [webhook notifications](https://docs.cdzv.com/code-zero-visual-trading_en/general-information/pages/p01hFjHvPMasiIYU8qWr#id-5.-alerts).

The main advantage of **CDZV** lies in its ability to use a wide range of indicators: both standard *TradingView* or your own, as well as those created by the community. This gives freedom in choosing tools for forming strategies.

The **CDZV** interface is intuitively understandable for TradingView users. It is based on the use of indicators and a universal test strategy, which are easily integrated with each other, allowing the creation of complex logical constructions and **testing them on historical data**.

<figure><img src="/files/qNtBqwyWz8ir0WfZGhDj" alt=""><figcaption><p>Результат тестування стратегії на історії</p></figcaption></figure>


---

# 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/general-information/about-our-products.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.
