Skip to content

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_config

Get a copy of the current global configuration.

load_config

Load a backtide configuration from a file.

set_config

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.