launch
command launch
Launch the Backtide UI in a local web browser.
Starts the Streamlit-based graphical interface, which lets you browse stored experiments, inspect equity curves, trade logs, and performance metrics without writing any code.
Read more in the user guide.
See Also
Backtide configuration.
Download OHLCV bar data for one or more symbols and persist it locally.
Run a backtest experiment defined in a configuration file.
Example
Launch with default settings:
backtide launch
Launch on a custom port and address:
backtide launch --port 9000 --address 0.0.0.0