🇬🇧
Code Zero Visual Trading
English
  • General information
    • 🚀About our products
    • ✅Our benefits
  • User guide
    • ⏩Creating and testing the strategy
    • ⏰Alerts
      • 📈From Indicator
      • 🤖From Strategy
    • 👽Automation of trading
    • 🤝How to share your strategy
    • 📊TradingView for beginers
    • How to connect Copy Trading
    • How to create API keys on Binance
    • How to create API keys on ByBit
    • How to create API keys on OKX
    • How to enable Hedge-mode
    • 🚧How to update the version
    • 🚦How to modify the indicator to work with CDZV Toolkit
  • CDZV TOOLKIT
    • 📈Indicators
      • 💻CONDITION MANAGER
        • ⚪RULE
        • ⚪GROUP
        • ⚪CONSTANT
        • ⚪ALERT
        • ⬜Data source
        • ⬜Aggregator functions
        • ⬜Condition
        • ⚪Backtesting
        • ⬜Output data
      • 🔢DATA SOURCE
      • 🔂STATE MACHINE
        • Interface
        • Special variables
        • Output data
        • Backtesting
      • 🔀IF-THEN-ELSE
      • 📍SWITCH
      • 🏷️SOURCE MARKER [1-9]
      • ⌚INTERVAL
      • ⏳TIMER
      • 🎞️SESSIONS
    • 📊Strategies
      • 👾CONDITION MANAGER STRATEGY
      • 🪜MARTIN GRID STRATEGY
    • How to add indicators to TradingView?
    • 📨Telegram-bot
  • COIN REBALANCER
    • Coin Rebalancer
  • SMART GRID PRO
    • SMART Grid Pro
  • SUPPORT
    • 📖FAQ
      • 🧠Questions-Answers
    • 🕶️Privacy Policy
    • ❗Term of use
    • ⚠️Disclaimer
    • ▶️YouTube
Powered by GitBook
On this page
  1. User guide
  2. Alerts

From Strategy

Code Zero Visual Trading for TradingView

PreviousFrom IndicatorNextAutomation of trading

Last updated 1 year ago

Setting up notification sending from the is fully in line with setting up notifications in the TradingView system:

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:

{{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 Indicator.

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

⏰
🤖
CONDITION MANAGER STRATEGY
https://www.tradingview.com/support/solutions/43000481368-strategy-alerts/
CONDITION MANAGER