Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
NUGT/DUST Combo short - surprisingly interesting results

Hi

so following this article on NUGT/DUST slippage
what-every-trader-must-understand-before-they-trade-leveraged-etfs-like-nugt-and-dust I quickly coded a dozen of lines for an algo that would short NUGT and DUST every week to exploit slippage discrepancies and the results were surprisingly interesting (1.5 sharpe and max dd 10%)

I used 100k notional, not sure how well the algo would actually scale up ....

I'm not going to trade this, but I would be curious to hear about all the reason why this wouldn't actually work in practice or just hear people ideas on how to make it better!

Fabien

4 responses

Hi Fabien, this might be of interest:

Short Selling Tutorial - Investopedia
www.investopedia.com/university/shortselling/
Apr 28, 2017 - This “short covering” obligation gives rise to one of the biggest risks of ... In the
absence of the reality check provided by short sellers, stocks ...

The risk in this particular code is 285888 (short) with profit of 183175 or 64% not counting fees.

thanks I know the risks of short selling but in theory this stragegy is 100% market neutral (see beta almost 0) because both legs have a correlation of -1
This in theory is exploiting the ETF rebalancing inneficiencies, so the market risk is close to null

Also in the US (and most countries) you have to locate beforehand for that very purpose so to try and answer part of my own question, I think the risk is in the borrow rate that could go crazy every know and then and wipe out some of gains!
Not sure how quantopian simulate the shorting cost...

@Fabien, Quantopian doesn't model shorting or margin costs at all, which can give misleading returns for shorting/margin strategies. As I understand it, in practice the cost of borrowing leveraged ETFs already prices in the slippage discrepancy, so there's no profit to be made there... for you.

@Viridian makes sense... I figured I was missing some information somewhere!
thanks