Hi,
I have an algorithms that is supposed to receive a configuration file from an external overnight process. The configuration file is not raw data to be streamed together with the pricing information of securities, so the ideal scenario is to load the data somehow and place it inside the context for later consumption when the handle_data function requires to look into the configuration information.
Is there a way to achieve this? what I am asking is, is it possible to use fetcher but avoiding it trying to align data into a particular symbol?
Thanks,
Napoleon