Config
dataclass backtide.config.Config
Backtide configuration.
Read more in the user guide.
| Attributes |
general : GeneralConfig
Portfolio-wide settings.
data : DataConfig
Settings that control how market data is fetched and stored.
display : DisplayConfig
Settings that control how values are presented in the application's
frontend.
plots : PlotsConfig
Settings that control the appearance of plots.
|
See Also
Get a copy of the current global configuration.
Load a backtide configuration from a file.
Set the global configuration.
Methods
| to_dict | Convert the configuration object to a dictionary. |
method backtide.configto_dict()
Convert the configuration object to a dictionary.
| Returns |
dict
Self as dict.
|