QuantConnect / Lean

Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
https://lean.io
Apache License 2.0
8.97k stars 3.14k forks source link

Custom Universe Selection Schedule #3890

Closed Martin-Molinero closed 3 months ago

Martin-Molinero commented 4 years ago

Expected Behavior

Martin-Molinero commented 4 years ago

Some notes about discussed potential work flow and API changes:

cnaccio commented 3 years ago

Any updates/movement on this? This could really help for situations where universe selection is done based on stock behavior when the market opens or during pre-market. i.e. Small cap stocks that run up during pre-market, or stocks that break out of an opening market range during market open. I understand the challenge though, as you'd potentially need to monitor real-time price streams for 8,000 equities.

NeoSephiroth commented 3 years ago

Yes, I really need this one, too

kbsaravana commented 3 years ago

+1 for this ask. I'm also looking for this

TateLinzel commented 3 years ago

I am also looking to use this ability. Can an update be provided? or a target date for completion?

jaredbroad commented 3 years ago

Hi all / @TateLinzel, thank you for the interest in this feature.

This is probably technically possible, but would consume an enormous amount of data - further slowing down LEAN (as @cnaccio said - we'd need to monitor 8k assets prices every minute of the day). We're addressing many challenges now to get the next 10x improvement in speed but will soon be able to expand on this future feature further. Note that its not a simple challenge and we appreciate your patience and support as we continue grinding =)

dibbydoob commented 1 year ago

+1 for me , this would be awesome :) Thanks for your hard work folks.

jaredbroad commented 1 year ago