run-experiment
command run-experiment
Run a backtest experiment defined in a configuration file.
Reads an experiment configuration from a .toml, .yaml/.yml or .json
file, executes the full backtest pipeline — data resolution, indicator
computation, parallel strategy runs — and persists the results to the local
database. The outcome can then be explored interactively via backtide launch.
Read more in the user guide.
See Also
The complete result of a single experiment.
Launch the Backtide UI in a local web browser.
Run a backtest experiment with the provided configuration.
Example
Run an experiment from a TOML config file:
backtide run-experiment experiment.toml