Hi,
I'm trying to use the custom universe function. For now i just want to specify a simple list of tickers - part of the appeal to me of this is that i don't have to look up sid's by hand for each of the symbols in a basket.
Anyway, i have a sample working successfully my strategy is:
use the fetcher to grab a single column list of tickers
in the "pre" function i insert a data column in the pandas data frame.
(i get the same behavior if this date is in the file btw)
This works great provided that I specify the date to be exactly the start date of my backtest.
If however the date is a date before the start of my backtest, the universe builder doesn't see those tickers. I know this is probably a pain but i would argue that ideally you would now the state of the basket of tickers coming into the first date of the backtest. In other words, to get correct behavior you probably have to run through the entire file to maintain correct state, not just filter it by the start and end date