🇬🇧
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. CDZV TOOLKIT
  2. Indicators

SOURCE MARKER [1-9]

Code Zero Visual Trading for TradingView

PreviousSWITCHNextINTERVAL

Last updated 1 year ago

Association

SOURCE MARKER is a label for the data source.

On the TradingView platform, there is a limitation that makes it difficult to visually distinguish identical indicators with different settings on the same chart, as they all appear identical when selecting a data source.

We are waiting for a solution to this problem from the TradingView team in the upcoming updates.

Currently, the problem is solved using the SOURCE MARKER module, which serves as an intermediate chain for transferring data from one indicator to another. There are nine SOURCE MARKER modules available in the system, each with a unique numerical index from 1 to 9, allowing traders to efficiently organize work with multiple indicators on a single chart.

The SOURCE MARKER module has one output, which duplicates the same value it receives as input.

Here is an example:

Problem Description

On the chart, there are 3 CONDITION MANAGER indicators that perform different functions and are used for different signals in the strategy: Buy/Take-Profit/Stop-Loss. When selecting a signal in the strategy, it is difficult to determine which one is for what purpose.

Problem solving

First, you need to configure one CONDITION MANAGER and mark it as "SOURCE MAKER - 1", then do the same with another CONDITION MANAGER and mark it as "SOURCE MAKER - 2" (and so on).

Now in the data source tree, we see our numbered SOURCE MAKER and there is no longer any confusion with the choice.

📈
🏷️