# Strategies

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

**A trading strategy** is a plan of action used by traders to buy and sell assets in financial markets with the aim of making a profit. It can be based on market trend analysis, the use of indicators, or economic news.

**A strategy in** [***TradingView***](https://www.tradingview.com/support/solutions/43000562362/) is a set of rules and conditions created using the platform's tools that automate the trading process. Users can use ready-made indicators or create their own, combining them to form buy or sell signals.

**The universal** [**CONDITION MANAGER STRATEGY**](/code-zero-visual-trading_en/cdzv-toolkit/strategies/condition-manager-strategy.md) is a module of the complex that allows you to test a trading strategy using the full power of *TradingView's* built-in backtesting system without the need to write any code.
{% 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/cdzv-toolkit/strategies.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.
