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
Data settings for an experiment.
Complete configuration for a single backtest experiment.
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.
|