Skip to main content
Version: 3.0

Example P1: All feedback features enabled

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 enables all data feedback features for comprehensive strategy analysis. Every aspect of trading activity is recorded - from tick data to performance metrics. The inspector continuously monitors strategy health while detailed logs track all events.

Comprehensive feedback enables deep strategy analysis and optimization. By recording everything, traders can identify patterns, problems, and opportunities invisible during live trading. The multi-timeframe symbol data provides context for trade decisions.

This data-rich approach suits serious strategy development where every detail matters. The collected information enables backtesting validation, performance analysis, and systematic improvement based on empirical evidence.

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

Signal Generation - Indicators - STD

  • Signal in use = On
  • Signal used for = Forward
  • Selected indicator = STD
  • Draw in chart = Off
  • Forward adjustment = 3.50

Signal Generation - Indicators - RSI

  • Signal in use = On
  • Signal used for = Entry
  • Selected indicator = RSI
  • Gradient condition = Cross Limit 1
  • Gradient limit 1 = 0.00000000
  • Draw in chart = On
  • Drawing slot = 1

Initial Stop Loss

  • Selection = Indicator
  • Used indicator = STD

Initial Take Profit

  • Selection = Risk ratio
  • Risk ratio = 1.40

Data Feedback

  • Inspector = On
  • Present trades = On
  • Past trades = On
  • Meta data = On
  • Trade screenshots = Off
  • Current value = On
  • Current value news = On
  • Current value indicator = On
  • Current value chart analyzer = On
  • Current value Candle pattern search = On
  • Current value Chart pattern search = On
  • Current value Fibonacci pattern search = On
  • Time analysis = On
  • Value analysis = On
  • Signal analysis = On
  • Symbol series bars current = On
  • Symbol series bars completed = On
  • Symbol series M1 = On
  • Symbol series M5 = On
  • Symbol series M15 = On
  • Symbol series M30 = On
  • Symbol series H1 = On
  • Symbol series H4 = On
  • Symbol series D1 = On
  • Symbol series W1 = On
  • Symbol series MN = On

Screenshots

Example P1: All feedback features enabled.webp
Example P1: All feedback features enabled.webp