Target TypeStrategy runs one saved graph on one asset. Bot runs every instance on its own market with shared risk and sizing rules.
Strategy
Bot
StrategyThe strategy or bot whose saved configuration is simulated. Pick a version that matches the logic you want to test.
- select -
VersionPinned strategy or bot version used for the run. Latest follows the current promoted version at launch time.
-
Ticker / Exchange / Asset TypeMarket to simulate. Requires stored OHLCV for the backtesting and simulation timeframes across the full date range.
Backtesting TimeframeCandle resolution for OHLCV data and the main backtest bar loop (strategy targets only). Choose a timeframe with stored price data for your asset and date range. Simulation Timeframe must be this value or finer.
1m
2m
3m
5m
10m
15m
30m
45m
1h
2h
3h
4h
1d
1w
1M
3M
6M
12M
Simulation TimeframeHow often the strategy is re-evaluated against the forming backtesting bar. Mirrors live tick cadence. Must be ≤ the backtesting timeframe; finer values give more precise entry / exit / SL / TP timing at higher runtime cost.
1m
2m
3m
5m
10m
15m
30m
45m
1h
2h
3h
4h
1d
1w
1M
3M
6M
12M
Heads up: a finer simulation timeframe re-evaluates every "live" instance on each smaller candle (developing-bar mode), which can be dramatically slower - often many times longer than a run that matches each instance's own timeframe. Use it only when you need intrabar precision.
Start DateInclusive start of the simulation window, entered in your chosen display timezone (Settings → Time). Must fall inside stored candle data for the selected asset.
End DateInclusive end of the simulation window, entered in your chosen display timezone (Settings → Time). Must be after the start date and covered by stored candles.
Sizing TypeHow each entry's position size is computed. Percent of Equity uses Size as a percent of current equity; Fixed Amount uses Size as a dollar notional, capped at available equity.
Percent of Equity
Fixed Amount
Position sizing is inherited from the bot's configuration. Edit it on the bot detail panel.