Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
day trade the ES mini?

I have an algo that day trades the ES mini. I'm considering porting it to quantopian. The algo determines if a trend day is likely to occur, when there is a high probability a trend day will occur then it will trade in that direction. Based on the following it seems my algo wouldn't be considered by quantoptian.

"As a rule of thumb, we are looking for algorithms that seek to limit their maximum exposure to any single sector to less than 10%, and ideally target an average exposure of as close to 0% as possible." - since ES is based on several sectors does it satisfy this requirement?

"As a rough approximation, we are looking for algorithms that limit their single stock exposure to 10% of their portfolio value or less at any given time."

An alternative would be the algo could determine a trend day is likely to occur then day trade 10 different stocks in 10 different sectors. However there could be days when it doesn't make sense to enter trades for 10 different stocks in 10 different sectors.

Thanks in advance.

Cheers.