Learn · Step 6

Create a bot with both strategies

Bundle the two strategies into one bot with instance allocation, sizing, and risk settings.

Do this

  1. Open Bots → New and name the bot.
  2. Add two instances:
    • Instance A: first strategy, timeframe matching your first backtest.
    • Instance B: component-backed strategy, timeframe matching your second backtest.
  3. Give each instance a capital weight (equal weights are fine).
  4. Set bot-level sizing and risk to simple defaults you understand (for example, percent sizing).
  5. Save. Creating a bot does not start trading.

Why this matters

Bots are authoring objects. Runtime start/stop, funding, and Modeled positions live on Execution. Venue fields on the bot are market-data / Reference price identity, not exchange login.

Next

Continue to Execute in a paper pool.