Create a bot with both strategies
Bundle the two strategies into one bot with instance allocation, sizing, and risk settings.
Do this
- Open Bots → New and name the bot.
- Add two instances:
- Instance A: first strategy, timeframe matching your first backtest.
- Instance B: component-backed strategy, timeframe matching your second backtest.
- Give each instance a capital weight (equal weights are fine).
- Set bot-level sizing and risk to simple defaults you understand (for example, percent sizing).
- 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.