Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
SEF: No liquidity??

Folks,
I keep trying to buy/sell SEF, but keep running into unfilled orders all the time, which I have to cancel...
a PITA, both backtest and live.
Is this security non-liquid?
How do I tell?
Is there a measure of non-liquidity that I can filter securities by, besides volume traded?
Thanks!
alan

4 responses

What's are the order sizes? Yahoo finance shows daily volume between 3k and 40k which means that backtest by default simulate 2.5% of that.

Alex,
Thanks for the info!
I didn't realize that
a. this index was so lightly traded, and
b. that the backtest simulator was set at 2.5% of the volume

Do you know if that means that the simulator won't fulfill more than 2.5% of the daily volume in a day?
It seems like there is some model being used that is tick based in how many shares it'll allow to be bought/sold on a tick.
Finally, how did you know the simulator limit is 2.5%?

Thanks for your help!
alan

Alex,
Ok, thanks!...guess it's a case of RTFM...

If you do not specify a slippage method, slippage defaults to
VolumeShareSlippage(volume_limit=0.25, price_impact=0.1)

Also, was able to get more info on my problem from:
https://www.quantopian.com/posts/anyone-got-a-vwap-execution-sub-algorithm-to-work-around-quantopian-slippage-model