StrategyExpConfig
dataclass backtide.backtest.StrategyExpConfig
Strategy settings for an experiment.
Strategies are stored by name. Each name refers to a pickled strategy object saved in the local strategies directory.
See Also
Complete configuration for a single backtest experiment.
Indicator settings for an experiment.
Portfolio settings for an experiment.
Methods
| to_dict | Convert to a dictionary. |
method backtide.backtestto_dict()
Convert to a dictionary.
| Returns |
dict
Self as dict.
|