> For the complete documentation index, see [llms.txt](https://docs.cdzv.com/code-zero-visual-trading_en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cdzv.com/code-zero-visual-trading_en/user-guide/alerts/from-strategy.md).

# From Strategy

Setting up notification sending from the [**CONDITION MANAGER STRATEGY**](/code-zero-visual-trading_en/cdzv-toolkit/strategies/condition-manager-strategy.md) 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\
**{{plot("SL\_PRICE")}}** - Stop-Loss value from the strategy \
**{{plot("PYRAMIDING")}}** - pyramiding mode enabled (1) or disabled (0) \
**{{plot("ORDER\_ID")}}** - last order number\
**{{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 \
**{{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**](/code-zero-visual-trading_en/cdzv-toolkit/indicators/condition-manager.md) **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>" %}
