Skip to content

IndicatorExpConfig


dataclass backtide.backtest.IndicatorExpConfig

Indicator settings for an experiment.

Indicators are stored by name. Each name refers to a pickled indicator object saved in the local indicators directory.

Attributes

indicators : list[str], default=[]

Names of the indicators to use in this experiment. Each name must match a stored indicator.


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.