Skip to main content
Version: 3.0

Example Q2: Usage of multiple symbols and symbol feedback (EURUSD and USDCHF)

caution

This is not a ready-to-use trading strategy. A trading strategy requires adjustment to the timeframe and symbol, along with thorough backtesting. The example is intended as a foundation for your own custom strategy and to help you get familiar with the Expert Advisor Builder web application. To import and use an example, please follow the instructions provided here.

Description

This example uses multiple symbols simultaneously with comprehensive feedback showing both EURUSD and USDCHF data. The correlation between symbols is visible as oscillator, helping understand inter-market relationships. Both symbols must have M1 data available for proper operation.

Multi-symbol strategies capture relationships between correlated instruments. By monitoring multiple symbols, the system can identify divergences and confirmations across markets. The symbol series display shows price action alignment between markets.

This approach enables pairs trading, hedging, and correlation-based strategies. Understanding how different symbols interact provides insights unavailable from single-symbol analysis.

caution

Recommended to use EURUSD M15, M1 run in both symbols required.

Recreate the Example

You can either import this example directly or set it up manually. To manually replicate the trading module, make sure a newly added module includes the following key settings and that the professional mode is activated:

Trade Basics

  • Operation type = Long signals only drawn
  • General signal visualization = Off

Signal Generation - Indicators 1 - RSI

  • Signal in use = On
  • Signal used for = Entry
  • Selected indicator = RSI
  • Symbol = Current
  • Draw in chart = On
  • Drawing slot = 1

Signal Generation - Indicators 2 - RSI

  • Signal in use = On
  • Signal used for = Entry
  • Selected indicator = RSI
  • Symbol = USDCHF
  • Draw in chart = On
  • Drawing slot = 2

Data Feedback

  • Inspector = On
  • Symbol series bars current = On
  • Symbol series bars completed = On
  • Symbol series M1 = Off
  • Symbol series M5 = Off
  • Symbol series M15 = On
  • Symbol series M15 range = 100
  • Symbol series M30 = Off
  • Symbol series H1 = Off
  • Symbol series H4 = Off
  • Symbol series D1 = Off
  • Symbol series W1 = Off
  • Symbol series MN = Off

Screenshots

Example Q2: Usage of multiple symbols and symbol feedback (EURUSD and USDCHF).webp