Setup your environment
Prerequisite: Please install
systematica before proceeding. More information in the installation page.1
Create a Virtual Environment
Use the uv venv command to create a virtual environment for your project. This will create a .venv directory containing the isolated environment.
2
Activate the Virtual Environment
Activate the virtual environment to start using it. The activation command varies depending on your shell and operating system.For example, on Unix or macOS:On Windows:
Use Cases

1
Import depedencies
2
Get data.
3
Get model output
4
Get signals
5
Run pipeline
Get Get metrics:Get rolling metrics:
vbt.Portfolio instance:6
Run optuna
7
Run analyzer
8
Run report


