Strategy Builder

Build strategies with a visual, node-based editor.

What it is

Strategy Builder is a visual, graph-based editor for trading strategies. You connect nodes for data, indicators, conditions, and actions.

Key features

  • Drag-and-drop strategy building. No code.

  • Multi-timeframe strategies.

  • Smart Money Concepts (SMC) indicators.

  • Retail indicators (RSI, MACD, Bollinger Bands, MAs).

  • Direction auto-detection (long/short).

  • Built-in backtesting and optimization.

Access

  1. Open Developer Hub.

  2. Select Bot Studio.

  3. Open Strategy Builder.

Interface

  • Node Library: left sidebar.

  • Canvas: strategy graph.

  • Properties: right sidebar.

  • Toolbar: save, export/import, run.

How strategy graphs work

Data flows along directed connections. Build left-to-right: inputs → transforms → decisions → actions.

Build your first strategy

1

Add Market Data

  • Drag Market Data onto the canvas.

  • Set:

    • symbol (example: EURUSD)

    • timeframe (example: 1H)

2

Add an indicator

  • Drag RSI onto the canvas.

  • Connect Market Data → RSI.

  • Set period (default: 14).

3

Create a condition

  • Drag Compare.

  • Connect RSI → Compare.

  • Set:

    • op: <

    • value: 30

4

Add an action

  • Drag Buy Order.

  • Connect Compare → Buy Order.

5

Save and backtest

  • Click Save.

  • Click Run Backtest.

  • Review results in the backtest output.

Next steps

Last updated