# From Strategy

Setting up notification sending from the [**CONDITION MANAGER STRATEGY**](https://docs.cdzv.com/code-zero-visual-trading_en/cdzv-toolkit/strategies/condition-manager-strategy) is fully in line with setting up notifications in the *TradingView* system:&#x20;

* <https://www.tradingview.com/support/solutions/43000481368-strategy-alerts/>

In addition to the standard placeholder variables that are available in the *TradingView* notification text, you can use additional ones:

**CONDITION MANAGER STRATEGY:**

**{{plot("TP\_PRICE")}}** - Take-Profit value from the strategy\
\&#xNAN;**{{plot("SL\_PRICE")}}** - Stop-Loss value from the strategy \
\&#xNAN;**{{plot("PYRAMIDING")}}** - pyramiding mode enabled (1) or disabled (0) \
\&#xNAN;**{{plot("ORDER\_ID")}}** - last order number\
\&#xNAN;**{{plot("RISK\_MANAGMENT\_STOP")}}** - strategy is running (0), or stopped due to risk management rules (1)

**MARTIN GRID STRATEGY:**&#x20;

**{{plot("ORDER\_ID")}}** - last order number \
\&#xNAN;**{{plot("SIGNAL: Liquidation")}}** - strategy has reached the liquidation price and is stopped (1), or is running normally (0)

If you need to send additional information in the alert message, you should pay attention to sending alerts through the [**CONDITION MANAGER**](https://docs.cdzv.com/code-zero-visual-trading_en/cdzv-toolkit/indicators/condition-manager) **Indicator**.&#x20;

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

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

And here is a great video tutorial from the *ByBit* exchange on how to set up alerts via *Webhooks*.

{% embed url="<https://www.youtube.com/watch?v=kDER-3rU14g>" %}


---

# 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/alerts/from-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.
