Hi Quantopian
On your help API, I saw some thing about universe and Fetcher as below.
Using Fetcher to create a custom universe
Your algorithm's universe can be defined from your Fetcher data file by using the optional universe_func parameter in Fetcher. universe_func allows you to create a universe of up to 500 securities (SIDs) without manually entering each security in the initialize function.
I'm really take care about this function, I've tried to run the back test but I don't know how to configure it.
My expectation as :
On the pass, I use context.stocks = symbols('JNJ','SPY','AAPL') to add the list of symbol
And now I want to add this symbols list by csv file.
But I don't understand why it did not work.
Could you please help me on this?
Thanks,
Linh