Hi There,

I am running an algorithm that is trading a static universe of ETFs and ETF options using the OptionChainProvider. 

I would like to explore including Weekly's and not be limited to monthly contracts. Is it possible to do so without reverting to the "slow" option.SetFilter method AND without needing to change from classic style static universe to the dynamic style algorithm framework Universe Selection model?

Kind Regards,

Mark

Author