Skip to content

GeneralExpConfig


dataclass backtide.backtest.GeneralExpConfig

General metadata for an experiment.

Attributes

name : str, default=""

A human-readable name to identify this experiment.

icon : str, default=""
An emoji icon to identify this experiment visually.

tags : list[str], default=[]
Descriptive tags for organizing and filtering experiments.

description : str, default=""
Free-text description of the experiment.


See Also

DataExpConfig

Data settings for an experiment.

ExperimentConfig

Complete configuration for a single backtest experiment.

StrategyExpConfig

Strategy settings for an experiment.


Methods

to_dict Convert to a dictionary.


method backtide.backtestto_dict()

Convert to a dictionary.

Returns

dict

Self as dict.