CROSS SYMBOL Trading Guide

Last updated: May 10, 2026

The Cross Symbol indicator lets you bring data from another trading symbol into the current chart and use it like a native platform indicator. It can display candles from a selected external symbol, such as BTCUSDT on an ETHUSDT chart, or calculate another indicator on the external symbol and render the result inside the current workspace. This makes Cross Symbol especially useful for intermarket analysis, leader-laggard comparison, relative strength work, and strategies where the signal from one coin filters entries on another coin.

What does the indicator show?

  • Foreign Symbol Candles: In Candles mode, the indicator draws OHLCV candles for the selected external symbol on the same timeframe as the current chart. For example, on a WLDUSDT chart you can display BTCUSDT candles and immediately see how the broader market is affecting the altcoin.
  • Indicator Calculated On Another Symbol: In Indicator mode, Cross Symbol takes the selected nested indicator, calculates it on the external symbol instead of the current asset, and displays the result in the current workspace. For example, you can show TR_MAIN, EMA, RSI, or another available indicator from BTCUSDT directly on an ETHUSDT chart.
  • Normalized Movement Comparison: For overlay data, Cross Symbol can automatically scale the external symbol so it can be compared with the current asset even when their absolute prices are completely different. This solves the common problem where BTC trades in the tens of thousands while an altcoin trades in cents or single digits.
  • Time Alignment: External data is aligned by timestamp with the current chart candles. If a matching external candle or indicator row is unavailable, the indicator returns empty values instead of inventing or forward-filling a false signal.
  • Inherited Visual Behavior: If the nested indicator draws lines, zones, boxes, signals, or custom elements, Cross Symbol attempts to preserve that drawing logic while applying it to the selected external symbol.

Key Settings

  • Symbol: The external trading symbol to use as the data source. Enter the exchange ticker format, for example BTCUSDT, ETHUSDT, or SOLUSDT. The symbol is normalized to uppercase internally.
  • Source: Selects the data source. Candles displays candles from the external symbol. Indicator calculates a selected nested indicator on the external symbol.
  • Indicator: Available only in Indicator mode. This selects which indicator should be calculated on the external symbol. For example, choose EMA to compare BTC trend context with the current asset, or RSI to filter entries by the state of the market leader.
  • Nested Indicator Parameters: Parameters for the nested indicator. Cross Symbol stores and applies them separately, so you can configure something like BTCUSDT EMA 200 and use it as an independent intermarket filter.
  • Display: Controls how the result is rendered. Auto chooses the most natural display mode for the selected source, Candles forces candle-style rendering, and Lines is suitable for line values and indicators.
  • Scale: Auto (full range compare): The default comparison mode. It scales the foreign overlay against the full loaded range of the main chart, preserving the movement shape without rebuilding the visual relationship during normal pan or zoom.
  • Scale: Original scale: Displays the raw external symbol or nested indicator values without visual normalization. This is useful when the values are already comparable, such as oscillators or fixed-scale metrics.
  • Scale: 0-100 full range compare: A compact relative-performance comparison mode. The main symbol occupies a 0-100 lane, while the external symbol is drawn relative to it with extra upper headroom. This helps identify which asset is growing stronger or falling weaker across the loaded range.
  • Scale: Full range compare: Maps the full loaded range of the external source into the full loaded range of the main symbol. This is well suited for comparing trend structure, pullbacks, and impulse phases between two assets.

Practical Use Cases

  • BTC As A Market Filter For Altcoins: Add Cross Symbol to an altcoin chart, choose BTCUSDT, and select a trend indicator as the nested source. Altcoin long entries can then be allowed only when BTC is in a bullish state.
  • Relative Strength Comparison: Use Candles mode or Full range compare to see which asset holds structure better, recovers faster after selloffs, or breaks local levels earlier.
  • Setup Confirmation Through A Leader Asset: If the current asset gives a local signal, Cross Symbol lets you check whether a more liquid or more important market confirms that signal.
  • Intermarket Divergences: If the external symbol makes a new high while the current asset fails to follow, it can indicate weakness in the current instrument. The opposite case can reveal hidden strength.

How to use Strategy Parameters (Condition Source)

Inside Strategy Tester, Cross Symbol works as a universal wrapper. Its available condition sources depend on the selected source: in candle mode it exposes OHLCV values from the external symbol, while in nested indicator mode it exposes the strategy outputs of the nested indicator calculated on the external symbol.

1. Candles Mode: External OHLCV Values

When Candles is selected, Cross Symbol provides the base candle fields of the external symbol.

  • open - The external candle open price.
  • high - The external candle high price.
  • low - The external candle low price.
  • close - The external candle close price.
  • volume - The external candle volume.

Strategy Example: On an altcoin chart, add a condition such as Cross Symbol BTCUSDT close > Cross Symbol BTCUSDT open to allow Long entries only on candles where BTC closes bullish.

2. Indicator Mode: Nested Indicator Outputs

When Indicator is selected, Cross Symbol inherits the strategy outputs of the selected nested indicator. The available variable names match that indicator, but their values are calculated on the external symbol.

  • Nested indicator outputs - All values, states, and signals normally provided by the selected indicator in Strategy Tester.
  • Nested trend states - If the nested indicator has bullish or bearish states, they represent the state of the external symbol.
  • Nested signal events - If the nested indicator generates entries, reversals, breakouts, or crossover events, Cross Symbol passes them through as external-symbol events.

Strategy Example: On an ETHUSDT chart, select Cross Symbol with BTCUSDT and nested TR_MAIN. Then filter ETH entries with BTCUSDT TR_MAIN bullish state is true to avoid opening Long trades against BTC conditions.

3. Comparing The Current Asset With The External Symbol

Cross Symbol is useful not only as a filter, but also as a source of relative logic. A strategy can require the current asset to produce its own signal while the external symbol does not confirm strong pressure in the opposite direction.

  • External close - Can be used to check candle direction, impulse, or breakout behavior on the external symbol.
  • External indicator value - Can act as an intermarket filter for strength, trend, volatility, or momentum.
  • External signal flag - Can be used as an enabling or blocking filter for entries on the current asset.

Strategy Example: Enter Long on an altcoin only when the local indicator gives an entry signal and Cross Symbol on BTCUSDT shows that the external close is above the external EMA. This requires both a local setup and supportive market context.

4. Important Testing Notes

  • Same Timeframe: External candles are loaded and matched to the current chart or strategy timeframe.
  • Safe Missing Data: If external data is unavailable, Cross Symbol returns empty values instead of creating fake candles or signals. This protects the test from false conditions.
  • Stable Calculation Identity: The strategy calculation and hash depend on the symbol, source mode, nested indicator, and nested parameters. Display mode and visual scale affect rendering only, not the raw calculated values.
  • No Recursive Wrapper: Cross Symbol should not be nested inside another Cross Symbol. The nested source must be regular candles or a regular indicator.

Strategy Example: A clean altcoin system can combine three conditions: the altcoin local signal, BTCUSDT close > BTCUSDT open through Cross Symbol Candles, and a bullish state from a selected BTC indicator through a second Cross Symbol. This separates the local trigger from the broader market permission.

Continue Research

Explore the full academy, the product documentation, and the main platform pages for deeper crypto backtesting and strategy research.

Browse all academy guides Read the documentation Compare platform plans See the research engine